You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@apache.org> on 2010/02/08 08:25:50 UTC

Tagging Tomcat Native 1.1.20

Hi,

We have a nasty bug that crashes the JVM on shutdown cause
by Library.terminate call while we are inside Socket.accept

The reason for crash is that we reference later in code the
memory that was already destroyed with apr_pool_terminate, and
can lead to a JVM core.

The fix is quite simple (r907567) and I plan to tag 1.1.20
and propose a vote.


Comments?


Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Tagging Tomcat Native 1.1.20

Posted by jean-frederic clere <jf...@gmail.com>.
On 02/08/2010 08:25 AM, Mladen Turk wrote:
> Hi,
> 
> We have a nasty bug that crashes the JVM on shutdown cause
> by Library.terminate call while we are inside Socket.accept
> 
> The reason for crash is that we reference later in code the
> memory that was already destroyed with apr_pool_terminate, and
> can lead to a JVM core.
> 
> The fix is quite simple (r907567) and I plan to tag 1.1.20
> and propose a vote.
> 
> 
> Comments?

Cool :-)

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org