java/105482: diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug
Kurt Miller
kurt at intricatesoftware.com
Mon Mar 9 11:20:05 PDT 2009
The following reply was made to PR java/105482; it has been noted by GNATS.
From: Kurt Miller <kurt at intricatesoftware.com>
To: bug-followup at freebsd.org, kostikbel at gmail.com
Cc:
Subject: Re: java/105482: diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug
Date: Mon, 9 Mar 2009 13:07:13 -0500
I debugged a similar problem with OpenJDK and found
the root cause to be the poll() system call over
writting the complete pollfd struct upon return.
See the following bug report for details:
http://www.freebsd.org/cgi/query-pr.cgi?pr=130924
More information about the freebsd-java
mailing list