Hi all,
In my large modperl app I am getting a segfault with this back trace:
gdb) bt
#0 0x in ?? ()
#1 0xb5a5aba6 in std::ios_base::Init::~Init() () from /usr/lib/libstdc++.so.6
#2 0xb753aa68 in __cxa_finalize () from /lib/libc.so.6
#3 0xb4b41854 in ?? () from /usr/lib/libHalf.so.6
#
> Versions:
> httpd: 2.2.17
> mod_perl: 2.0.4
> perl: 5.12.2
Can you try 2.0.5 which was released a couple days ago?
http://perl.apache.org/download/index.html
On Wed, Feb 9, 2011 at 2:40 PM, E R wrote:
> Hi all,
>
> In my large modperl app I am getting a segfault with this back trace:
>
>
Thank you so much for the new release!
Jie
Please think of our environment and only print this e-mail if necessary.
* Andr? Warnier wrote:
> Date: Tue, 08 Feb 2011 09:18:33 +0100
> From: Andr? Warnier
> To: mod_perl Dev
> CC: mod_perl list
> Subject: Re: [ANNOUNCE] mod_perl 2.0.5
> User-A
On Wed, Feb 9, 2011 at 5:24 PM, Max Kanat-Alexander wrote:
> On 02/02/2010 02:19 PM, Fred Moyer wrote:
>> Can you submit these patches inline?
>
> Here is the patch inline:
Thanks - expect 0.96 in the next day.
>
> Index: lib/Apache/SizeLimit/Core.pm
>
* Randolf Richardson wrote:
> Date: Wed, 09 Feb 2011 19:22:06 -0800
> From: Randolf Richardson
> To: mod_perl Dev ,
> mod_perl list
> Subject: Re: [ANNOUNCE] mod_perl 2.0.5
> X-mailer: Pegasus Mail for Windows (4.52)
>
> > Awesome everyone. Thanks for working on the new release of mod_p
On Wed, Feb 9, 2011 at 5:42 PM, Fred Moyer wrote:
> On Wed, Feb 9, 2011 at 5:24 PM, Max Kanat-Alexander
> wrote:
>> On 02/02/2010 02:19 PM, Fred Moyer wrote:
>>> Can you submit these patches inline?
>>
>> Here is the patch inline:
>
> Thanks - expect 0.96 in the next day.
Actually, I hav