mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
When using the server framework, it might happen that the main thread tries to forward a signal to the entrypoint, while the context of that signal is already destroyed. In that case the main thread will get an ipc error exception as result. Related to #113