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 240946 - 730M in org.netbeans.modules.css.lib.nbparser.CssParser
Summary: 730M in org.netbeans.modules.css.lib.nbparser.CssParser
Status: RESOLVED DUPLICATE of bug 244697
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-25 06:49 UTC by brenjt
Modified: 2014-07-25 08:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206956


Attachments
stacktrace (1.08 KB, text/plain)
2014-01-25 06:49 UTC, brenjt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brenjt 2014-01-25 06:49:18 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
brenjt: I don't know how to reproduce but I dragged a file from Finder into Netbeans then when to create a new file in a folder and none of the drill down menus would work when right clicking on the folder in which I wanted to create the file.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.net.www.ParseUtil.encodePath(ParseUtil.java:105)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:749)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:834)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:199)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:358)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
Comment 1 brenjt 2014-01-25 06:49:20 UTC
Created attachment 144359 [details]
stacktrace
Comment 2 Tomas Hurka 2014-01-30 12:27:19 UTC
Retained size of 58 instances of org.netbeans.modules.css.lib.nbparser.CssParser is about 730M. Reassigning to web/css for further evaluation.
Comment 3 Marek Fukala 2014-07-25 08:20:42 UTC
duplicate of Bug 244697 OOM - CssFileModel$LazyEntry keeps CssFileModel and CssParserResult. Already fixed.

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