|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Looks like the Tomcat folks figured it out using strace. I suppose you could do the same here? Run 'jstack <pid>' to get the stacktrace. Find the thread with the Selector and get the 'nid'. Convert it from hex to decimal, and run 'sudo strace -f -p <nid>'.
And see if the output looks like theirs?