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 207652 - Deadlock during CC
Summary: Deadlock during CC
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 20:40 UTC by Tomas Mysik
Modified: 2012-03-23 08:13 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (29.96 KB, text/plain)
2012-01-23 20:40 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-01-23 20:40:11 UTC
Created attachment 115175 [details]
thread dump

See attachment.

Thanks.

Product Version: NetBeans IDE 7.1 (Build 20111215-f4b090423a71)
Java: 1.6.0_30; Java HotSpot(TM) 64-Bit Server VM 20.5-b03
System: Linux version 3.0.0-15-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Ondrej Brejla 2012-01-24 08:53:18 UTC
Parsing in AWT...but in CSL. Reassigning.
Comment 2 David Strupl 2012-03-09 10:45:56 UTC
Reading the thread dump: the php code completion thread was runnable (probably for a long time while trying to compute the documentation for a method).

If php.editor cannot return javadoc (doc) quickly it should return null not to show it. Am I missing something?

Assigning back to php for evaluation.
Comment 3 Ondrej Brejla 2012-03-09 10:51:41 UTC
Yes, my bad...there was an infinite loop. Has been fixed.
Comment 4 Marian Mirilovic 2012-03-21 17:15:58 UTC
Ondra, Tomas 
... if you think it's safe to fix it in Patch 2, please change SW accordingly. Thanks in advance.
Comment 5 Tomas Mysik 2012-03-22 05:13:48 UTC
(In reply to comment #4)
> Ondra, Tomas 
> ... if you think it's safe to fix it in Patch 2, please change SW accordingly.
> Thanks in advance.

Question for Ondra. Thanks.
Comment 6 Ondrej Brejla 2012-03-23 08:10:11 UTC
issue #207892 is that which solves this.