Re: 2.2.1: memory corruption and SIGSEGV handlers.

Mark Hemment (markhe@SCO.com)
Mon, 1 Mar 1999 17:58:53 +0000 (GMT)


Hi Dick,

> So you are saying that setup_frame() should reserve enough signal
> stack-space to use the default handler if the signal stack grows
> beyond limits? Let's look at the case of root where there is no
> getrlimit set.

No. The default action for SEGV (the signal we are interested here),
is to drop core. This doesn't require any user-stack space (just a call
to do_exit()).

Mark

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