From owner-freebsd-java@FreeBSD.ORG Thu Feb 12 08:22:15 2015 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22B6E22C for ; Thu, 12 Feb 2015 08:22:15 +0000 (UTC) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "misty.eyesbeyond.com", Issuer "misty.eyesbeyond.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D6A16C80 for ; Thu, 12 Feb 2015 08:22:13 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.9/8.14.9) with ESMTP id t1C8M08S020197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 12 Feb 2015 00:22:00 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.9/8.14.9/Submit) id t1C8M0u8020184; Thu, 12 Feb 2015 00:22:00 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 12 Feb 2015 00:21:59 -0800 From: Greg Lewis To: Jean-Yves Moulin Subject: Re: OpenJDK 1.7 has issues versus linux-sun-jdk17 Message-ID: <20150212082159.GA20132@misty.eyesbeyond.com> References: <5491EDAE.2010608@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Paul Pathiakis , freebsd-java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2015 08:22:15 -0000 On Tue, Dec 23, 2014 at 09:42:45AM +0100, Jean-Yves Moulin wrote: > > On 17 Dec 2014, at 21:55 , Paul Pathiakis via freebsd-java wrote: > > > >> # A fatal error has been detected by the Java Runtime Environment: > >> # > >> # SIGSEGV (0xb) at pc=0x0000000803a4d4ae, pid=84602, tid=35353228288 > >> # > >> # JRE version: OpenJDK Runtime Environment (7.0-b14) (build 1.7.0_71-b14) > >> # Java VM: OpenJDK 64-Bit Server VM (24.71-b01 mixed mode bsd-amd64 compressed oops) > >> # Problematic frame: > >> # j java.net.SocketException.(Ljava/lang/String;)V+0 > >> # > >> # Core dump written. Default location: /cores/core or core.84602 > >> > > Interesting, we are tracking exactly the same kind of issue (Segfault on SocketException.init) with our home made applications. > > The same java binary runs fine on Linux-openjdk7 (Linux OS or FreeBSD OS). > > Did you got a response from OpenJDK team ? Late reply on this. Is it possible to narrow this down to a simpler test case than "set up OpenNMS and run it for ten minutes"? I assume one has to actually do more than just run it, since the exception is likely a result of some kind of network traffic. If not that, a wiki or something on how to set up OpenNMS and provoke the problem would be a big help. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org