Re: mod_perl 2.0.9 make test dumped core

2016-05-10 Thread Niko Tyni
erver 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.htm

Re: perl/hash_attack.t fails with 5.10.1 + CVE-2013-1667 fix

2013-03-13 Thread Niko Tyni
the failure with the Debian perl 5.10.1 package and mod_perl2 2.0.7 with just the above test fix. So it doesn't seem to be a Debian change that breaks it. Maybe -Dusethreads or something like that. I'll keep looking and send an update when I know more. -- Niko Tyni nt...@debian.org

Re: perl 5.14 ExtUtils::MakeMaker bug affecting libapreq?

2012-03-01 Thread Niko Tyni
-archive.com/modperl@perl.apache.org/msg26248.html for some past discussion on that. The patch we're currently applying in Debian is http://patch-tracker.debian.org/patch/series/view/libapache2-mod-perl2/2.0.5-5/250-lfs-perl-5.14.patch HTH, -- Niko Tyni nt...@debian.org

Re: mod_perl 2.0.5 - Attempt to free unreferenced scalar on startup

2012-01-06 Thread Niko Tyni
. Feel free to tell me if I got it all wrong, though :) Cheers, -- Niko Tyni nt...@debian.org #include EXTERN.h /* from the Perl distribution */ #include perl.h /* from the Perl distribution */ /* compatibility for perl = 5.12 */ #ifndef GvCV_set

Re: mod_perl2 and Perl 5.14 with uselargefiles on 32-bit architectures (was: Early core dump)

2011-10-22 Thread Niko Tyni
) with different _FILE_OFFSET_BITS definitions? Cheers, -- Niko Tyni nt...@debian.org

Re: Bug#509457: [BUG] mod_perl2 test failures (when building Debian package)

2008-12-22 Thread Niko Tyni
get_basic_credentials(), and that's what Apache::TestRequest currently does. The attached patch works around the problem by providing a credentials() wrapper too. It's probably not quite correct, but the tests pass with this on both libwww-perl 5.813 and 5.822. -- Niko Tyni nt...@debian.org

Re: segfault with perl 5.10 + MasonX::Request::WithApacheSession

2008-05-19 Thread Niko Tyni
sent a stack backtrace there, no idea yet if the fault is with perl or mod_perl2. Cheers, -- Niko Tyni [EMAIL PROTECTED]

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-11 Thread Niko Tyni
can or should do about this, but I thought you'd want to know :) Cheers, -- Niko Tyni [EMAIL PROTECTED]

Re: [mp2] Perl 5.10 fixes from SVN cause SIGBUS on sparc

2008-03-12 Thread Niko Tyni
On Mon, Mar 10, 2008 at 10:53:54PM -0700, Philippe M. Chiasson wrote: Niko Tyni wrote: We're switching to Perl 5.10 in Debian soon, and I'm trying to update the mod_perl2 package to keep it working. Unfortunately the ModPerl-Registry test suite is failing on the Sparc architecture because

Re: [mp2] Perl 5.10 fixes from SVN cause SIGBUS on sparc

2008-03-10 Thread Niko Tyni
On Mon, Mar 10, 2008 at 12:06:54AM -0700, Philippe M. Chiasson wrote: Niko Tyni wrote: We're switching to Perl 5.10 in Debian soon, and I'm trying to update the mod_perl2 package to keep it working. Unfortunately the ModPerl-Registry test suite is failing on the Sparc architecture because