From owner-freebsd-java@FreeBSD.ORG Mon Sep 21 21:50:20 2009 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 58765106568B for ; Mon, 21 Sep 2009 21:50:20 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD5E8FC15 for ; Mon, 21 Sep 2009 21:50:19 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from ) id 1Mpqm2-000588-VR; Mon, 21 Sep 2009 23:50:19 +0200 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 163BD14421; Mon, 21 Sep 2009 23:50:13 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Patrick Mackinlay" , freebsd-java@freebsd.org References: <4AB7AE8F.4080209@spacesurfer.com> Date: Mon, 21 Sep 2009 23:50:12 +0200 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <4AB7AE8F.4080209@spacesurfer.com> User-Agent: Opera Mail/10.00 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: jdk-1.6.0.3p4_12 crash 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: Mon, 21 Sep 2009 21:50:20 -0000 On Mon, 21 Sep 2009 18:49:19 +0200, Patrick Mackinlay =20 wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I am running 7.2-STABLE with the following java packages: > > diablo-jdk-1.6.0.07.02_6 > jdk-1.6.0.3p4_12 > eclipse-3.4.2 > > I recently upgraded my machine from a single core 64 bit amd cpu (amd64 > install) to an intel nehalem (8 logical cores, amd64 install). I dont > think there are any significant package differences, since my old > machine was fairly up to date, certainly it was using eclipse 3.4 with = a > 1.6 jdk. > Today I tried doing some work in eclipse and the application kept > crashing at different points. I have attached the log files, they all > seem to point to a problem in the same piece of native code. > Could you look into the problem if possible. > > regards, > Patrick A wild guess, but I've had some 'unspecified' troubles with IPV6 compiled= =20 into java on FreeBSD. Maybe your new install has this. You can compile =20 java without IPV6 by specifying an option in the port. Ronald.