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 200722 - NetBeans IDE 7.0.1 gets stucked if creating a new project
Summary: NetBeans IDE 7.0.1 gets stucked if creating a new project
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 14:34 UTC by Koster
Modified: 2011-08-17 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread-dump from user (23.52 KB, application/octet-stream)
2011-08-17 10:04 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Koster 2011-08-06 14:34:23 UTC
This error occurs with Versions Netbeans IDE 6.9.1, IDE 7.0.0, IDE 7.0.1
This error does not occur with IDE 6.9.0(!)

Platform:
- Windows XP (SP3)
- Java RT 6.0

- Start Netbeans IDE
- Create a new Java desktop application
- New files are created
- as soon you switch into design mode of the  view class , the IDE gets stucked and the wait cursor does not disappear any more

- opening the same project with IDE 6.9.0 works fine
Comment 1 Marian Mirilovic 2011-08-14 12:17:56 UTC
Could you please generate thread-dump at the time the IDE is stucked, attach it here and reopen ? Thanks in advance. 
http://wiki.netbeans.org/GenerateThreadDump
Comment 2 Marian Mirilovic 2011-08-17 10:04:54 UTC
Created attachment 110035 [details]
thread-dump from user
Comment 3 Jan Stola 2011-08-17 14:54:15 UTC
This is a regression in JDK. It occurs on JDK 6 update 21 and 22. You should use update 23 or later to avoid this problem. See issue 187697 for details.