Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2003 14:57:10 +0200
From:      Ernst de Haan <ernst.dehaan@nl.wanadoo.com>
To:        java@FreeBSD.org
Subject:   JDK 1.4.1-p3: ^C makes java barf
Message-ID:  <200307171457.10299.ernst.dehaan@nl.wanadoo.com>

next in thread | raw e-mail | index | archive | help
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.
#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307171457.10299.ernst.dehaan>