mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 04:41:13 +00:00
The deadlock reported in #3236 could be reproduced via the wm.run script and the modification of test/nitpicker in commit "nitpicker: fix destroy with invalid handle" by clicking on the testnit entry of the launchpad. This patch fixes the deadlock by releasing the locked pointer early in the destruction path, which is legitimate as the wm is single-threaded. Fixes #3236
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.