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 238176 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 244697
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 18:18 UTC by brenjt
Modified: 2014-07-24 15:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205131


Attachments
stacktrace (2.53 KB, text/plain)
2013-11-08 18:18 UTC, brenjt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brenjt 2013-11-08 18:18:29 UTC
This bug was originally marked as duplicate of bug 221861, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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 left the program running for awhile without using it. I then went back to it and tried to copy a file and it froze




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.antlr.runtime.Lexer.emit(Lexer.java:160)
   at org.netbeans.modules.css.lib.ExtCss3Lexer.nextToken(ExtCss3Lexer.java:127)
   at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:133)
   at org.antlr.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:127)
   at org.antlr.runtime.CommonTokenStream.consume(CommonTokenStream.java:67)
   at org.antlr.runtime.debug.DebugTokenStream.consume(DebugTokenStream.java:60)
Comment 1 brenjt 2013-11-08 18:18:33 UTC
Created attachment 142009 [details]
stacktrace
Comment 2 Marek Fukala 2014-07-24 15:16:47 UTC
another duplicete of issue #244697

1) o.n.m.css.refactoring.api.EntryHandle holds an implementation (CssFileModel$LazyEntry) of o.n.m.css.refactoring.api.Entry which holds its outer class org.netbeans.modules.css.indexing.CssFileModel which holds CssParserResult.

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