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 87939

Summary: Importing class hangs editor
Product: contrib Reporter: turquoise3232 <turquoise3232>
Component: TasklistAssignee: Tim Lebedkov <lebedkov>
Status: RESOLVED FIXED    
Severity: blocker CC: jlahoda
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: log when hang occurs
Thread dump for a hang

Description turquoise3232 2006-10-25 10:23:47 UTC
When I try to import a class (with auto-completion or Alt-Enter) the editor
hangs without any exception or indication in /var/log folder.
Comment 1 turquoise3232 2006-10-25 10:26:23 UTC
Created attachment 35519 [details]
log when hang occurs
Comment 2 turquoise3232 2006-10-25 11:01:16 UTC
Created attachment 35520 [details]
Thread dump for a hang
Comment 3 Jiri Prox 2006-10-25 11:20:01 UTC
Is it reproducible (if yes, please attach exact steps to reproduce)? Do you have
downloaded any addinional modules?
Comment 4 Jan Lahoda 2006-10-25 12:38:06 UTC
From thread dump, it seems to me that the hints do not cause any problems. It
seems to me that the problem is caused by the usertasks module, which updates
Swing data outside the AWT Event Dispatch Thread, which in turn leads into the
deadlock. Reassigning to tasklist/usertasks.
Comment 5 Tim Lebedkov 2006-11-06 17:41:59 UTC
fixed