mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
f14024eb52
Thread stacks with less than 4K usable space are insufficient for our implementation of Linux exception signal handling. If such a unusually small stack overflows the SIGSEGV handler will not be able to print the diagnostic message leaving no hint of the cause of the stuck process.
This repository contains the Linux-specific implementation of Genode.