From owner-freebsd-java@FreeBSD.ORG Sun May 13 10:36:13 2007 Return-Path: X-Original-To: freebsd-java@FreeBSD.org 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 008D116A403 for ; Sun, 13 May 2007 10:36:12 +0000 (UTC) (envelope-from sebster@sebster.com) Received: from mail.servoy.com (mail.servoy.com [213.196.5.53]) by mx1.freebsd.org (Postfix) with SMTP id 5D6E313C448 for ; Sun, 13 May 2007 10:36:12 +0000 (UTC) (envelope-from sebster@sebster.com) Received: (qmail 17717 invoked from network); 13 May 2007 10:09:30 -0000 Received: from unknown (HELO piglet.sebster.com) (85.147.225.232) by mail.servoy.com with SMTP; 13 May 2007 10:09:30 -0000 Received: (qmail 93803 invoked from network); 13 May 2007 10:09:30 -0000 Received: from unknown (HELO ?10.0.0.4?) (212.187.120.213) by 10.0.0.1 with SMTP; 13 May 2007 10:09:30 -0000 Message-ID: <4646E3DA.5050208@sebster.com> Date: Sun, 13 May 2007 12:09:30 +0200 From: Sebastiaan van Erk User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: java 1.5 crashes 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: Sun, 13 May 2007 10:36:13 -0000 Hi, I'm having a lot of JVM crashes with java 1.5. # SIGSEGV (0xb) at pc=0x4851de79, pid=77384, tid=0x8421000 # # Java VM: Java HotSpot(TM) Server VM (1.5.0-p4-root_28_apr_2007_09_58 mixed mode) # Problematic frame: # V [libjvm.so+0x38ee79] They pretty much always seem to crash while doing the classloading: Stack: [0xbe09f000,0xbe0df000), sp=0xbe0dcdc4, free space=247k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x38ee79] V [libjvm.so+0x4d02ce] V [libjvm.so+0x4d081a] V [libjvm.so+0x3900fe] V [libjvm.so+0x53ac8b] V [libjvm.so+0x2d592f] V [libjvm.so+0x5ba312] V [libjvm.so+0x3f0c81] V [libjvm.so+0x3f0ffb] C [libjava.so+0x1005e] Java_java_lang_ClassLoader_defineClass1+0x19e j java.lang.ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;+0 I've seen the problem on multiple FreeBSD machines, releases 5.5, 6.2, etc. The JVM is the most recent ports version: java version "1.5.0-p4" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-p4-root_28_apr_2007_09_58) Java HotSpot(TM) Server VM (build 1.5.0-p4-root_28_apr_2007_09_58, mixed mode) I'm planning to recompile the port with debugging information so that there are line numbers in the trace. I have both the log and the core saved, so if I can help in any way, don't hesitate to ask! Regards, Sebastiaan