| From | Sent On | Attachments |
|---|---|---|
| Ash2k | Sep 24, 2008 3:11 am | .log |
| Nicklas Johnson | Sep 24, 2008 9:27 am | |
| Kees Jan Koster | Sep 24, 2008 10:24 pm | |
| Ash2k | Sep 26, 2008 1:01 am | .log |
| Subject: | Re: bug report | |
|---|---|---|
| From: | Nicklas Johnson (free...@spatula.net) | |
| Date: | Sep 24, 2008 9:27:01 am | |
| List: | org.freebsd.freebsd-java | |
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 <Ash...@yandex.ru>
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "free...@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/
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "free...@freebsd.org"






.log