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 267690

Summary: OutOfMemoryError: Java heap space
Product: ide Reporter: francescobianco
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: arkadycc
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 160919
Attachments: stacktrace

Description francescobianco 2016-08-24 08:00:51 UTC
This bug was originally marked as duplicate of bug 183289, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201608110002)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
francescobianco: i think is nodejs support the problem




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.Throwable.getStackTraceElement(Throwable.java:0)
   at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   at java.lang.Throwable.getStackTrace(Throwable.java:816)
   at org.openide.util.RequestProcessor$SlowItem.fillInStackTrace(RequestProcessor.java:1864)
   at java.lang.Throwable.<init>(Throwable.java:250)
   at java.lang.Exception.<init>(Exception.java:54)
Comment 1 francescobianco 2016-08-24 08:00:52 UTC
Created attachment 161756 [details]
stacktrace