bug report
Nicklas Johnson
freebsd at spatula.net
Wed Sep 24 16:27:42 UTC 2008
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 at yandex.ru>
> _______________________________________________
> freebsd-java at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at 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/
More information about the freebsd-java
mailing list