mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 15:33:04 +00:00
aeb7e7cd7c
The '_currently_constructed' pointer caches the information about which 'Launched_child' is currently configured in the menu. When discarding the runtime (e.g., when un-using a file system) at this point, this cached pointer was not invalidated while all 'Launched_child' objects would be freed (including the currently constructed one). On the next attempt to construct a new child, the sculpt manager attempted to destruct the 'Launched_child' referred by the (now outdated) '_currently_constructed' again. Fixes #3240 |
||
---|---|---|
.. | ||
app | ||
lib | ||
server | ||
test |