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
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
Hi all,
New to the list, somewhat new to this whole mod_perl thing. I've got a
pretty good handle on it but recently I've been getting segfaults when
calling $apr->param('someparam') ... this appears to be somewhat random
though it happens within two or three requests when running under -X
Righ