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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 07:33 UTC by sayyedraees
Modified: 2016-06-22 06:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211989


Attachments
stacktrace (3.19 KB, text/plain)
2014-09-18 07:33 UTC, sayyedraees
Details

Note You need to log in before you can comment on or make changes to this bug.
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.