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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-24 08:00 UTC by francescobianco
Modified: 2016-08-24 08:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160919


Attachments
stacktrace (1.13 KB, text/plain)
2016-08-24 08:00 UTC, francescobianco
Details

Note You need to log in before you can comment on or make changes to this bug.
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