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 174659

Summary: [68cat] IDE hangs
Product: debugger Reporter: stefan79 <stefan79>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: jstack-l (over a period of 25 Minutes); Message-Log.

Description stefan79 2009-10-15 14:56:30 UTC
[ JDK VERSION : 1.6.* ]

-) Started a Debug-Session.
-) While Debugging, the Scanning-Task started
-) Then I tried to set a Breakpoint
And since this, the IDE hangs.
I´ll attach the jstacks-cmds and the Log-file.

Tested at 200910140201.
Comment 1 stefan79 2009-10-15 15:15:59 UTC
Created attachment 89548 [details]
jstack-l (over a period of 25 Minutes); Message-Log.
Comment 2 Martin Entlicher 2009-10-15 16:03:30 UTC
BreakpointsEngineListener.createBreakpointImpl() should not be called in AWT...
Comment 3 Martin Entlicher 2009-10-16 16:02:10 UTC
Fixed in changeset:   149541:a53452c4b33e
http://hg.netbeans.org/main/rev/a53452c4b33e
Comment 4 Quality Engineering 2009-10-17 11:24:43 UTC
Integrated into 'main-golden', will be available in build *200910170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a53452c4b33e
User: mentlicher@netbeans.org
Log: #174659 - Do not call BreakpointsEngineListener.createBreakpointImpl() in AWT.