You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Stas Bekman <st...@stason.org> on 2004/04/05 19:56:04 UTC

Bug 23238 - apr_pool_clear fails if the cleanup handler is still running

Apparently I'm not the only one suffering from the pool cleanup abortion at 
the shutdown:
http://issues.apache.org/bugzilla/show_bug.cgi?id=23238
Should Apache2 ignore signals during the pool cleanup operations like 1.3 does?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: Bug 23238 - apr_pool_clear fails if the cleanup handler is still running

Posted by Stas Bekman <st...@stason.org>.
Cliff Woolley wrote:
> On Mon, 5 Apr 2004, Stas Bekman wrote:
> 
> 
>>Apparently I'm not the only one suffering from the pool cleanup abortion
>>at the shutdown: http://issues.apache.org/bugzilla/show_bug.cgi?id=23238
>>Should Apache2 ignore signals during the pool cleanup operations like
>>1.3 does?
> 
> 
> I thought this was fixed recently by patching mod_ssl?

Good. But it doesn't fix the problem in the original report. Try to run some 
long apr pool cleanup and the shutdown operation will abort it.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

RE: Bug 23238 - apr_pool_clear fails if the cleanup handler is still running

Posted by Sander Striker <st...@apache.org>.
> From: Cliff Woolley [mailto:jwoolley@virginia.edu]
> Sent: Monday, April 05, 2004 8:03 PM

> On Mon, 5 Apr 2004, Stas Bekman wrote:
> 
> > Apparently I'm not the only one suffering from the pool cleanup abortion
> > at the shutdown: http://issues.apache.org/bugzilla/show_bug.cgi?id=23238
> > Should Apache2 ignore signals during the pool cleanup operations like
> > 1.3 does?
> 
> I thought this was fixed recently by patching mod_ssl?

That was my impression too.

Sander

Re: Bug 23238 - apr_pool_clear fails if the cleanup handler is still running

Posted by Cliff Woolley <jw...@virginia.edu>.
On Mon, 5 Apr 2004, Stas Bekman wrote:

> Apparently I'm not the only one suffering from the pool cleanup abortion
> at the shutdown: http://issues.apache.org/bugzilla/show_bug.cgi?id=23238
> Should Apache2 ignore signals during the pool cleanup operations like
> 1.3 does?

I thought this was fixed recently by patching mod_ssl?

--Cliff