mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +00:00
486b27a1b8
If we ran out of capabilities indexes, the bit allocator throws an exception. If this happens the code seems to hang and nothing happens. Instead one could catch the exception and print some diagnostic message. This would be nice, but don't work. Printing some diagnostic message itself tries to do potentially IPC and will allocate new capability indexes at least for the receive window. So, catch the exception and let the thread die, so at least the instruction pointer is left as trace to identify the reason of the trouble. Fixes #625 |
||
---|---|---|
.. | ||
32bit/nova | ||
64bit/nova | ||
base | ||
cap_session | ||
cpu_session | ||
nova | ||
nova_cpu_session | ||
pd_session | ||
rm_session | ||
signal_session |