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 252554 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-22 17:18 UTC by mdedoes
Modified: 2015-05-22 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217475


Attachments
stacktrace (2.25 KB, text/plain)
2015-05-22 17:18 UTC, mdedoes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mdedoes 2015-05-22 17:18:56 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
mdedoes: This happens the first time that I start netbeans after debugging a web project via the chrome plugin.

I have not seen any actual problems while workin with netbeans or chome. To me it looks like this is either a false positive, or that netbeans runs out og memory while halting.

Mark




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.grow(ArrayList.java:261)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   at java.util.ArrayList.add(ArrayList.java:458)
   at org.netbeans.modules.print.provider.ComponentProvider.getPages(ComponentProvider.java:102)
Comment 1 mdedoes 2015-05-22 17:18:58 UTC
Created attachment 153822 [details]
stacktrace