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 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 12:13 UTC by Exceptions Reporter
Modified: 2016-11-16 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227241


Attachments
stacktrace (1.32 KB, text/plain)
2016-11-16 12:13 UTC, Exceptions Reporter
Details

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