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 62331 - Deadlock
Summary: Deadlock
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2005-08-15 20:56 UTC by Tim Lebedkov
Modified: 2008-08-27 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Dump (19.48 KB, text/plain)
2005-08-15 20:56 UTC, Tim Lebedkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2005-08-15 20:56:24 UTC
a deadlock after Tools/Internationalization/Internationalize (see attached file)
Comment 1 Tim Lebedkov 2005-08-15 20:56:52 UTC
Created attachment 23865 [details]
Dump
Comment 2 Marian Petras 2005-09-09 14:38:09 UTC
The deadlock is caused by manipulation with AWT component(s) from other thread
than the AWT-event-queue thread.
Comment 3 Tim Lebedkov 2006-08-10 08:23:18 UTC
do you really work on this since sep 2005?
Comment 4 Marian Petras 2008-05-16 10:08:12 UTC
The bad threading was later detected and reported as bug #91799 that is fixed since NetBeans 6.0 M7.
Comment 5 Tim Lebedkov 2008-08-27 09:22:05 UTC
ok