UNIX signal-generated codes in the Launcher log file
Launcher result codes that are higher than 128 occur when the operating system sends a UNIX signal to the Launcher. The value of the Launcher result code is the UNIX signal value plus 128.
To determine the UNIX signal value, subtract 128 from the Launcher
result code. For example, Launcher result code 139 corresponds to
the UNIX signal value 11 (139
- 128 = 11)
. UNIX signal
value 11 represents the POSIX SIGSEGV signal.
See your operating system documentation for the list UNIX signals and signal values.