From owner-freebsd-java Tue May 30 11:41:59 2000 Delivered-To: freebsd-java@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 36D5A37BD8B for ; Tue, 30 May 2000 11:41:57 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA08967; Tue, 30 May 2000 12:40:51 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id MAA21203; Tue, 30 May 2000 12:40:50 -0600 (MDT) (envelope-from nate) Date: Tue, 30 May 2000 12:40:50 -0600 (MDT) Message-Id: <200005301840.MAA21203@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Sean Reilly Cc: Nate Williams , freebsd-java@FreeBSD.ORG Subject: Re: problem in 1.1.8 In-Reply-To: References: <200005191347.HAA02977@nomad.yogotech.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > It seems like the deadlock is between something in the > > > X11Graphics.finalize() method in the main thread and the > > > LightweightDispatcher.dispatchEvent() method in the AWT-EventQueue-0 > > > thread. The thing I don't understand is how the finalize method of > > > X11Graphics is getting called in the main thread when the nothing in > > > the stack trace up to that point ever calls it! > > > > Is there enough stack space allocated in the system? Is is possible > > that the system is doing a GC because it's out of space? > > I guess that could be the problem. I'm running on a machine with 128MB > RAM and with the default java memory settings. Unfortunately I haven't > been able to reproduce the problem since Friday. I guess that's a good thing. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message