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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: php Reporter: antonpresn
Component: EditorAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214019
Attachments: stacktrace

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