From owner-freebsd-java Fri Jan 24 3:47:14 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2F637B401; Fri, 24 Jan 2003 03:47:12 -0800 (PST) Received: from nr4.i-p-d.nl (nr4.i-p-d.nl [217.18.64.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E328543F13; Fri, 24 Jan 2003 03:47:11 -0800 (PST) (envelope-from co9@xs4all.nl) Received: from xs4all.nl ([212.136.217.101]) by nr4.i-p-d.nl (8.12.3/8.12.5) with ESMTP id h0OBl60J031432; Fri, 24 Jan 2003 12:47:06 +0100 (CET) (envelope-from co9@xs4all.nl) Message-ID: <3E3127D3.7030907@xs4all.nl> Date: Fri, 24 Jan 2003 12:47:31 +0100 From: Robin Schilham User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java , billh@gnuppy.monkey.ORG, glewis@FreeBSD.org Subject: Re: jboss3 java core dump References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Andriy Podanenko wrote: > Has anybody fix the problem ? > http://www.geocrawler.com/archives/3/162/2002/12/0/10270779/ > and the yet one: > jboss3 make java core dump on FreeBSD (5.0-RELENG) > jdk13 from ports (patchset 7) > jboss3 from ports > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message I had the same problem with jboss3 with jdk-1.3.1p7_2 on FreeBSD 5.0-RELEASE. It seems that the SIGBUS is cause by line 311 of j2sdk1.3.1/src/solaris/native/java/net/InetAddressImpl.c. After inserting some debugging output, it turned out that the test at line 308 should be if (hp == NULL || hp == -1) { instead of if (hp == NULL) { Of course this should be considered as a temporary workaround. Regards, Robin Schilham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message