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 206369

Summary: UI lock when creating Anagram Game project
Product: projects Reporter: Jiri Kovalsky <jkovalsky>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal Keywords: THREAD
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 191951    
Attachments: Full thread dump when IDE froze upon selection Anagram Game project type.

Description Jiri Kovalsky 2011-12-14 12:40:35 UTC
Created attachment 114155 [details]
Full thread dump when IDE froze upon selection Anagram Game project type.

Product Version: NetBeans IDE 7.1 (Build 201112071828)
Java: 1.6.0_30; Java HotSpot(TM) Client VM 20.5-b03
System: Linux Mint 10 version 2.6.35-22-generic running on i386; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/7.1
Cache directory: /home/cesilko/.netbeans/7.1/var/cache

Description:
============
I experienced a UI lock when I wanted to create a new Anagram Game project. The "Next >" button was pressed but nothing happened. The only way to close the wizard was to press "x" window button. I generated full thread dump, application snapshot and heap dump.

What I did:
===========
1. Started IDE (userdir was already created and used before).
2. Clicked "New Project..." button in the main toolbar.
3. Selected "Samples > Java" category.
4. Selected "Anagram Game" project and clicked "Next >" button.
5. "New Project" wizard locked.
Comment 1 Jesse Glick 2011-12-14 22:51:08 UTC
Unable to reproduce with 6u30 on Ubuntu, and I cannot see from the thread dump why it is hanging. Dialog.setVisible is being called from off EQ, which might be contributing to the problem.
Comment 2 Jesse Glick 2011-12-14 23:02:58 UTC
Possibly related to fix of bug #191951.
Comment 3 Jesse Glick 2011-12-14 23:13:18 UTC
core-main #a5e8727274ae
Comment 4 Quality Engineering 2011-12-17 16:47:53 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a5e8727274ae
User: Jesse Glick <jglick@netbeans.org>
Log: #206369: UI lock when creating Anagram Game project
Unreproducible, but using notify rather than manually creating a Dialog should be safer.