From owner-freebsd-java@FreeBSD.ORG Wed Sep 24 16:27:42 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ED9710656A0 for ; Wed, 24 Sep 2008 16:27:42 +0000 (UTC) (envelope-from spatula@spatula.net) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.186]) by mx1.freebsd.org (Postfix) with ESMTP id 8645D8FC24 for ; Wed, 24 Sep 2008 16:27:41 +0000 (UTC) (envelope-from spatula@spatula.net) Received: by gv-out-0910.google.com with SMTP id n8so216506gve.39 for ; Wed, 24 Sep 2008 09:27:39 -0700 (PDT) Received: by 10.103.251.3 with SMTP id d3mr4971119mus.73.1222273658112; Wed, 24 Sep 2008 09:27:38 -0700 (PDT) Received: by 10.103.23.16 with HTTP; Wed, 24 Sep 2008 09:27:38 -0700 (PDT) Message-ID: Date: Wed, 24 Sep 2008 09:27:38 -0700 From: "Nicklas Johnson" Sender: spatula@spatula.net To: freebsd-java@freebsd.org In-Reply-To: <596931222251134@webmail56.yandex.ru> MIME-Version: 1.0 References: <596931222251134@webmail56.yandex.ru> X-Google-Sender-Auth: de8897d30029302f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: bug report X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 16:27:42 -0000 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 > _______________________________________________ > 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/