Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [albireo-dev] Deadlock condition using SwingControl

Hello,

Mark Millard wrote:
> When I attempt to
> show the ViewPart again, the new SwingControl associated with the new
> instance of the ViewPart becomes deadlocked. All threads are in a wait state
> and no events can be processed. When I pause the main thread, it appears
> that the WEmbeddedFramePeer.replaceSurfaceData() is in a locked state.

Can you post the stack traces of all threads, at the moment after it
deadlocks? (Either by using copy&paste from the Eclipse debugger, or by
using the "jstack" tool that is part of JDK >= 1.5 on Unix and of JDK >= 1.6
on Windows.) This is the most important piece of information for analyzing
deadlocks.

Bruno


Back to the top