Skip to content

Log process fatal errors in 'run_or_exit'

Oto Šťáva requested to merge fatal-error-signalling into master

Instead of exiting silently, replay.py now logs negative exit codes, which mean that the subprocess ended with a signal, like SIGSEGV (Segmentation fault) or SIGABRT (Abort - usually assertion failure).

Merge request reports