Hi,
You could try some options for configuring Perl given here:
http://perl.apache.org/docs/2.0/user/install/install.pod.orig
specially:
% CFLAGS='-m64 -mtune=nocona' ./Configure -des -A ccflags=-fPIC
Before doing a make.
Thanks,
Rommel.
From: hack bear [mailto:hackingb...@hotmail.com]
Sent:
Hi once more:
I've installed a mod_perl compiled with MP_DEBUG=1 and obtained a core
file, from which I get this stack trace when loading Carp.pm. It seems
it segfaults when compiling the regular expression from this line
in Carp.pm:
is_utf8($arg) or $arg =~
s/([[:cntrl:]]|[[:^ascii:]])/spr
hi,
This is totally frustrating. My mod_perl script always causes segmentation
fault when it tries to create a thread. I searched the Web and this forum, but
there is still no definitive answers. My perl and mod_perl are of pretty recent
versions and I check for the inclusion of useithreads co
Hi Fred, modperl folks:
We've narrowed down this bug a bit more. We are currently running perl
5.16.1 (latest), the latest mod_perl from source and apache version
2.2.22.
If we run a simple httpd.conf with this line:
PerlModule Carp
Then single-process startup will fail on the second perl