| Summary: | Launcher dialog deadlocks UI (prevents repaint) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Evan Hughes <evan_hughes> | ||||||
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | bhunt, christof_marti, Michael_Rennie, schacher | ||||||
| Version: | 3.4 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | stalebug | ||||||||
| Attachments: |
|
||||||||
|
Description
Evan Hughes
Created attachment 98846 [details]
Thread dump of deadlock.
I don't think this is a deadlock as the "main" thread will resume once the build has finished. Moving to JDT/Debug for further comment There is nothing to (immediately) indicate deadlock in the thread dump. It is likely that a configuration is trying to be migrated (or another operation that requires a write to the workspace) and it is waiting on the build. The progress of this wait is shown at the bottom of the launch dialog (will attach screen cap) Created attachment 99071 [details]
screen cap
Shows the launch dialog waiting on a build job
Is this what you are seeing Evan (the screen cap)? (In reply to comment #5) > Is this what you are seeing Evan (the screen cap)? No. Painting stopped. I can't recall if the launcher dialog appeared before the workbench went unresponsive or not. was there anything else happening at the same time (other than the build), like say Java tools initializing (the launch dialog will not appear until Java tools have been loaded and I have seen 'initializing java tooling' and 'building workspace' try to run at the same time)? (In reply to comment #7) > was there anything else happening at the same time (other than the build), like > say Java tools initializing (the launch dialog will not appear until Java tools > have been loaded and I have seen 'initializing java tooling' and 'building > workspace' try to run at the same time)? I don't believe that anything else was running, but it's probably worth checking the stack trace - there may have been system jobs running that I'm not aware of. *** Bug 221106 has been marked as a duplicate of this bug. *** *** Bug 234458 has been marked as a duplicate of this bug. *** *** Bug 236468 has been marked as a duplicate of this bug. *** This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |