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 256466 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 239360
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 16:52 UTC by Exceptions Reporter
Modified: 2015-11-10 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221061


Attachments
stacktrace (2.89 KB, text/plain)
2015-11-09 16:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-09 16:52:38 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.85-b03, OpenJDK Runtime Environment, 1.7.0_85-b01
OS: Linux

User Comments:
GUEST: Typed characters are not taken into account.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:300)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:916)
   at java.io.UnixFileSystem.getBooleanAttributes0(UnixFileSystem.java:0)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
   at java.io.File.isDirectory(File.java:843)
Comment 1 Exceptions Reporter 2015-11-09 16:52:39 UTC
Created attachment 157233 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-10 09:30:01 UTC
800m in 388807 instances of org.netbeans.modules.editor.lib2.view.ParagraphView
Reassign to evaluation.
Comment 3 Miloslav Metelka 2015-11-10 12:48:49 UTC
All the NbEditorDocument leaks from the attached dump should be fixed in NB8.1.

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