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 - IDE hangs when removing toolbar item
Summary: IDE hangs when removing toolbar item
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2012-09-24 11:09 UTC by Kenneth Ganfield
Modified: 2012-09-25 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (20.14 KB, text/plain)
2012-09-24 11:09 UTC, Kenneth Ganfield
Details

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