From owner-freebsd-java  Mon May 22  6:26:13 2000
Delivered-To: freebsd-java@freebsd.org
Received: from seanreilly.com (seanreilly.com [206.161.139.100])
	by hub.freebsd.org (Postfix) with ESMTP id 2583837B8D2
	for <freebsd-java@FreeBSD.ORG>; Mon, 22 May 2000 06:26:06 -0700 (PDT)
	(envelope-from sreilly@seanreilly.com)
Received: from localhost (localhost [127.0.0.1])
	by seanreilly.com (8.9.3/8.9.3) with ESMTP id JAA05289;
	Mon, 22 May 2000 09:45:02 -0400 (EDT)
	(envelope-from sreilly@seanreilly.com)
Date: Mon, 22 May 2000 09:45:02 -0400 (EDT)
From: Sean Reilly <sreilly@seanreilly.com>
To: Nate Williams <nate@yogotech.com>
Cc: freebsd-java@FreeBSD.ORG
Subject: Re: problem in 1.1.8
In-Reply-To: <200005191347.HAA02977@nomad.yogotech.com>
Message-ID: <Pine.BSF.4.10.10005220939290.5253-100000@seanreilly.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-java@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


On Fri, 19 May 2000, Nate Williams wrote:

> > 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.

Thanks,
Sean





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message