On Tue, May 29, 2001 at 06:04:10AM +0800, Julius C. Duque wrote:
> You did upgrade your kernel, right? If you have upgraded to
> Linux 2.4.3 (BTW, 2.4.5 is already out), get the source for
> 2.4.3 and find out what part of the kernel is giving out
> the error message. Also, you won't find an exact "signal 11"
> phrase. 11 is most probably #define-ed elsewhere.
You mean <errno.h>, I guess.
If all you want is a list of the names and numbers of the signals,
try "kill -l". But I can tell you without even looking that sig11
is SIGSEGV, segmentation violation.