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 238570 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 238414
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 18:10 UTC by sanafer_1109
Modified: 2014-07-22 12:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205415


Attachments
stacktrace (1.41 KB, text/plain)
2013-11-19 18:10 UTC, sanafer_1109
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sanafer_1109 2013-11-19 18:10:11 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
sanafer_1109: It takes to much memory at starting, my PHP project have symlinks to folders that are inside the same project




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.String.toCharArray(String.java:2753)
   at java.util.zip.ZipCoder.getBytes(ZipCoder.java:78)
   at java.util.zip.ZipFile.getEntry(ZipFile.java:304)
   at java.util.jar.JarFile.getEntry(JarFile.java:226)
   at java.util.jar.JarFile.getJarEntry(JarFile.java:209)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:817)
Comment 1 sanafer_1109 2013-11-19 18:10:12 UTC
Created attachment 142371 [details]
stacktrace
Comment 2 Tomas Hurka 2013-12-20 13:17:32 UTC
*** Bug 239401 has been marked as a duplicate of this bug. ***
Comment 3 Marek Fukala 2014-07-22 12:48:51 UTC
problem with OOM during parsing the css grammar definitions - too much memory taken by org.netbeans.modules.css.lib.api.properties.FixedTextGrammarElement

*** This bug has been marked as a duplicate of bug 238414 ***