Re: [Mason] Segmentation Fault

2001-03-16 Thread Karl M. Hegbloom
I found the solution. I had been using "Apache::Cookie->fetch", both from an authen handler and from a request handler. I switched to using "Apache::Cookie->parse" instead, and the segv went away. The Apache::Cookie monster ought to scare that bug out of the code though; no matter what, i

Re: [Mason] Segmentation Fault

2001-03-09 Thread Karl M. Hegbloom
I've also been experiencing segmentation faults. I reported it, yesterday, some, not fully detailed, (ie: no stack trace since no debugging symbols...) to the mod_perl mailing list. What I did was run "gdb", then used the "ps wauxf" output to get the PID of an Apache child process. I used