hi! i have currently similar segfaults running mod_perl 1.26 (5.6.1) with apache 1.3.22 and Apache::ASP on AIX.
every mod_perl page segfaults 3 out-of 5 times if accessed via a http-proxy (squid or otherwise) but disappear if directly accessed via a browser (tested with ie, ns4, ns6) our proxy people say the workaround is to not use a proxy which may not be possible under some conditions IMO it has to do with the keepalive handling of apache (not proven) and using thread/mutexes on some platforms -- Alfred Reibenschuh, perl geek look @ http://penguin.at0.net/~fredo/geekcode.txt Welcome to the Karma Hotel Looks like Heaven but could be Hell Where pleasant screams transform to yells And every suite casts its own spell > -----Original Message----- > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 09, 2002 8:02 PM > To: Alexander V. Maljavinskiji > Cc: [EMAIL PROTECTED] > Subject: Re: axkit1.5 segfaults on apache > > > On Sat, 9 Feb 2002, Alexander V. Maljavinskiji wrote: > > > here is a backtrace: > > > > (gdb) run -X > > Starting program: /usr/sbin/httpd -X > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x401337bf in strlen () from /lib/libc.so.6 > > (gdb) bt > > #0 0x401337bf in strlen () from /lib/libc.so.6 > > #1 0x404beb1e in Perl_newSVpv () from > /usr/lib/perl5/i386-linux/CORE/libperl.so.5 > > #2 0x402b05d9 in ax_get_config (cfg=0x82932ac) at axconfig.c:1237 > > Very strange - strikes me as being the old PHP vs mod_perl + config > directives problem. I thought we'd fixed all these problems. > > Try removing PHP see if the problem goes away. > > -- > <!-- Matt --> > <:->Get a smart net</:-> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
