From owner-freebsd-java@FreeBSD.ORG Tue Sep 25 13:15:21 2007 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 DE13816A418 for ; Tue, 25 Sep 2007 13:15:21 +0000 (UTC) (envelope-from doug@polands.org) Received: from ms-smtp-03.rdc-kc.rr.com (ms-smtp-03.rdc-kc.rr.com [24.94.166.129]) by mx1.freebsd.org (Postfix) with ESMTP id 8BFD713C474 for ; Tue, 25 Sep 2007 13:15:21 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-03.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l8PCBWj4004598 for ; Tue, 25 Sep 2007 07:11:35 -0500 (CDT) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l8PCHEM4076872 for ; Tue, 25 Sep 2007 07:17:14 -0500 (CDT) (envelope-from doug@polands.org) Received: from 208.49.58.254 (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Tue, 25 Sep 2007 07:17:14 -0500 (CDT) Message-ID: <13839.208.49.58.254.1190722634.squirrel@email.polands.org> Date: Tue, 25 Sep 2007 07:17:14 -0500 (CDT) From: "Doug Poland" To: freebsd-java@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/4388/Mon Sep 24 21:51:32 2007 on corinth.polands.org X-Virus-Status: Clean Subject: OpenOffice.org/Base: An unexpected error has been detected by Java Runtime Environment: 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: Tue, 25 Sep 2007 13:15:22 -0000 Hello, I've been having a problem with OpenOffice.org (both 2.2.1 and 2.3.0) and java (both diablo-jdk1.5.0/ and jdk1.6.0/) for some time now on 6.2-STABLE i386. When I use OpenOffice.org's Base database application, and I edit data in a table view then close the table, I always get this error: # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x29b70151, pid=96225, tid=0x8096000 # # Java VM: Java HotSpot(TM) Client VM (diablo-1.5.0_07-b01 mixed mode) # Problematic frame: # C [libz.so.3+0x8151] deflateCopy+0xa81 # # An error report file with more information is saved as hs_err_pid96225.log # # If you would like to submit a bug report, please write # a letter to freebsd-java@FreeBSD.org mailing list # If I use jdk1.6.0, the only difference in the error message is the pid and jdk version: # SIGSEGV (0xb) at pc=0x29b70151, pid=96826, tid=0x8096000 # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-p1-root_12_sep_2007_19_21-b00 mixed mode) # An error report file with more information is saved as hs_err_pid96826.log I can email or post the error report files upon request. Thanks for your help. -- Regards, Doug