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 - IDE is frozen after open new JApplet
Summary: IDE is frozen after open new JApplet
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Other
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 09:57 UTC by Richard Malaschitz
Modified: 2008-12-22 18:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Form editor without component pallete (38.21 KB, image/gif)
2002-05-17 09:58 UTC, Richard Malaschitz
Details
Thread dump file (8.70 KB, text/plain)
2002-05-17 10:00 UTC, Richard Malaschitz
Details

Note You need to log in before you can comment on or make changes to this bug.
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.