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

Summary: OutOfMemoryError: Java heap space
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: SettingsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179623
Attachments: stacktrace

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 ***