genode/repos/base/src/include
Christian Prochaska 67fd77d10a base: catch 'Ipc_error' in 'Expanding_parent_client::exit()'
If a component is being destroyed just before it calls `exit()` at its
parent, the `exit()` call causes an `Ipc_error` exception, which leads to
an `abort()` loop with repeated error messages, because `abort()` calls
`exit()` too. Catching the exception in `Expanding_parent_client::exit()`
avoids this problem.

Fixes #3228
2019-03-18 15:56:59 +01:00
..
base/internal base: catch 'Ipc_error' in 'Expanding_parent_client::exit()' 2019-03-18 15:56:59 +01:00
pager Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
signal_source Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00