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 271250 - 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: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-09 04:32 UTC by antonpresn
Modified: 2017-08-09 04:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214019


Attachments
stacktrace (3.13 KB, text/plain)
2017-08-09 04:32 UTC, antonpresn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antonpresn 2017-08-09 04:32:20 UTC
Build: NetBeans IDE Dev (Build 201708070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows Server 2012 R2

User Comments:
GUEST: Saving a php file

antonpresn: js files processing slows down significantly

GUEST: memori-ri-ku




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Formatter.parse(Formatter.java:2560)
   at java.util.Formatter.format(Formatter.java:2501)
   at java.util.Formatter.format(Formatter.java:2455)
   at java.lang.String.format(String.java:2940)
   at org.netbeans.modules.php.editor.elements.TypeResolverImpl.parseTypes(TypeResolverImpl.java:71)
   at org.netbeans.modules.php.editor.elements.VariableElementImpl$VariableSignatureParser.getFQTypes(VariableElementImpl.java:260)
Comment 1 antonpresn 2017-08-09 04:32:23 UTC
Created attachment 164918 [details]
stacktrace