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 178841 - IDE froze when creating a new JPanel
Summary: IDE froze when creating a new JPanel
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-18 04:54 UTC by Petr Dvorak
Modified: 2010-04-07 19:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump 1 (9.48 KB, text/plain)
2009-12-18 04:55 UTC, Petr Dvorak
Details
Thread dump 2 (9.48 KB, text/plain)
2009-12-18 04:55 UTC, Petr Dvorak
Details
Thread dump 3 (9.48 KB, text/plain)
2009-12-18 04:55 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-12-18 04:54:38 UTC
Product Version: NetBeans IDE 6.8 (Build 200912041610)
Java: 1.6.0_17; Java HotSpot(TM) 64-Bit Server VM 14.3-b01-101
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

I created a new JPanel in existing JavaApplication - then NB IDE froze. No scanning or any other activity was indicated in the lower right corner of the IDE.

Attaching several thread dumps.
Comment 1 Petr Dvorak 2009-12-18 04:55:04 UTC
Created attachment 92749 [details]
Thread dump 1
Comment 2 Petr Dvorak 2009-12-18 04:55:16 UTC
Created attachment 92750 [details]
Thread dump 2
Comment 3 Petr Dvorak 2009-12-18 04:55:28 UTC
Created attachment 92751 [details]
Thread dump 3
Comment 4 Jan Stola 2009-12-18 05:57:41 UTC
It doesn't seem to be GUI builder related. There is nothing from GUI builder in the attached thread dumps. It seems that the AWT thread is blocked in some java project stuff. Reassigning to Java/Project for evaluation.
Comment 5 Tomas Zezula 2009-12-21 02:56:00 UTC
Seems rather a problem in the FolderList (loaders).
Jardo, can you explain why the FolderList is waiting? I didn't find any activity in FolderList.
Thanks
Comment 6 Jiri Skrivanek 2010-01-04 02:47:05 UTC
You are right it is not obvious what FolderList is waiting for. Cannot it be caused by some random race condition in JDK on Mac? Are you able to reproduce it? Could you try different JDK version?
Comment 7 Jaroslav Tulach 2010-04-07 19:34:40 UTC
Strange, there is nothing the FolderChildren thread could wait for.