From owner-freebsd-hackers Tue Mar 25 20:00:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA11946 for hackers-outgoing; Tue, 25 Mar 1997 20:00:51 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA11938 for ; Tue, 25 Mar 1997 20:00:47 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id VAA00988; Tue, 25 Mar 1997 21:00:35 -0700 (MST) Date: Tue, 25 Mar 1997 21:00:35 -0700 (MST) Message-Id: <199703260400.VAA00988@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Josh Tiefenbach Cc: hackers@freebsd.org Subject: Re: JDK 1.02 dumps core In-Reply-To: <19970325212754.49722@eddie.cis.uoguelph.ca> References: <19970325212754.49722@eddie.cis.uoguelph.ca> X-Mailer: VM 6.22 under 19.14 XEmacs Lucid Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've been getting the java interpreter to dump core on me when trying to run > an application I'm developing. The dumps can be reliably reproduced. > > The dumps occur when I try to create more than 8 JDBC connections to a mySQL > database. 0-8 connections seem to work fine, but 9+ instantly cause a core > dump (trace included below). .. > Any suggestions? Jeffery? Nate? It dumps core on me when I startup a number of threads as well, though it doesn't seem locked to a specific number. I've pretty much given up on 1.0.2 stuff since I want to port 1.1. But, Sun hasn't responded to my 1.1 request for source, so nothing is happening on that front. Nate