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/02/28 13:48:57 UTC

[jira] Updated: (HARMONY-3265) [classlib][luni]java.net.ServerSocket fails to call the OSNetworkSystem.oneTimeInitialization.

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

Leo Li updated HARMONY-3265:
----------------------------

    Attachment: patch-3265.diff

Will somebody try the patch?

> [classlib][luni]java.net.ServerSocket fails to call the OSNetworkSystem.oneTimeInitialization.
> ----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3265
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3265
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Leo Li
>         Attachments: patch-3265.diff
>
>
> Here is an example:
>      public void test()
>      {
>         ServerSocket serverSocket = new ServerSocket();
>      serverSocket.setReuseAddress(true);
>    }
> Harmony fails with VM crash.
> RI passes.
> Similar testcase is included in current Harmony tests, but only when it runs standalone, the testcase will fail. In the testsuite, the OSNetworkSystem has been 

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