mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
14f1ac497e
First, we use an alternate stack for signal handling now. The stack is shared among all threads of the component, which is okay as we only handle exceptions with log output and pass on to the default handler (that terminates the execution). The primary motivation for the alternate stack is the detection of SIGSEGV due to stack overflows. Also, hybrid components now handle exception signals by logging and the support for multi-threaded applications was improved. Fixes #1935 |
||
---|---|---|
.. | ||
etc | ||
include/base | ||
lib | ||
mk/spec | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.