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 132983 - netbeans hangs on completion
Summary: netbeans hangs on completion
Status: RESOLVED DUPLICATE of bug 135004
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 11:17 UTC by cy6ergn0m
Modified: 2008-07-23 14:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans log file. (877.02 KB, text/plain)
2008-04-16 11:17 UTC, cy6ergn0m
Details
some threads dump (10.91 KB, text/plain)
2008-04-16 11:19 UTC, cy6ergn0m
Details
here dump (25.88 KB, text/plain)
2008-07-23 13:09 UTC, cy6ergn0m
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cy6ergn0m 2008-04-16 11:17:03 UTC
My netbeans 6.1Rc1 hangs on JSP completion.
I think the cause of problem: i press ctrl-space, Enter too fast.
In attachment below netbeans log.
In next attachment you can see some waiting threads (copied from jconsole), some of them waits for object NbDocument.
But jconsole does't detect deadlocks.. also, there are no warranties that jconsole absolute right.
Comment 1 cy6ergn0m 2008-04-16 11:17:58 UTC
Created attachment 60260 [details]
netbeans log file.
Comment 2 cy6ergn0m 2008-04-16 11:19:44 UTC
Created attachment 60261 [details]
some threads dump
Comment 3 cy6ergn0m 2008-04-16 11:20:04 UTC
Product Version: NetBeans IDE 6.1 RC1 (Build 200804100130)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.22.9-1mdvcustom running on i386; UTF-8; ru_RU (nb)
Userdir: /home/cy6ergn0m/.netbeans/6.1rc1
Comment 4 Marek Fukala 2008-06-18 15:17:03 UTC
There is not event dispatch thread in the stacktrace!?! All the other threads waits for the document's readlock, but no
thread seems to lock it. I do not think I can do anything without a complete threaddump. 

Does the problem happened just once? If not, can you try to make a new threaddump and attach it?

I am closing the issue, please reopen if you can reproduce (ideally on a newer trunk build) and attach the threaddump.

Thanks for understanding.
Comment 5 cy6ergn0m 2008-07-23 13:06:10 UTC
Ok, i catch it on netbeans 6.1/Solaris. 
Threads dump here:
Comment 6 cy6ergn0m 2008-07-23 13:09:35 UTC
Created attachment 65362 [details]
here dump
Comment 7 cy6ergn0m 2008-07-23 13:11:34 UTC
Now it still running (hang) on my work machine.. i can try something else if you need..
Comment 8 cy6ergn0m 2008-07-23 13:14:23 UTC
Now it hangs on jsp copletion too, but once hangs on java completion..
Comment 9 cy6ergn0m 2008-07-23 13:18:10 UTC
And again some threads waits for one NbDocument instance.. now threads dump full..
Comment 10 Jan Becicka 2008-07-23 14:14:40 UTC
Duplicate of issue 135004 ?
Comment 11 Jan Jancura 2008-07-23 14:24:41 UTC
Yes.

*** This issue has been marked as a duplicate of 135004 ***