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

--- Comment #10 from Mark Thomas <ma...@apache.org> ---
(In reply to Rainer Jung from comment #6)

> So that fits nicely with your "The crash is occurring when the socket is
> registered for read and write." OTOH that means it would not in an obvious
> way provide a reason if this problem occured on other platforms than OSX or
> BSD. Although the code comment doesn't limit itself to kqueue ...

Bug 56313 which appears to be the same issue is happening on Windows. It also
appears to be a standard web applicaion without concurrent read/write.

The poller event merging code added to APR probably needs a few tweaks:
- enable it for all OS's
- add some debug logging as to what events are being merged incase there is
something else going on we haven't figured out yet.

The patch I mentioned in comment #5 has been applied to tomcat-native 1.1.x and
I am planning a 1.1.33 release shortly.

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