On 7 January 2015 at 08:57, David Wolfskill <da...@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.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to