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 268594 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 08:23 UTC by dlaguerre
Modified: 2016-10-20 08:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226853


Attachments
stacktrace (1.62 KB, text/plain)
2016-10-20 08:23 UTC, dlaguerre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dlaguerre 2016-10-20 08:23:50 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
dlaguerre: I've juste lunch the app.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.valueOf(String.java:3084)
   at org.netbeans.modules.php.editor.index.Signature.decodeItem(Signature.java:130)
   at org.netbeans.modules.php.editor.index.Signature.string(Signature.java:85)
   at org.netbeans.modules.php.editor.elements.MethodElementImpl$MethodSignatureParser.getMethodName(MethodElementImpl.java:354)
   at org.netbeans.modules.php.editor.elements.MethodElementImpl.matchesQuery(MethodElementImpl.java:198)
   at org.netbeans.modules.php.editor.elements.MethodElementImpl.fromSignature(MethodElementImpl.java:168)
Comment 1 dlaguerre 2016-10-20 08:23:52 UTC
Created attachment 162566 [details]
stacktrace