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 247252

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: php Reporter: sayyedraees
Component: EditorAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211989
Attachments: stacktrace

Description sayyedraees 2014-09-18 07:33:34 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-mockbuild_2013_07_26_16_48-b00
OS: Linux

User Comments:
sayyedraees: Its taking time to load and get stack(hang) in between while working.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:64)
   at java.lang.StringBuilder.<init>(StringBuilder.java:85)
   at org.netbeans.modules.php.editor.api.QualifiedName.toString(QualifiedName.java:287)
   at org.netbeans.modules.php.editor.api.QualifiedName.toString(QualifiedName.java:279)
   at org.netbeans.modules.php.editor.api.QualifiedName.getName(QualifiedName.java:69)
   at org.netbeans.modules.php.editor.api.NameKind.getQueryName(NameKind.java:211)
Comment 1 sayyedraees 2014-09-18 07:33:36 UTC
Created attachment 149328 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-22 06:54:56 UTC
Please, download NetBeans 8.1, this issue should be fixed there.

Thanks.