[ https://issues.apache.org/jira/browse/HARMONY-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848182#action_12848182 ] Hudson commented on HARMONY-6479: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #719 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/719/]) Apply fix only from "[#] GPF creating ServerSocket when no more file handles available". > GPF creating ServerSocket when no more file handles available > ------------------------------------------------------------- > > Key: HARMONY-6479 > URL: https://issues.apache.org/jira/browse/HARMONY-6479 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Linux > Reporter: Catherine Hope > Assignee: Mark Hindess > Attachments: 6479.patch > > > Creating a ServerSocket when there are no more file handles available causes a GPF on Linux. The expected behaviour is a SocketException. > Problem can be recreated running the following: > while (true) { > try { > new ServerSocket(0); > } catch (SocketException e) { > // expected > break; > } > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.