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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221061
Attachments: stacktrace

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