genode/base-nova/include/base
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
..
bit_allocator.h base-nova: Coding style 2013-01-11 23:11:07 +01:00
bit_array.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cap_sel_alloc.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ipc_msgbuf.h nova: ease debugging if no cap indexes are left 2013-01-24 11:09:15 +01:00
ipc_pager.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ipc.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
native_types.h base-nova: Coding style 2013-01-11 23:11:07 +01:00
pager.h base-nova: Coding style 2013-01-11 23:11:07 +01:00
sleep.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread_state.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00