"*** [kernel.debug] Error code 139"?

Ed Maste emaste at freebsd.org
Wed Jan 7 14:14:04 UTC 2015


On 7 January 2015 at 08:57, David Wolfskill <david at catwhisker.org> wrote:
> --- kernel.debug ---
> linking kernel.debug
> ctfmerge -L VERSION -g -o kernel.debug ...
> Segmentation fault (core dumped)
> *** [kernel.debug] Error code 139
...
> I'm mostly wondering what "Error code 139" is intended to mean.... :-}

It's the way termination due to a signal is reported. The exit status
is 128 + the signal number and SIGSEGV = 11.


More information about the freebsd-current mailing list