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 242834 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 14:37 UTC by swilk
Modified: 2015-09-09 13:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191992


Attachments
stacktrace (650 bytes, text/plain)
2014-03-12 14:37 UTC, swilk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swilk 2014-03-12 14:37:24 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: When i hit ctrl+space to code completition in javascript file program crash. Generaly code completition list opening too slow.

GUEST: Swithing files/tabs in editor

GUEST: no idea

GUEST: System locked up while trying ot do a build.

GUEST: just started netbeans as machin is started.

swilk: I have added the Twitter Bootstrap sources to one of my projects. I have setup them with `npm install` and run `grunt` to compile. 
The NB started to scan and upload all of those and this and other exceptions started to appear.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415)
   at java.lang.StringBuilder.append(StringBuilder.java:132)
   at org.openide.util.RequestProcessor$Processor.put(RequestProcessor.java:1933)
Comment 1 swilk 2014-03-12 14:37:27 UTC
Created attachment 145974 [details]
stacktrace
Comment 2 Petr Cyhelsky 2014-03-12 16:11:22 UTC
reassigning to javascript
Comment 3 Petr Pisl 2015-09-09 10:54:22 UTC
Heapdump #775441: 2.5 millions of highlighting items in c++ document
Heapdump #783821: 1.1 millions of URL from CND JS Manager. The manager is rewritten and this should be fixed. 
Heapdump #783805: there is more than 9 millions of RuntimeMemoryCCTNode. This is known issue and should be fixed in NB 8.1.
Heapdump #781524: It looks like problem in rendering css previou in output window. 

The rest of heapdumps are from old Nb or are missing. Reassigning to css fro evaluation report #781524
Comment 4 Jan Stola 2015-09-09 13:56:27 UTC
The problem in Heapdump #781524 is a duplicate of issue 230493.

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