I've also gotten segfaults from reading a bad cookie. Another segfault
problem I experienced was caused by using a lexical variable in a sub in a
Registry script that was declared outside of the sub (specifically, it was a
CGI.pm object). Those segfaults seemed to happen randomly only about 10 to
20 percent of the time.
----- Original Message -----
From: "Jonathan Vanasco" <[EMAIL PROTECTED]>
To: "modperl mod_perl" <modperl@perl.apache.org>
Sent: Wednesday, May 23, 2007 4:49 PM
Subject: Re: segmentation fault.
(snip)
in the past, i've gotten those segfaults from:
reading a bad cookie ( libapreq2 .05, i think ) ( c error )
handling an upload via apache request2 ( c error )
having a bad tied session under Apache2::Session ( xs error )
some random apache2 error.
i don't know if any of that helps. good luck!