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 256526 - Background scanning of project never ends
Summary: Background scanning of project never ends
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 18:57 UTC by faustoFF
Modified: 2015-11-21 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (34.57 KB, text/plain)
2015-11-11 18:57 UTC, faustoFF
Details

Note You need to log in before you can comment on or make changes to this bug.
Description faustoFF 2015-11-11 18:57:40 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Linux version 4.2.0-18-generic running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

STEPS:
  * Clone existing project from bitbucket (yii2 app)
  * Install composer dependencies by cmd "composer install" in project dir

ACTUAL:
  Started "Background scaning of projects..." never ends. CPU usage 100% never ends.

EXPECTED:
  Started "Background scaning of projects..." ends after few minutes and CPU usage back to almost idle.

P.S.: same project after composer install have no problems with background scanning on Windows
Comment 1 faustoFF 2015-11-11 18:57:45 UTC
Created attachment 157285 [details]
IDE log
Comment 2 Jiri Prox 2015-11-11 23:51:14 UTC
Can you please capture several thread dumps while IDE is scanning and attach it here?
Thanks
Comment 3 faustoFF 2015-11-21 15:47:18 UTC
Seems like that was some problems with composer dependencies. For now for fresh installs on Yii2 apps (basic and advanced) problem doesnt reproduced.