mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +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 |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.