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 - [68cat] IDE hangs
Summary: [68cat] IDE hangs
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 14:56 UTC by stefan79
Modified: 2009-10-17 11:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jstack-l (over a period of 25 Minutes); Message-Log. (30.41 KB, application/x-compressed)
2009-10-15 15:15 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
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.