Re: Catching a SIGSEGV signal on an import

2010-10-19 Thread Chris Torek
(I realize this is old but I am recovering from dental surgery and, while on the Good Drugs for the pain, going through old stuff on purpose :-) ) >On Thu, 09 Sep 2010 05:23:14 -0700, Ryan wrote: >> In general, is there anyway to catch a SIGSEGV on import? In article , Nobody wrote: >No. If SI

Re: Catching a SIGSEGV signal on an import

2010-09-09 Thread Nobody
On Thu, 09 Sep 2010 05:23:14 -0700, Ryan wrote: > But, since SIGSEGV is asynchronous SIGSEGV is almost always synchronous. > In general, is there anyway to catch a SIGSEGV on import? No. If SIGSEGV is raised, it often indicates that memory has been corrupted. At that point, you can't assume th