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 - Importing class hangs editor
Summary: Importing class hangs editor
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tim Lebedkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 10:23 UTC by turquoise3232
Modified: 2006-11-06 17:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log when hang occurs (16.42 KB, application/octet-stream)
2006-10-25 10:26 UTC, turquoise3232
Details
Thread dump for a hang (15.19 KB, application/octet-stream)
2006-10-25 11:01 UTC, turquoise3232
Details

Note You need to log in before you can comment on or make changes to this bug.
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