You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/06/12 05:27:26 UTC

[jira] Updated: (HARMONY-4116) [classlib][nio] SelectorTest.test_wakeup fails

     [ https://issues.apache.org/jira/browse/HARMONY-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leo Li updated HARMONY-4116:
----------------------------

    Attachment: patch_luni.diff

Hi, Alexey:
      I cannot reproduce the problem on my machine.  And  a review of the source code give me no hint what is wrong.
      And from the mailing list [1] the problem occurs intermittently. But the bad thing is that current harmony's code will not give any further information about the error.
      In the patch I give here is just to get the error number of the system call.  Could you apply it to the machine that  can reproduce the problem and see what is the error code?

Thanks
Leo.
[1]http://permalink.gmane.org/gmane.comp.java.harmony.devel/27494

> [classlib][nio] SelectorTest.test_wakeup fails
> ----------------------------------------------
>
>                 Key: HARMONY-4116
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4116
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: SLES9@x86
> SLES9@x86_64
>            Reporter: Alexey Varlamov
>         Attachments: patch_luni.diff
>
>
> The  org.apache.harmony.nio.tests.java.nio.channels.SelectorTest unit test fails on Linuxes:
> java.net.SocketException 
> at org.apache.harmony.luni.platform.OSNetworkSystem.select(OSNetworkSystem.java:312) 
> at org.apache.harmony.nio.internal.SelectorImpl.selectInternal(SelectorImpl.java:190) 
> at org.apache.harmony.nio.internal.SelectorImpl.select(SelectorImpl.java:157) 
> at org.apache.harmony.nio.tests.java.nio.channels.SelectorTest.selectOnce(SelectorTest.java:549) 
> at org.apache.harmony.nio.tests.java.nio.channels.SelectorTest.test_wakeup(SelectorTest.java:322) 
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.