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 221934 - Blocked background scan
Summary: Blocked background scan
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-12 09:47 UTC by Pomo314159
Modified: 2012-11-13 02:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194967


Attachments
stacktrace (2.02 KB, text/plain)
2012-11-12 09:47 UTC, Pomo314159
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pomo314159 2012-11-12 09:47:18 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-10M3720
OS: Mac OS X

User Comments:
Pomo314159: Opened existing project from Open Recent Project.




Stacktrace: 
java.lang.Exception: Scan canceled.
   at java.lang.Thread.getStackTrace(Thread.java:1503)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:113)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:106)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:820)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:814)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:85)
Comment 1 Pomo314159 2012-11-12 09:47:19 UTC
Created attachment 127593 [details]
stacktrace
Comment 2 Svata Dedic 2012-11-12 09:54:28 UTC
Originally reported as scan_cancelled issue.

It seems that DebugTopComponent blocks holds repository lock and waits for initialization - blocks RepositoryUpdater on background.

Please check; thanks.
Comment 3 Jan Lahoda 2012-11-12 10:45:17 UTC
Fixed:
http://hg.netbeans.org/jet-main/rev/593f04b47e5e
Comment 4 Quality Engineering 2012-11-13 02:43:43 UTC
Integrated into 'main-golden', will be available in build *201211130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/593f04b47e5e
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #221934: DebuggingTopComponent not used anymore.