https://issues.apache.org/bugzilla/show_bug.cgi?id=54513
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Connectors |Library Version|trunk |unspecified Product|Tomcat 8 |Tomcat Native Target Milestone|---- |--- --- Comment #6 from Mark Thomas <ma...@apache.org> --- I believe I have found the root cause of this. There is a bug in tc native introduced in r1412919 in the implementation of Poll.pollset(). n is incremented twice inside the for each loop for each entry in the poller. That means the return value is 2 * number of entries rather than number of entries. -- 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