Date: Mon, 27 Jan 2003 10:10:38 +0200 From: Andriy Podanenko <freebsd_my@ua.fm> To: Robin Schilham <co9@xs4all.nl> Cc: JAVA <freebsd-java@freebsd.org> Subject: Re: jboss3 java core dump Message-ID: <1713432125.20030127101038@ua.fm> In-Reply-To: <3E3127D3.7030907@xs4all.nl> References: <list.freebsd.java#811472746.20030113124453@ua.fm> <3E3127D3.7030907@xs4all.nl>
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 jet one comment - this problem was with MOTIF 2.2 but in readme written that must be 2.1 (i didn't test with 2.1 yet) > 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 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?1713432125.20030127101038>