module to detect sigsegv

Donald Zoch (donald.zoch@amd.com)
Wed, 12 Mar 2003 08:18:21 -0600


I'm new to kernel programming and have set the goal of writing
a kernel module to detect signal 11 errors and log them.
My question is what is the best way to attack this in a module?
I've figured out how to write a basic module, but I'm having a
hard time figuring out how to do the checking.
How can I look at every signal that the kernel sends to processes
and pick out those that I want to report on?

Apologies for sending this to the main list. kernelnewbies doesn't
seem to be working any longer.

Thanks,

Donald

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