Re: Segfault with Apache::Request->param method

2004-12-06 Thread Chris Brown
I found the problem actually. My common module has an AUTOLOAD that allows me to say $common->foo instead of $common->{foo}. I pass my Apache::Request ($apr) object around in this common object, retreiving $apr by calling $common->apr and then calling param() causes the crash. I guess the retur

Re: Segfault with Apache::Request->param method

2004-12-03 Thread Sam Tregar
On Thu, 2 Dec 2004, Chris Brown wrote: > Right now I'm running Apache 1.3.31 with mod_perl 1.29. Perl is 5.8.3 on > Fedora FC1 Well, I don't know anything about your specific problem but judging by the lack of responses neither does anyone else. So here's what I'd do: - Download the latest Pe