Peter Long wrote:
> Again according to man 7 signal, SIGSEGV is signaled when a segmentation
> fault occurs. I wonder if you could catch it and then try extract some
> usefull information from the system. At the very least you could log the
> fact that is occured.

You can indeed catch SIGSEGV.  The only signals that cannot be caught 
are SIGKILL and SIGSTOP.

_______________________________________________
Dev mailing list
[EMAIL PROTECTED]
http://www.trilug.org/mailman/listinfo/dev

Reply via email to