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 242047 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 11:49 UTC by RQuadling
Modified: 2014-02-18 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207719


Attachments
stacktrace (2.63 KB, text/plain)
2014-02-18 11:49 UTC, RQuadling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RQuadling 2014-02-18 11:49:46 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Mac OS X

User Comments:
RQuadling: A 13MB log file. Not ideal for the IDE, but it should manage such file with no issue. It isn't as if it as a 5GB log file. Plain text. A .log file. Maybe automatically turning off ALL syntax highlighting/checking/parsing logic, to allow a truly plain text view of the file would help.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.text.normalizer.NormalizerImpl.composePart(NormalizerImpl.java:1646)
   at sun.text.normalizer.NormalizerImpl.compose(NormalizerImpl.java:1965)
   at sun.text.normalizer.NormalizerBase.compose(NormalizerBase.java:681)
   at sun.text.normalizer.NormalizerBase$NFCMode.normalize(NormalizerBase.java:425)
   at sun.text.normalizer.NormalizerBase.normalize(NormalizerBase.java:1622)
   at sun.text.normalizer.NormalizerBase.normalize(NormalizerBase.java:1590)
Comment 1 RQuadling 2014-02-18 11:49:47 UTC
Created attachment 145353 [details]
stacktrace