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

Summary: OutOfMemoryError: Java heap space
Product: utilities Reporter: mdedoes
Component: PrintAssignee: issues@utilities <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217475
Attachments: stacktrace

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