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 164291 - EQ frozen in DebuggerManager.addBreakpoint
Summary: EQ frozen in DebuggerManager.addBreakpoint
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE, THREAD
Depends on:
Blocks:
 
Reported: 2009-05-01 22:19 UTC by Jesse Glick
Modified: 2010-04-29 09:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (27.88 KB, text/plain)
2009-05-01 22:20 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-05-01 22:19:43 UTC
090430, JDK 6; had clicked F8 on a line in a source file in a Maven project soon after it had been opened. You can see
that EQ is frozen waiting for an HTTP download etc.
Comment 1 Jesse Glick 2009-05-01 22:20:48 UTC
Created attachment 81390 [details]
Thread dump
Comment 2 Martin Entlicher 2009-05-04 09:20:19 UTC
I do not thing AWT is waiting for HTTP. It's likely waiting for compiler running in "Java Source Worker Thread".
Anyway, we must not run ToggleBreakpointActionProvider in AWT.
Comment 3 Martin Entlicher 2009-05-04 14:54:57 UTC
Fixed in changeset:   129848:6d3260d6e6bc
http://hg.netbeans.org/main/rev/6d3260d6e6bc
Comment 4 Jesse Glick 2009-05-04 17:06:44 UTC
True, the Maven indexing does look to be happening in parallel.
Comment 5 Quality Engineering 2009-05-05 07:50:02 UTC
Integrated into 'main-golden', will be available in build *200905050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6d3260d6e6bc
User: mentlicher@netbeans.org
Log: #164291 - Toggle the line breakpoint in an RP, wait for the line breakpoint to be submitted in case we have postponed submission of field/method breakpoint.
Comment 6 Quality Engineering 2010-04-29 09:50:42 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.