Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2003 06:12:38 -0800 (PST)
From:      Nick Johnson <freebsd@spatula.net>
To:        Sebastiaan van Erk <sebster@sebster.com>
Cc:        freebsd-java@freebsd.org
Subject:   Re: bug report jdk1.4.2
Message-ID:  <20031219061001.C30962@turing.morons.org>
In-Reply-To: <1071830891.66714.3.camel@blauwoor.sebster.com>
References:  <1071830891.66714.3.camel@blauwoor.sebster.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I think this might be the same thing as my open bug:
http://www.freebsd.org/cgi/query-pr.cgi?pr=60083

Can you get a java.core file and do this with it:

gdb java_g java.core

And when gdb starts up, do a "bt" and see if your stack trace includes
something like this:

#11 0x280cd782 in getservent () from /usr/lib/libc_r.so.4
#12 0x280ccc3d in getservbyname () from /usr/lib/libc_r.so.4
#13 0x280cb48c in getaddrinfo () from /usr/lib/libc_r.so.4

   Nick

On Fri, 19 Dec 2003, Sebastiaan van Erk wrote:

> Hi all,
>
> I'm running FreeBSD 4.9-RELEASE with native JDK 1.4.2, and I get the
> following VM crash (see below). It's consistent, I.E. it crashes EVERY
> time. Does anybody know a work around?
>

-- 
"The aptly-named morons.org is an obscenity-laced screed..."
	-- Robert P. Lockwood, Catholic League director of research
Nick Johnson, version 2.1                             http://web.morons.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031219061001.C30962>