mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
b0d23abaa7
Cap_sessions and portals created via the sessions are nowadays freed up during c++ object destruction. Because of that the exception portals for a vCPU thread get be revoked as soon as the cap_session object leaves its scope. Keep one cap_session for the whole lifetime of the vmm to avoid disappearing exception portals. Related to #582.