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 215385 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 06:44 UTC by Exceptions Reporter
Modified: 2012-07-11 11:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179623


Attachments
stacktrace (3.06 KB, text/plain)
2012-07-11 06:44 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-07-11 06:44:38 UTC
This bug was originally marked as duplicate of bug 189681, 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.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.String.substring(String.java:1960)
   at java.lang.String.subSequence(String.java:1993)
   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-07-11 06:44:41 UTC
Created attachment 121917 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-07-11 11:54:30 UTC

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