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 269001

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: php Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227241
Attachments: stacktrace

Description Exceptions Reporter 2016-11-16 12:13:51 UTC
This bug was originally marked as duplicate of bug 239294, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 7

User Comments:
GUEST: I did nothing -- NetBeans has just stopped respondong




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java_cup.runtime.DefaultSymbolFactory.newSymbol(DefaultSymbolFactory.java:32)
   at org.netbeans.modules.php.editor.parser.CUP$ASTPHP5Parser$actions.fakeMethod300to399(CUP.java:7856)
   at org.netbeans.modules.php.editor.parser.CUP$ASTPHP5Parser$actions.CUP$ASTPHP5Parser$do_action(CUP.java:1641)
   at org.netbeans.modules.php.editor.parser.ASTPHP5Parser.do_action(ASTPHP5Parser.java:1467)
   at java_cup.runtime.lr_parser.parse(lr_parser.java:584)
   at org.netbeans.modules.php.editor.parser.GSFPHPParser.parseBuffer(GSFPHPParser.java:201)
Comment 1 Exceptions Reporter 2016-11-16 12:13:53 UTC
Created attachment 162928 [details]
stacktrace