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 220253 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 08:56 UTC by Exceptions Reporter
Modified: 2012-11-22 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160554


Attachments
stacktrace (3.06 KB, text/plain)
2012-10-17 08:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-10-17 08:56:52 UTC
This bug was originally marked as duplicate of bug 207991, 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.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows XP

Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.String.substring(String.java:1913)
   at java.lang.String.subSequence(String.java:1946)
   at org.netbeans.api.editor.mimelookup.MimePath.parseImpl(MimePath.java:484)
   at org.netbeans.api.editor.mimelookup.MimePath.validate(MimePath.java:303)
   at org.netbeans.api.editor.mimelookup.MimePath.get(MimePath.java:197)
   at org.netbeans.modules.parsing.api.Snapshot.create(Snapshot.java:183)
Comment 1 Exceptions Reporter 2012-10-17 08:56:54 UTC
Created attachment 126057 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-10-23 08:59:53 UTC
Marek, it seems similar to Bug #207991, but this happened in netbeans 7.2 (july build)
Comment 3 Marek Fukala 2012-11-22 14:42:38 UTC

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