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

Summary: Deadlock
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: I18NAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: THREAD
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Dump

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