Skip to content

Handle signals correctly on linux

James R. requested to merge fixsignalhandler into master

Basically do not call nonreentrant functions from a signal handler. In fact, don't use a signal handler at all! This means cores finally get dumped.

Only under linux. Mac and Windows stay the same because I don't care.

"Signal caught" and "signal_handler() error" have also been renamed to "Process killed by signal".

In GUI:

signalcaughtg

In log:


Process killed by signal: SIGSEGV - segment violation (core dumped)

Shutdown tty console
Edited by James R.

Merge request reports

Loading