mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
The generic 'sleep_forever()' function creates an Ipc_server object which might not get cleaned up correctly when the thread gets destroyed and unneeded capability references could remain and drain the capability index allocator. With this patch a lock gets used on thread exit instead of calling 'sleep_forever()'. Fixes #538.
This repository contains the port of Genode to the Fiasco.OC microkernel. For further information, please refer to the following documents: :[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]: This Wiki page contains the information on how to build and use Genode with Fiasco.OC. :[http://os.inf.tu-dresden.de/fiasco]: Official website for the Fiasco.OC microkernel.