This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 92773 - Deadlock between EventQueue and debugger
Summary: Deadlock between EventQueue and debugger
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 92716 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-18 13:30 UTC by Martin Krauskopf
Modified: 2010-04-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (21.12 KB, text/plain)
2007-01-18 13:31 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2007-01-18 13:30:54 UTC
Linux, own build

See the attached threaddump. It happened to me few times.
Comment 1 Martin Krauskopf 2007-01-18 13:31:44 UTC
Created attachment 37486 [details]
threaddump
Comment 2 Martin Krauskopf 2007-01-18 17:16:21 UTC
I've got deadlocked four times today. I'm debugging quite heavily - P1, for me
at least. But not sure, since I'm debugging NetBeans in NetBeans, so don't know
if the same problem is with J2SEProject and similar. May be it's due to that
EventQueue fix by Petr Nejedly?
Comment 3 Martin Krauskopf 2007-01-18 17:17:45 UTC
Actually it means for me that I have to kill main NetBeans which subsequently
kill also being debugged NetBeans instance. Then I have to start the whole
process again.
Comment 4 ehucka 2007-01-18 18:03:25 UTC
It occured several times for me today. 
It was always the same scenario. 

1. start debugging of j2se project (very simple test project with one class)
2. wait for debugger stops on line breakpoint
3. edit some code in editor
Comment 5 Martin Entlicher 2007-01-22 15:14:41 UTC
Working on a fix...
Comment 6 Martin Entlicher 2007-01-22 16:59:42 UTC
It should be fixed in trunk now. Please verify...

/cvs/debuggerjpda/projects/src/org/netbeans/modules/debugger/jpda/projects/ToolTipAnnotation.java,v
 <--  ToolTipAnnotation.java
new revision: 1.4; previous revision: 1.3

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/ToolTipAnnotation.java,v
 <--  ToolTipAnnotation.java
new revision: 1.5; previous revision: 1.4
Comment 7 Martin Entlicher 2007-01-22 17:15:02 UTC
*** Issue 92716 has been marked as a duplicate of this issue. ***
Comment 8 Quality Engineering 2010-04-29 09:31:48 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.