From owner-freebsd-java@FreeBSD.ORG Thu Jun 11 21:52:23 2015 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A9C870 for ; Thu, 11 Jun 2015 21:52:23 +0000 (UTC) (envelope-from prvs=0604c0034d=pmcnary@cameron.net) Received: from northmo.net (mailcleaner1.northmo.net [208.110.72.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3A91675 for ; Thu, 11 Jun 2015 21:52:22 +0000 (UTC) (envelope-from prvs=0604c0034d=pmcnary@cameron.net) Received: from [66.85.72.2] (helo=[172.16.77.177]) by northmo.net stage1 with esmtpsa (Exim MailCleaner) id 1Z3AHd-0006Sj-Sj for from ; Thu, 11 Jun 2015 16:45:10 -0500 Message-ID: <557A0187.2070009@cameron.net> Date: Thu, 11 Jun 2015 16:45:43 -0500 From: Paul User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: openjdk problem with OpenNMS X-MailCleaner-RDNS: invalid reverse DNS for 66.85.72.2 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 21:52:23 -0000 Hello I have a documented bug in OpenJDK8 and possibly before. It is with FreeBSD 10.1 and OpenJDK8 current. OpenNMS builds and starts and works properly for a few minutes then stops running. Several people have said they have reported bug to FreeBSD Java team without results. Is that true? Bug report is on OpenNMS JIRA as replies and links show below. Dumps and crash reports are attached to the JIRA bug report. Can the FreeBSD JAVA team please assist with this problem? Problem only seems to exist on FreeBSD OpenJDK! Thank you Please advise Paul McNary pmcnary@cameron.net [http://issues.opennms.org/browse/NMS-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40259#comment-40259 ] Jesse White commented on NMS-7687: ---------------------------------- We would need help from FreeBSD's OpenJDK maintainers to move this forward. The problem is easy to reproduce, but I haven't had any success in isolating it. > SegFault on FreeBSD 10.1 OpenNMS 16.0.0 OpenJDK 8 > ------------------------------------------------- > > Key: NMS-7687 > URL:http://issues.opennms.org/browse/NMS-7687 > Project: OpenNMS > Issue Type: Bug > Security Level: Default(Default Security Scheme) > Components: Startup / Shutdown / Status > Affects Versions: 16.0.0 > Environment: FreeBSD 10.1-RELEASE-p9(amd64) OpenJDK 1.8.0-40 > Reporter: Paul McNary > Fix For: Backlog > > Attachments: logs0001.zip, logs-20150527.zip > > > OpenNMS crashes after a few minutes > Have attached logs and crash dumps > as recommended on mailing lists > This has been reported by several people on the various mailing lists > I don't see an issue reported to add this to. > Please help? -- This message was sent by Atlassian JIRA (v6.3.15#6346) ---------------------------------------------------------------------------------------- [http://issues.opennms.org/browse/NMS-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seth Leger updated NMS-7687: ---------------------------- Fix Version/s: Backlog Component/s: (was: Ackd) The relevant section from the log is: {noformat} # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000806f71e40, pid=8036, tid=8036 # # JRE version: OpenJDK Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14) # Java VM: OpenJDK 64-Bit Server VM (25.45-b02 mixed mode bsd-amd64 compressed oops) # Problematic frame: # J 17481 C1 java.net.SocketTimeoutException.(Ljava/lang/String;)V (6 bytes) @ 0x0000000806f71e40 [0x0000000806f71e00+0x40] # # Core dump written. Default location: /cores/core or core.8036 # # An error report file with more information is saved as: # /usr/local/opennms/hs_err_pid8036.log AHE@0x00000008034c1090: 0xbb000000 i2c: 0x0000000803c786e0 c2i: 0x0000000803c78747 c2iUV: 0x0000000803c78708 Compiled method (c1) 822330 17481 3 java.net.SocketTimeoutException:: (6 bytes) total in heap [0x0000000806f71c50,0x0000000806f726a0] = 2640 relocation [0x0000000806f71d78,0x0000000806f71e00] = 136 main code [0x0000000806f71e00,0x0000000806f72280] = 1152 stub code [0x0000000806f72280,0x0000000806f72348] = 200 metadata [0x0000000806f72348,0x0000000806f72388] = 64 scopes data [0x0000000806f72388,0x0000000806f725b8] = 560 scopes pcs [0x0000000806f725b8,0x0000000806f72688] = 208 dependencies [0x0000000806f72688,0x0000000806f72690] = 8 nul chk table [0x0000000806f72690,0x0000000806f726a0] = 16 # # If you would like to submit a bug report, please visit: #http://bugreport.java.com/bugreport/crash.jsp # {noformat} > SegFault on FreeBSD 10.1 OpenNMS 16.0.0 OpenJDK 8 > ------------------------------------------------- > > Key: NMS-7687 > URL:http://issues.opennms.org/browse/NMS-7687 > Project: OpenNMS > Issue Type: Bug > Security Level: Default(Default Security Scheme) > Components: Startup / Shutdown / Status > Affects Versions: 16.0.0 > Environment: FreeBSD 10.1-RELEASE-p9(amd64) OpenJDK 1.8.0-40 > Reporter: Paul McNary > Fix For: Backlog > > Attachments: logs0001.zip, logs-20150527.zip > > > OpenNMS crashes after a few minutes > Have attached logs and crash dumps > as recommended on mailing lists > This has been reported by several people on the various mailing lists > I don't see an issue reported to add this to. > Please help? -- This message was sent by Atlassian JIRA (v6.3.15#6346)