Project

General

Profile

Feature #18513

Updated by Peter Amstutz over 2 years ago

When a program exits from a signal, crunch-run prints this: 

 > Container exited with code: 139 

 Instead, this should say something like "Exited with signal 11 (SIGSEGV)" because most people don't actually know that exit codes over 128 mean exiting due to an unhandled signal, and nobody likes doing math. 

Back