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 94658 - Deadlock when added WaitScreen
Summary: Deadlock when added WaitScreen
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2007-02-06 16:01 UTC by Lukas Hasik
Modified: 2007-03-21 15:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (30.15 KB, text/plain)
2007-02-06 16:03 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-02-06 16:01:57 UTC
070206

-created new empty project
-created new Visual MIDlet
-d'n'd WaitScreen to Flow Design

*deadlock appeared when the component showed in the FD
Comment 1 Lukas Hasik 2007-02-06 16:03:55 UTC
Created attachment 38119 [details]
full thread dump
Comment 2 David Kaspar 2007-02-06 16:15:43 UTC
Adam, could you look at it?

All what we are using is placed in the addLibraryToProject method in the
mobility/designer2/midp/src/org/netbeans/modules/vmd/midp/components/MidpProjectSupport.java

Comment 3 Adam Sotona 2007-03-20 15:13:34 UTC
fixed by making the listener asynchronous
Comment 4 Lukas Hasik 2007-03-21 15:18:20 UTC
v