On 3/29/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > > On Mar 29, 2006, at 7:06 PM, Cory Omand wrote: > > > Hi, > > > > I am having issues with Apache 2.2 and libapreq2 2.07. Even very > > simple tests which construct new Apache2::Request objects are > > resulting in segfaults. I have the following server setup: > > check to see if you're sending a bad cookie > > are you using wordpress on safari? a few versions will set a bad > cookie ( improperly escaped & encoded ), and if you hit your dev box > with it - bang.
I'm using Firefox (latest) -- I cleared out any cookies which were cached in my browser for the target server (that box also runs a test instance of trac on a different port, but the cookies for trac should not be sent to other apps). I still get the segfault right after constructing a new Apache2::Request object. Thanks, Cory.