On Thu, Feb 22, 2001 at 08:32:40PM -0500, Lawrence Greenfield wrote:

>    The strangest thing is that if I run deliver -m user.elirov, it gives a
>    segmentation fault and returns an exit code of 139.
> 
> How can it segfault and return an exit code?

139 = 128 (Killed by signal) + 11 (it was SIGSEGV). This exit code is
constructed by the shell, it's not the raw status value returned by
waitpid().

Gabor

-- 
Gabor Gombas                                       Eotvos Lorand University
E-mail: [EMAIL PROTECTED]                        Hungary

Reply via email to