Nathan Meyers wrote:

> Nick Lawson wrote:
> >
> > Nathan Meyers wrote:
> >
> > > I've been doing some work with java.awt.Images in the past few days
> > > (1.2pre2 for glibc2.0, native threads, RH5.2), and I seem to be hitting
> > > some strange deadlocks between my event and image-loading threads. As
> > > best I can tell, it looks like ImageObserver.imageUpdate() is not being
> > > reliably called while I'm waiting for an image to load.
> >
> > I found exactly this problem is Sun's Windows JDK 1.2, so its probably something
> > in the class libsm although I haven't investigated further.
>
> Thanks! I recall encountering references in the Sun bug parade to
> problems with those class libs, and your observation strengthens the
> case.

P.S. I only encountered this problem whwn loading several images simultaneously. I
bypassed it by loading them sequentially instead - not
at all painful if the images are local.

Nick



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to