cocateh

Results 3 comments of cocateh

literally the minimal input to trigger the segfault is this (with gas syntax) ``` .text global _start ``` even with defined _start, we won't get up to point of assembling...

SerenityOS Shell, and subsequently `EventLoopImplementationUnix` uses a `signal()` call to register a signal handler, which is improper for this occasion as signaling the `system()` calling thread makes it signalled in...

Hmm, my PoC solution with SA_RESTART does not save the problem? The thread in kernel is still signalled even though we handle the signal.