From owner-freebsd-java Sun Jan 5 16:48:55 2003 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 3E43237B401 for ; Sun, 5 Jan 2003 16:48:54 -0800 (PST) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE85043EA9 for ; Sun, 5 Jan 2003 16:48:53 -0800 (PST) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id BC3D4AC6E; Sun, 5 Jan 2003 16:48:48 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id BA155AC67; Sun, 5 Jan 2003 16:48:48 -0800 (PST) Date: Sun, 5 Jan 2003 16:48:48 -0800 (PST) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: Khairil Yusof Cc: freebsd-java Subject: Re: jdk13 core dumps with latest tomcat 4.1 port In-Reply-To: <1041811694.545.2.camel@daemon.home.net> Message-ID: <20030105164046.B30835-100000@turing.morons.org> X-what-happen: someone set up us the bomb X-Message-Flags: Spatula MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org First thing is to run it with java_g so you can be sure to get a coredump with the necessary symbols, then run gdb on it to get a stack trace. Something like gdb /usr/local/jdk13/bin/i386/green_threads/java_g java.core (or native_threads if you're using the native threads version) (gdb) thr app all bt Depending on what that spews forth there are different ways to proceed. Nick On 6 Jan 2003, Khairil Yusof wrote: > Works fine on 4-stable but coredumps on 5.0rc. > > What can I do to help track this problem down if it can be confirmed by > somebody else? > > -- > "Optimized, Elegant, On Time; Pick any two" > -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.0 http://www.spatula.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message