Re: Dumb question: Why are exceptions such as SIGSEGV not logged

From: Jamie Lokier
Date: Sat Aug 16 2003 - 16:45:35 EST


Valdis.Kletnieks@xxxxxx wrote:
> On Sun, 17 Aug 2003 04:10:30 +0800, Michael Frank <mhf@xxxxxxxxxxxxx> said:
> > Linux logs almost everything, why not exceptions such as SIGSEGV
> > in userspace which may be very informative?
>
> [SIG_IGN]

Presumably only SIGSEGVs which kill a process would be logged...

Some programs actually _use_ SIGSEGV in a useful way, to manage memory.
Same for SIGBUS and other signals. It would be wrong to log them.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/