RE: mod_perl always segfault on thread creation

2012-08-24 Thread Doug Hunt
> >     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' > >     cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector' > > > > And BTW is there any existing RPM for RHEL that is dynamic build already? >

RE: mod_perl always segfault on thread creation

2012-08-24 Thread hack bear
xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' > > cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib > > -fstack-protector' > > > > And BTW is there any existing RPM for RHEL that is dynamic build already? > > > >

RE: mod_perl always segfault on thread creation

2012-08-24 Thread Doug Hunt
ynamic build already? > Date: Thu, 23 Aug 2012 09:17:48 +0300 > From: d...@debian.org > To: modperl@perl.apache.org > Subject: Re: mod_perl always segfault on thread creation > > -=| hack bear, 22.08.2012 16:16:33 -0700 |=- > > > > I'm doing a dynamic build (the default

RE: mod_perl always segfault on thread creation

2012-08-23 Thread hack bear
L/usr/local/lib -fstack-protector' And BTW is there any existing RPM for RHEL that is dynamic build already? > Date: Thu, 23 Aug 2012 09:17:48 +0300 > From: d...@debian.org > To: modperl@perl.apache.org > Subject: Re: mod_perl always segfault on thread creation > > -=| hack be

Re: mod_perl always segfault on thread creation

2012-08-22 Thread Damyan Ivanov
-=| hack bear, 22.08.2012 16:16:33 -0700 |=- > > I'm doing a dynamic build (the default setting I believe.) here are the ldd > results (that's how we can tell, right?) To me this seems like a static build. Yes, it links dynamicly to system libraries, but the perl library is staticly linked. Com

RE: mod_perl always segfault on thread creation

2012-08-22 Thread hack bear
istently. > > > > Did people ever get threads to work in mod_perl/apache/redhat enterprise > > linux 6? May someone send the "perl -V" output. This > > basic feature should work out of box on any environment. > > > > > > __

RE: mod_perl always segfault on thread creation

2012-08-22 Thread Doug Hunt
rl -V" output. This basic feature should work out of box on any environment. ___ From: rsharm...@sapient.com To: hackingb...@hotmail.com; modperl@perl.apache.org Subject: RE: mod_perl always segfault on thread creation Date: Tue, 21 Aug 2012 06:41:09 + Hi,   You could try some option

RE: mod_perl always segfault on thread creation

2012-08-22 Thread hack bear
he script produces segfault consistently. Did people ever get threads to work in mod_perl/apache/redhat enterprise linux 6? May someone send the "perl -V" output. This basic feature should work out of box on any environment. From: rsharm...@sapient.com To: hackingb...@hotmail.com;

RE: mod_perl always segfault on thread creation

2012-08-20 Thread Rommel Sharma
.com] Sent: Tuesday, August 21, 2012 2:06 AM To: modperl@perl.apache.org Subject: mod_perl always segfault on thread creation 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 i

mod_perl always segfault on thread creation

2012-08-20 Thread hack bear
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