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 165541 - [67cat] Apparent deadlock when ctrl-space in Java file
Summary: [67cat] Apparent deadlock when ctrl-space in Java file
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE, THREAD
Depends on:
Blocks:
 
Reported: 2009-05-19 21:10 UTC by dynamite
Modified: 2009-06-03 13:48 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (12.91 KB, text/plain)
2009-05-19 21:11 UTC, dynamite
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dynamite 2009-05-19 21:10:09 UTC
[ BUILD # : 200905190201 ]
[ JDK VERSION : 1.6.* ]

I have a Java source file open in the latest dev NB.  I tried to
ctrl-space to get the code completions of a method and the IDE became
inactive.  A thread dump doesn't identify a deadlock, but the IDE
remains inactive some minutes later.
Comment 1 dynamite 2009-05-19 21:11:59 UTC
Created attachment 82426 [details]
thread dump
Comment 2 Michel Graciano 2009-05-20 01:35:51 UTC
Which specific version are you using? The question is because for version 200905180201 I face some similar problems but
for build 200905190201 it looks to be fixed.
Comment 3 Jiri Kovalsky 2009-05-20 14:57:52 UTC
Daniel mentioned it in his bug report: [ BUILD # : 200905190201 ]
Comment 4 Marian Mirilovic 2009-05-21 08:07:36 UTC
dynamite, 
are you able to reproduce this ? If so could you please profile that problem and attach snapshot into this issue :
http://wiki.netbeans.org/GenerateThreadDump#section-GenerateThreadDump-ProfileMeNowSinceNetBeans6.7
Comment 5 Dusan Balek 2009-05-21 09:09:30 UTC
The attached thread dump is strange - it does not show any IDE activity, moreover, the AWT event thread is missing at all...
Comment 6 Vitezslav Stejskal 2009-06-03 13:48:31 UTC
Please try recent dev builds or Nb6.7 RCs/FCS. If this still can be reproduced please reopen and attach new threaddump.
Thanks