Skip Menu |

This queue is for tickets about the Math-Int128 CPAN distribution.

Report information
The Basics
Id: 103359
Status: resolved
Priority: 0/
Queue: Math-Int128

People
Owner: Nobody in particular
Requestors: buuuzi [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.21
Fixed in: (no value)



Subject: Cannot start under mpm_event and mpm_worker
Hello, Env: Perl (v5.16.0) built for x86_64-linux-thread-multi Linux production-2 3.4.63-2.44-default #1 SMP Wed Oct 2 11:18:32 UTC 2013 (d91a619) x86_64 x86_64 x86_64 GNU/Linux When trying to start apache 2.2.22+mod_perl+mpm_event/mpm_worker enabled, it fails with the only message in error_log: Usage: Math::Int128::CLONE(). I've just included Math::Int128 module into mod_perl-startup.pl as the only module besides default uses. In prefork it works.
Subject: Re: [rt.cpan.org #103359] Cannot start under mpm_event and mpm_worker
Date: Tue, 7 Apr 2015 14:10:48 +0000 (UTC)
To: "bug-Math-Int128 [...] rt.cpan.org" <bug-Math-Int128 [...] rt.cpan.org>
From: Salvador Fandino <sfandino [...] yahoo.com>
Show quoted text
----- Original Message -----
> From: Duke Smith via RT <bug-Math-Int128@rt.cpan.org> > To: > Cc: > Sent: Tuesday, April 7, 2015 2:52 PM > Subject: [rt.cpan.org #103359] Cannot start under mpm_event and mpm_worker
> When trying to start apache 2.2.22+mod_perl+mpm_event/mpm_worker enabled, it > fails with the only message in error_log: >
> Usage: Math::Int128::CLONE().
I have just released version 0.22 which contains a fix for that bug. Could you check it? https://metacpan.org/release/SALVA/Math-Int128-0.22 Thank you for reporting the issue!
From: buuuzi [...] yahoo.com
Hello, Yes, on the system above apache now starts. Thank you.