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 23658

Summary: IDE is frozen after open new JApplet
Product: platform Reporter: Richard Malaschitz <malaschitz>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: CLOSED FIXED    
Severity: blocker CC: jglick, tpavek
Priority: P1    
Version: 3.x   
Hardware: Other   
OS: Other   
Issue Type: DEFECT Exception Reporter:
Attachments: Form editor without component pallete
Thread dump file

Description Richard Malaschitz 2002-05-17 09:57:22 UTC
Scenario:
* first start of IDE
* New --> Gui Forms --> JApplet
* Press 
Finish in New Wizard - JApplet
Form Editor is opened (without Component 
Palette) and IDE is frozen.
Comment 1 Richard Malaschitz 2002-05-17 09:58:29 UTC
Created attachment 5797 [details]
Form editor without component pallete
Comment 2 Richard Malaschitz 2002-05-17 10:00:17 UTC
Created attachment 5799 [details]
Thread dump file
Comment 3 Tomas Pavek 2002-05-17 10:58:40 UTC
I cannot reproduce it. The freeze occurs probably on some 
weird race condition... (If it happens only once and 
cannot be reproduced then I guess this is not P1.)

In the thread dump, I can see some manipulation with 
components is done from non-AWT thread by NbMainExplorer - 
so I'm reassigning to core for further investigation.
Comment 4 Tomas Pavek 2002-05-17 11:14:05 UTC
Actually, it looks like this happens quite often (i've 
tried it with Orion firts as the bug was mistakenly 
reported for - but it's in dev 20020517).
Comment 5 Jesse Glick 2002-05-17 21:55:35 UTC
Surely TreeView ought not be making Swing calls from the request
processor...
Comment 6 David Simonek 2002-05-20 16:09:31 UTC
working...
Comment 7 David Simonek 2002-05-20 16:57:56 UTC
fixed in main trunk - tree view sync response replanned to AWT.
Comment 8 David Simonek 2002-05-21 10:47:03 UTC
merged to qbuild branch.
Comment 9 Marian Mirilovic 2002-06-05 14:47:44 UTC
verified in [nb_dev](20020605)
Comment 10 Quality Engineering 2003-07-01 16:41:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.