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 258541 - Background Scanning of Projects never dies.. and consumes 25% of my cpu.. what the heck
Summary: Background Scanning of Projects never dies.. and consumes 25% of my cpu.. wha...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P1 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-26 11:50 UTC by ashokraju605
Modified: 2016-06-20 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (60.82 KB, text/plain)
2016-03-26 11:51 UTC, ashokraju605
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ashokraju605 2016-03-26 11:50:58 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b18

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops u
Comment 1 ashokraju605 2016-03-26 11:51:04 UTC
Created attachment 159008 [details]
IDE log
Comment 2 elburgl69 2016-04-10 11:03:32 UTC
This behaviour has been reported for 7.4 in which is was fixed, in 8.0.2 after it was fixed, and in 8.1 (not fixed).

Occurs als on OSX.

Increasing Heap Size in netbeans.conf which seemed to have worked on earlier version does not work for 8.1

Problem in earlier versions was related to the Javascript Editor.
Comment 3 Petr Pisl 2016-06-20 14:53:59 UTC
The javascript parser is changed. This issue is no relevant to the current code.