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 218897

Summary: IDE hangs when removing toolbar item
Product: platform Reporter: Kenneth Ganfield <kganfield>
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: JDK_SPECIFIC
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: stacktrace

Description Kenneth Ganfield 2012-09-24 11:09:59 UTC
Created attachment 124797 [details]
stacktrace

Using IDE 7.3 Beta with fresh userdir.
I attempted to drag the search box out of the toolbar and into the customize toolbar dialog. 
IDE hangs and need to force quit the IDE.
Comment 1 Stanislav Aubrecht 2012-09-24 12:24:29 UTC
It's deadlock between EDT and AppKit thread which locks java.awt.Component$AWTTreeLock in sun.lwawt.macosx.CDragSourceContextPeer.dragMouseMoved
Comment 2 Stanislav Aubrecht 2012-09-24 12:25:11 UTC
possibly a P2 issue - Ken, is it reproducible?
Comment 3 Antonin Nebuzelsky 2012-09-25 11:38:20 UTC
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7200762