You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Tuc at T-B-O-H.NET" <ml...@t-b-o-h.net> on 2007/05/16 20:03:01 UTC

Fresh OS/Perl{Threaded}/Apache 1.3.37/modperl segfault

Hi,

	Installed a fresh FreeBSD 5.5-R-p12 (I *NEED* to run 
5.5, sorry) with :

apache+mod_ssl+mod_deflate-1.3.37+2.8.28
perl-threaded-5.8.8
mod_perl-1.30

	all installed via the FreeBSD ports collection.

	When I try to start it I get a segfault. The backtrace is :

(gdb) bt
#0  0x286e9350 in Perl_newSVpvn ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#1  0x2873e1bd in PerlIO_open ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#2  0x2868736a in S_open_script ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#3  0x28684267 in S_parse_body ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#4  0x286837fe in perl_parse ()
   from /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so
#5  0x2861ddb4 in perl_startup () from /usr/local/libexec/apache/libperl.so
#6  0x2861d82a in perl_module_init () from /usr/local/libexec/apache/libperl.so
#7  0x0805683e in ap_init_modules ()
#8  0x0805f5df in main ()


	Is this because I'm using threaded perl?  I know it was
an issue on FreeBSD at one time.

		Thanks, Tuc