mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
ce354d6fd9
Under some circumstances, the diagnostic message in the exception signal handler was not printed. This could happen due to a dead lock in the console library if the console code itself produces the exception while possessing the mutex, e.g., by exhausting a undersized stack. Now, we directly write to the log session via the stdout_write() hook or use raw_write_str() in core. |
||
---|---|---|
.. | ||
etc | ||
include | ||
lib | ||
mk/spec | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.