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
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 (