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 96027 - Deadlock when updating resource nodes
Summary: Deadlock when updating resource nodes
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 13:02 UTC by Lukas Hasik
Modified: 2007-02-27 22:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (33.91 KB, text/plain)
2007-02-20 13: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-20 13:02:55 UTC
070220_2 (M7)

-deadlock appeared when I add a svg component to visual midlet. Resources nodes
were expanded.
Comment 1 Lukas Hasik 2007-02-20 13:03:50 UTC
Created attachment 38717 [details]
thread dump
Comment 2 luky 2007-02-27 21:53:47 UTC
I can't reproduce it. I can see in the dump where threads get locked but I 
don't see why it happened. We should keep an eye on this issue, however it 
looks that for now it's gone
Comment 3 luky 2007-02-27 22:27:33 UTC
there were some synchronization changes in AntProjectHelper (one of blocked 
threads in the dump) for MS7 and it can be reason why I can not reproduce it 
now