Date: Fri, 19 May 2000 07:47:06 -0600 (MDT) From: Nate Williams <nate@yogotech.com> To: Sean Reilly <sreilly@seanreilly.com> Cc: Nate Williams <nate@yogotech.com>, freebsd-java@FreeBSD.ORG Subject: Re: problem in 1.1.8 Message-ID: <200005191347.HAA02977@nomad.yogotech.com> In-Reply-To: <Pine.BSF.4.10.10005190128310.61564-100000@seanreilly.com> References: <200005190425.WAA28735@nomad.yogotech.com> <Pine.BSF.4.10.10005190128310.61564-100000@seanreilly.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005191347.HAA02977>