genode/base-nova/include
Alexander Boettcher 486b27a1b8 nova: ease debugging if no cap indexes are left
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
2013-01-24 11:09:15 +01:00
..
32bit/nova base-nova: Coding style 2013-01-11 23:11:07 +01:00
64bit/nova base-nova: Coding style 2013-01-11 23:11:07 +01:00
base nova: ease debugging if no cap indexes are left 2013-01-24 11:09:15 +01:00
cap_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
nova Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
nova_cpu_session base-nova: Coding style 2013-01-11 23:11:07 +01:00
pd_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rm_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00