From owner-freebsd-java@FreeBSD.ORG Wed Apr 18 11:55:36 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64BC1106566C for ; Wed, 18 Apr 2012 11:55:36 +0000 (UTC) (envelope-from veronika.alessandra@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6A48FC08 for ; Wed, 18 Apr 2012 11:55:36 +0000 (UTC) Received: by vcmm1 with SMTP id m1so6676088vcm.13 for ; Wed, 18 Apr 2012 04:55:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Xmz7TDrpb7HViFGkmomwFAz+MsqqPjJ6o32MNJWY1nU=; b=s0IdCkUrKEJOz8VUUwdPvrepTs6iKjCnE/OT7ag76oFcuEnyXUWIc1WesoqtvnLiw9 wd3J7R6VjpU/5v/HE+yHiT3KJ7+L/BkgD4pAaYT/DSKA/BXsnJ0N+WpvpLyXYYj47AnV 7A703G+LDejLi4xA2Ic54gp8Z00fKndgMl+p3n9ySE7armpeaXCBPReWhYMjWCbKU6Gj sKqpDKC5wkkNacP08eCydTBVLBhxsxhxx1B3a85cT6yITIubPnf6sp8ACOnny8UQuPOV fgtJ3Juuvkx68KJm3ywIWPCL9aZvaM/b+Xs1lbaKqRHGJ49XnqaLRYmBE2bsoFw/RjQn t66Q== MIME-Version: 1.0 Received: by 10.52.178.129 with SMTP id cy1mr834626vdc.8.1334750135434; Wed, 18 Apr 2012 04:55:35 -0700 (PDT) Received: by 10.220.7.67 with HTTP; Wed, 18 Apr 2012 04:55:35 -0700 (PDT) Date: Wed, 18 Apr 2012 08:55:35 -0300 Message-ID: From: veronica almeida To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fatal Error 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, 18 Apr 2012 11:55:36 -0000 Hi! I have the same problem again. Could you help me? # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000080065a2a6, pid=66882, tid=52241376512 # # JRE version: 6.0_30-b24 # Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode bsd-amd64 compressed oops) # Problematic frame: # C [libz.so.5+0xa2a6] longest_match+0x1a6 # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Thanks a lot! For your information: > > # An unexpected error has been detected by Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0x0000000801f582a6, pid=10910, tid=0x12476d80 > # > # Java VM: Java HotSpot(TM) 64-Bit Server VM > (1.6.0_03-p4-root_05_apr_2011_12_51-b00 mixed mode) > # Problematic frame: > # C [libz.so.5+0xa2a6] longest_match+0x1a6 > # > # Please submit bug reports to freebsd-java@FreeBSD.org > > > ------------------------------ > > Message: 2 > Date: Tue, 28 Feb 2012 11:58:09 -0800 > From: Greg Lewis > Subject: Re: An unexpected error has been detected by Java Runtime > Environment with Geoserver > To: veronica almeida > Cc: freebsd-java@freebsd.org > Message-ID: <20120228195809.GA44550@misty.eyesbeyond.com> > Content-Type: text/plain; charset=us-ascii > > On Tue, Feb 28, 2012 at 10:25:19AM -0300, veronica almeida wrote: > > For your information: > > > > # An unexpected error has been detected by Java Runtime Environment: > > # > > # SIGSEGV (0xb) at pc=0x0000000801f582a6, pid=10910, tid=0x12476d80 > > # > > # Java VM: Java HotSpot(TM) 64-Bit Server VM > > (1.6.0_03-p4-root_05_apr_2011_12_51-b00 mixed mode) > > # Problematic frame: > > # C [libz.so.5+0xa2a6] longest_match+0x1a6 > > # > > # Please submit bug reports to freebsd-java@FreeBSD.org > > I'd really recommend moving to openjdk6. The jdk16 port is essentially > unsupported at this point. > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > > > ------------------------------ > > Message: 3 > Date: Tue, 28 Feb 2012 17:28:51 -0300 > From: veronica almeida > Subject: Re: An unexpected error has been detected by Java Runtime > Environment with Geoserver > To: Greg Lewis > Cc: freebsd-java@freebsd.org > Message-ID: > > > Content-Type: text/plain; charset=ISO-8859-1 > > Thanks Greg! > I installed openjdk6 before read your post. > I hope fix the problem. > > If I have any problem, I talk to you again (-: > > 2012/2/28 Greg Lewis > >