> On both out of memory and stack limit exceeded you can only send SIGKILL
> Think about what happens if you need to allocate a page of user stack..
If the user set an alternate signal stack with sigaltstack() then you can
send something else (except for out of physical memory when there is no
chance to swap the potentially swapped out signal stack page in, but
if that happens there is not much the kernel can do anyways)
-Andi
-
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.altern.org/andrebalsa/doc/lkml-faq.html