From owner-freebsd-java Fri May 19 6:47:17 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 9AF1737BBD3 for ; Fri, 19 May 2000 06:47:09 -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 HAA29520; Fri, 19 May 2000 07:47:07 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id HAA02977; Fri, 19 May 2000 07:47:06 -0600 (MDT) (envelope-from nate) Date: Fri, 19 May 2000 07:47:06 -0600 (MDT) Message-Id: <200005191347.HAA02977@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: <200005190425.WAA28735@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? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message