Re: mod_perl Silent Failure, Very Mysterious

2016-11-14 Thread Jie Gao
Add the "-f" flag to strace and see what errors you get. Regards, Jie * William N. Braswell, Jr. wrote: > Date: Mon, 14 Nov 2016 23:27:53 -0600 > From: "William N. Braswell, Jr." > To: modperl@perl.apache.org > Subject: mod_perl Silent Failure, Very Mysterious > > Hello everyone, I'm tryin

Re: mod_perl Silent Failure, Very Mysterious

2016-11-14 Thread William N. Braswell, Jr.
Hi Jie, I have captured the output of `strace -f /usr/sbin/apache2 -e trace8 -k start`: http://hastebin.com/unupocozop.pl Looks like it is dying with a segfault, but I'm not sure what is causing this??? Thanks so much for your help!!! :-) ~ Will [[[ BEGIN PASTE SNIPPET ]]] [pid 6550] stat("blib/

Re: mod_perl Silent Failure, Very Mysterious

2016-11-15 Thread William N. Braswell, Jr.
Hello Jie & Friends, I got the core dump out of gdb and also some hopefully-helpful output. Here is the output from gdb (not the core dump which is binary of course): http://hastebin.com/okaxacuriq.scala Then again maybe we have a problem because I'm missing debugging symbols inside /usr/sbin/apac

RE: mod_perl Silent Failure, Very Mysterious

2016-11-16 Thread Jie Gao
iam N. Braswell, Jr. [william.brasw...@autoparallel.com] Sent: Tuesday, November 15, 2016 8:01 PM To: Jie Gao Cc: modperl@perl.apache.org Subject: Re: mod_perl Silent Failure, Very Mysterious Hello Jie & Friends, I got the core dump out of gdb and also some hopefully-helpful output. Here is the output

RE: mod_perl Silent Failure, Very Mysterious

2016-11-22 Thread William N. Braswell, Jr.
warnings FATAL => 'all'; use ModPerl::TestReport; ModPerl::TestReport->new(@ARGV)->run; Jie --------- From: William N. Braswell, Jr. [william.brasw...@autoparallel.com] Sent: Tuesday, November 15, 2016 8:01 PM To: Jie Gao Cc: modperl@perl.apache.org Subject: Re: mod_p

Re: mod_perl Silent Failure, Very Mysterious

2016-11-22 Thread Jie Gao
to get this bug fixed so that I can move > forward with my work. I will eagerly assist in any way I can, please > just let me know what I should do and I will do it! > Thanks so much for your help. > Perling,~ Will > > On 11/16/2016 at 3:17 AM, "Jie Gao" wrote: For th

Re: mod_perl Silent Failure, Very Mysterious

2016-11-22 Thread William N. Braswell, Jr.
0600 > From: "William N. Braswell, Jr." > To: Jie Gao > CC: modperl@perl.apache.org > Subject: RE: mod_perl Silent Failure, Very Mysterious > > Hello Again Jie, > I have run the modperl_testreport.pl script per your direction, and > have attached the outp

Re: mod_perl Silent Failure, Very Mysterious

2016-11-22 Thread Jie Gao
N. Braswell, Jr." > To: Jie Gao > CC: modperl@perl.apache.org > Subject: Re: mod_perl Silent Failure, Very Mysterious > > Hi Jie, > If I temporarily disable B::Hooks::OP::Check, as shown below, then it > tells me it was included from Devel::Declare, which was i