You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2007/03/06 09:39:24 UTC

[jira] Assigned: (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 ]

Richard Liang reassigned HARMONY-3265:
--------------------------------------

    Assignee: Richard Liang

> [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
>         Assigned To: Richard Liang
>         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.