From owner-freebsd-java Sun Dec 2 13:22:19 2001 Delivered-To: freebsd-java@freebsd.org Received: from osprey.kermodei.com (kermodei.com [216.103.110.74]) by hub.freebsd.org (Postfix) with ESMTP id 9426737B419 for ; Sun, 2 Dec 2001 13:22:17 -0800 (PST) Received: (from markd@localhost) by osprey.kermodei.com (8.11.1/8.11.1) id fB2LMBs92893; Sun, 2 Dec 2001 13:22:11 -0800 (PST) (envelope-from markd) From: Mark Diekhans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15370.39811.477538.184945@osprey.Kermodei.Com> Date: Sun, 2 Dec 2001 13:22:11 -0800 To: Brad Cox Cc: Mikhail Kruk , Subject: Re: Java crashes on FreeBSD? In-Reply-To: <62EA6ADE-E75B-11D5-8393-0005022D9F0A@virtualschool.edu> References: <62EA6ADE-E75B-11D5-8393-0005022D9F0A@virtualschool.edu> X-Mailer: VM 6.90 under Emacs 21.1.1 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 Brad Cox writes: > This junit test run (run under linux) could be a clue if I knew > what's printing "Reaped pid..." and why. Is this the operating > system speaking or the JVM? ... > java -version > java version "1.2" > Classic VM (build Linux_JDK_1.2_pre-release-v2, native threads, sunwjit) As I recall, the was a debugging messages that was accidently left in one of the JVM shared libraries in this prerelease. I used emacs to edit the shared library file and change the first byte of the message to a zero. However, there are new releases available without this problem.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message