https://bz.apache.org/bugzilla/show_bug.cgi?id=57653

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
This is the line that is failing:
http://svn.eu.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/poll.c?view=annotate#l365

APR_RING_REMOVE(s->pe, link);

And the core dump shows s->pe is 0x0.

So that explains why it is crashing.

I should be able to add another safety check for that to prevent the crash.

Next step is to figure out how it gets into that state in the first place.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to