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 244277 - Never ending scaning
Summary: Never ending scaning
Status: RESOLVED DUPLICATE of bug 244197
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 14:36 UTC by krzysztek
Modified: 2014-05-05 06:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202410


Attachments
stacktrace (1.99 KB, text/plain)
2014-05-04 14:36 UTC, krzysztek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description krzysztek 2014-05-04 14:36:32 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
GUEST: added project, background scan never finished (this netbeans project has another netbeans project inside)

GUEST: Muito lento para fazer a leitura

krzysztek: Open clear symfony project.

GUEST: memmory issue

GUEST: Just opened a Project for the first time after migrating from 7.3 and scanning is stuck at 20% and not moving an inch.

gameshas: added project with existing sources, on mapped network drive. Scanning never ended.

GUEST: Open project.
Background scanning never completes.
Close project
Error/alert says that Background scanning can't be stopped.

Project source files are on a networked SAMBA share.

GUEST: esta aplicacion no sirve.. se bloquea mucho

GUEST: try to stop scanning of projects




Stacktrace: 
org.netbeans.modules.parsing.impl.indexing.ScanCancelledException: Slow scanning in TaskListIndexer
   at java.lang.Thread.getStackTrace(Thread.java:1552)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:131)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:124)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:906)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:899)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:90)
Comment 1 krzysztek 2014-05-04 14:36:35 UTC
Created attachment 147096 [details]
stacktrace
Comment 2 Tomas Zezula 2014-05-05 06:37:39 UTC
Caused by an infinite loop in the PHP parser.

*** This bug has been marked as a duplicate of bug 244197 ***