atom feed4 messages in org.freebsd.freebsd-javaRe: bug report
FromSent OnAttachments
Ash2kSep 24, 2008 3:11 am.log
Nicklas JohnsonSep 24, 2008 9:27 am 
Kees Jan KosterSep 24, 2008 10:24 pm 
Ash2kSep 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>