Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2008 09:27:38 -0700
From:      "Nicklas Johnson" <freebsd@spatula.net>
To:        freebsd-java@freebsd.org
Subject:   Re: bug report
Message-ID:  <be800d230809240927y1c26f36n5aef71e5c977a36c@mail.gmail.com>
In-Reply-To: <596931222251134@webmail56.yandex.ru>
References:  <596931222251134@webmail56.yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
It'll probably be helpful also to see the stack trace from the java.core
file.

something like:

gdb $JAVA_HOME/bin/java  java.core

(where $JAVA_HOME is something like /usr/local/jdk1.5 or
/usr/local/diablo-jdk15 or the like... do not use /usr/local/bin/java here,
but the actual java binary.  Better still if you have bin/java_g available
to use that instead so the symbols resolve.)

and then:

(gdb) bt
(gdb) thread apply all bt

It'll also be helpful to know which version of FreeBSD (uname -a) and which
version of java (java -version)

(At first glance it looks like something went wrong in the native java.nio
implementation.)

   Nick

2008/9/24 Ash2k <Ash2k@yandex.ru>

> _______________________________________________
> freebsd-java@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"




-- 
"Courage isn't just a matter of not being frightened, you know. It's being
afraid and doing what you have to do anyway."
-- Doctor Who - Planet of the Daleks
This message has been brought to you by Nick Johnson 2.3b1 and the number 6.
http://healerNick.com/ http://morons.org/ http://spatula.net/



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