CDV ❯ New NIO bug in 1.6.0 (caused a failure of MemoryMapTest)
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
serverteam
-
Reporter: teck
-
March 01, 2007
-
0
-
Watchers: 0
-
August 07, 2008
-
May 24, 2007
Attachments
Description
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6481709
java.io.IOException: Operation not permitted at sun.nio.ch.EPollArrayWrapper.epollCtl(Native Method) at sun.nio.ch.EPollArrayWrapper.updateRegistrations(EPollArrayWrapper.java:202) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:183) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80) at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:84) at com.tc.net.core.TCCommJDK14.selectLoop(TCCommJDK14.java:286) at com.tc.net.core.TCCommJDK14$TCCommThread.run(TCCommJDK14.java:636)
Not sure what the fix is. If there is something that can be added to NIOWorkarounds, suppose we should do it. Or the fix might be more like NIOWorkarounds.solaris10Workaround() where we force a different selector implementation based on the platform and hotspot version
Comments
Tim Eck 2007-03-16
Fiona OShea 2007-04-25
Please verify that this is fixed when download is available.
Fiona OShea 2007-05-24
Hung can you verify that this is fixed?
Hung Huynh 2007-05-24
We’ve been running this test with jdk1.6.0_01 and it hasn’t failed since.
Fiona OShea 2007-05-24
See Hung’s comment
Fiona OShea 2007-05-30
Closing this as resolved per Hung’s comment
this bug is supposedly fixed in 1.6.0_01 (which is not yet avaialble for public download)