modperl_shutdown question

2011-02-09 Thread E R
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 #

Re: modperl_shutdown question

2011-02-09 Thread Fred Moyer
> 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: > >

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-09 Thread Jie
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

Re: [mp2] Apache2::SizeLimit should be using $s->rss, not $s->size for Linux::Smaps

2011-02-09 Thread Fred Moyer
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 >

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-09 Thread Jie Gao
* 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

Re: [mp2] Apache2::SizeLimit should be using $s->rss, not $s->size for Linux::Smaps

2011-02-09 Thread Fred Moyer
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