From owner-freebsd-java@FreeBSD.ORG Thu Jul 17 05:57:12 2003 Return-Path: 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 1DA3837B401 for ; Thu, 17 Jul 2003 05:57:12 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D01E43F85 for ; Thu, 17 Jul 2003 05:57:11 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h6HCvBAf059055 for ; Thu, 17 Jul 2003 14:57:12 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h6HCvBak059054 for java@FreeBSD.org; Thu, 17 Jul 2003 14:57:11 +0200 (CEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: java@FreeBSD.org Date: Thu, 17 Jul 2003 14:57:10 +0200 User-Agent: KMail/1.5.1 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307171457.10299.ernst.dehaan@nl.wanadoo.com> Subject: JDK 1.4.1-p3: ^C makes java barf X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 12:57:12 -0000 FYI, pressed ^C during a Java call and got the following error: (My OS is FreeBSD 4.8-STABLE, installed 1.4.1-p3 via port) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x28082924 Function=_sem_post+0x18 Library=/usr/lib/libc_r.so.4 Dynamic libraries:^[[A 0x8048000 /usr/local/jdk1.4.1/bin/java 0x2806b000 /usr/lib/libc_r.so.4 0x28124000 /usr/local/jdk1.4.1/jre/lib/i386/client/libjvm.so 0x286d0000 /usr/lib/libstdc++.so.3 0x28717000 /usr/lib/libm.so.2 0x28733000 /usr/local/jdk1.4.1/jre/lib/i386/native_threads/libhpi.so 0x2873d000 /usr/local/jdk1.4.1/jre/lib/i386/libverify.so 0x28758000 /usr/local/jdk1.4.1/jre/lib/i386/libjava.so 0x28779000 /usr/local/jdk1.4.1/jre/lib/i386/libzip.so 0x2804e000 /usr/libexec/ld-elf.so.1 Local Time = Thu Jul 17 14:53:44 2003 Elapsed Time = 1 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p3-root_02_jun_2003_09_05 mixed mode) # # An error report file has been saved as hs_err_pid58480.log. # Please refer to the file for further information. #