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 258179 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 10:59 UTC by vicky_dolphin
Modified: 2016-08-12 12:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222762


Attachments
stacktrace (1.02 KB, text/plain)
2016-02-29 10:59 UTC, vicky_dolphin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vicky_dolphin 2016-02-29 10:59:40 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 8

User Comments:
vicky_dolphin: during writing the netbeans is became a total black screen and i can't program there then i will unexpectedly close and then restart




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.StringBuilder.toString(StringBuilder.java:405)
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1524)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:305)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
Comment 1 vicky_dolphin 2016-02-29 10:59:41 UTC
Created attachment 158673 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-12 12:26:36 UTC
There is a lot of css documents in the heap dump. Please try NetBeans 8.1. The problem should be fixed there. Thanks.