* module to detect sigsegv
@ 2003-03-12 14:18 Donald Zoch
2003-03-12 15:15 ` Martin Zwickel
0 siblings, 1 reply; 2+ messages in thread
From: Donald Zoch @ 2003-03-12 14:18 UTC (permalink / raw)
To: linux-kernel; +Cc: Donald Zoch
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: module to detect sigsegv
2003-03-12 14:18 module to detect sigsegv Donald Zoch
@ 2003-03-12 15:15 ` Martin Zwickel
0 siblings, 0 replies; 2+ messages in thread
From: Martin Zwickel @ 2003-03-12 15:15 UTC (permalink / raw)
To: Donald Zoch; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]
Hi Donald!
Hope this helps a little bit:
http://www.kyuzz.org/antirez/sigsegv/
Regards,
Martin
On Wed, 12 Mar 2003 08:18:21 -0600
"Donald Zoch" <donald.zoch@amd.com> bubbled:
> 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/
--
Martin Zwickel <martin.zwickel@technotrend.de>
Research & Development
TechnoTrend AG <http://www.technotrend.de>
Werner-von-Siemens-Str. 6
86159 Augsburg
Tel: [+49-821-450448-16] <---> Fax: [+49-821-450448-11]
--------------------------------------------------------------------
This email, together with any attachments, is for the exclusive and
confidential use of the addressee(s). Any other distribution, use or
reproduction without the sender's prior consent is unauthorised and
strictly prohibited. If you have received this message in error,
please notify the sender by email immediately and delete the message
from your computer without making copies.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-12 15:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-12 14:18 module to detect sigsegv Donald Zoch
2003-03-12 15:15 ` Martin Zwickel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.