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 199321 - Multiple drops from palette freezes netbeans
Summary: Multiple drops from palette freezes netbeans
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 199391
  Show dependency tree
 
Reported: 2011-06-09 20:43 UTC by devon_c_miller
Modified: 2011-06-14 14:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack dump (19.46 KB, text/plain)
2011-06-09 20:43 UTC, devon_c_miller
Details
Thread dump (15.81 KB, text/plain)
2011-06-09 21:23 UTC, devon_c_miller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description devon_c_miller 2011-06-09 20:43:52 UTC
Created attachment 108827 [details]
Stack dump

Dev 201105030 - 20110608

If I create a JPanel GUI component, select JButton from the palette, and Shift click to add multiple buttons, it freezes after the 2nd or 3rd click and I have to kill it with TaskManager.

I'm attaching the output of jstack -l
Comment 1 devon_c_miller 2011-06-09 21:22:54 UTC
Bumping priority up.

This appears to be triggerable by any quick series of GUI changes.
This time it was deleting a button, then pressing Ctrl-Z to undo it.
Comment 2 devon_c_miller 2011-06-09 21:23:40 UTC
Created attachment 108828 [details]
Thread dump
Comment 3 Jan Stola 2011-06-10 05:09:57 UTC
It seems like a deadlock between AWT-EventQueue-1 and Data System Nodes introduced by jtulach's attempt to fix issue 199136 (i.e. by introduction of FolderChildren$DelayedNode). Reassigning to platform/Data Systems.
Comment 4 Jaroslav Tulach 2011-06-10 09:20:15 UTC
ergonomics#cc5e06f9102a
Comment 5 Quality Engineering 2011-06-14 14:03:45 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/cc5e06f9102a
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #199321: Don't wait for delayed nodes while holding Children.MUTEX