From owner-freebsd-java@FreeBSD.ORG Mon Jan 30 10:19:45 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA2B16A422 for ; Mon, 30 Jan 2006 10:19:45 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FE343D45 for ; Mon, 30 Jan 2006 10:19:44 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k0UAJhSg012004; Mon, 30 Jan 2006 12:19:43 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (ajax.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k0UAKan4022958; Mon, 30 Jan 2006 12:20:37 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43DDE83E.4020201@ebs.gr> Date: Mon, 30 Jan 2006 12:19:42 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Jason Harmening References: <200601281456.08794.jason.harmening@gmail.com> In-Reply-To: <200601281456.08794.jason.harmening@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: JVM segfault during limewire startup 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, 30 Jan 2006 10:19:45 -0000 Jason Harmening wrote: > Hi, > > I'm seeing an occasional JVM segfault when I try start limewire: > > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0x00000008019fd827, pid=98083, tid=0x51a000 > # > # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-p2-jason_10_dec_2005_18_14 > mixed mode) > # Problematic frame: > # C [libzip.so+0x12827] inflate_fast+0x37 > # > # An error report file with more information is saved > as /tmp/hs_err_pid98083.log > # > # If you would like to submit a bug report, please write > # a letter to freebsd-java@FreeBSD.org mailing list > # > Abort trap > > I don't know if this is relevant, but I only started seeing this after > upgrading to a dual-core Athlon 64 and switching to an SMP kernel--previously > with a single Athlon 64 everything was fine. System is FreeBSD > 6.0-STABLE/amd64. The logfile is attached. Could you try with the latest jdk15 port revision? Thanks, Panagiotis