Mailing List Archive

mod_perl 2.0.9 make test dumped core
Hello,

Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1 to try compiling mod_perl DSO object on centos 6 (x86_64) machine. It passed configure and make but failed ‘make test’.

perl Makefile.PL MP_AP_PREFIX=/usr/local/apache-2.4.20-catalyst
make
make test

The error is written into t/logs/error_log:

[ error] oh dangit, server dumped core
[ error] for stacktrace, run: gdb /usr/local/apache-2.4.20-catalyst/bin/httpd -core /tmp/mod_perl-2.0.9/t/core.2184

Does mod_perl 2.0.9 work with apache 2.4? Does it work with apache 2.2?

Thanks,
- xinhuan
Re: mod_perl 2.0.9 make test dumped core [ In reply to ]
On Tue, May 10, 2016 at 07:45:45PM +0000, Xinhuan Zheng wrote:

> Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1 to try compiling mod_perl DSO object on centos 6 (x86_64) machine. It passed configure and make but failed ‘make test’.

> [ error] oh dangit, server dumped core
> [ error] for stacktrace, run: gdb /usr/local/apache-2.4.20-catalyst/bin/httpd -core /tmp/mod_perl-2.0.9/t/core.2184

There's a known issue with t/protocol/pseudo_http.t crashing Apache
2.4.20, see

http://www.mail-archive.com/dev%40perl.apache.org/msg13696.html

--
Niko Tyni ntyni@debian.org
Re: mod_perl 2.0.9 make test dumped core [ In reply to ]
On 10.05.2016 22:20, Niko Tyni wrote:
> On Tue, May 10, 2016 at 07:45:45PM +0000, Xinhuan Zheng wrote:
>
>> Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1

isn't this also a somewhat low version of perl ? the current version is at least 5.22, and
5.10 must be at least 3-4 years old.

to try compiling mod_perl DSO object on centos 6 (x86_64) machine. It passed configure
and make but failed ‘make test’.
>
>> [ error] oh dangit, server dumped core
>> [ error] for stacktrace, run: gdb /usr/local/apache-2.4.20-catalyst/bin/httpd -core /tmp/mod_perl-2.0.9/t/core.2184
>
> There's a known issue with t/protocol/pseudo_http.t crashing Apache
> 2.4.20, see
>
> http://www.mail-archive.com/dev%40perl.apache.org/msg13696.html
>