Date: Fri, 24 Jan 2003 12:47:31 +0100 From: Robin Schilham <co9@xs4all.nl> To: freebsd-java <freebsd-java@FreeBSD.org>, billh@gnuppy.monkey.ORG, glewis@FreeBSD.org Subject: Re: jboss3 java core dump Message-ID: <3E3127D3.7030907@xs4all.nl> References: <list.freebsd.java#811472746.20030113124453@ua.fm>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E3127D3.7030907>