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 271917 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 23:42 UTC by LFaret
Modified: 2017-12-13 23:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231163


Attachments
stacktrace (2.78 KB, text/plain)
2017-12-13 23:42 UTC, LFaret
Details

Note You need to log in before you can comment on or make changes to this bug.
Description LFaret 2017-12-13 23:42:15 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Mac OS X

User Comments:
LFaret: <Please provide a description of the problem or the steps to reproduce>
I was trying to open a Netbeans file using the hotkeys with self-voicing and the program freezes everytime I try to do this.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at quorum.Libraries.Language.Compile.Translate.ChainedActionCallOpcode.<init>(ChainedActionCallOpcode.java:12)
   at quorum.Libraries.Language.Compile.QuorumBytecodeListener.ExitVariableFunctionCall(QuorumBytecodeListener.java:1957)
   at plugins.quorum.Libraries.Language.Compile.JavaToQuorumListener.exitVariableFunctionCall(JavaToQuorumListener.java:1810)
   at plugins.quorum.Libraries.Language.Compile.QuorumParser$VariableFunctionCallContext.exitRule(QuorumParser.java:2995)
   at org.antlr.v4.runtime.tree.ParseTreeWalker.exitRule(ParseTreeWalker.java:71)
   at org.antlr.v4.runtime.tree.ParseTreeWalker.walk(ParseTreeWalker.java:54)
Comment 1 LFaret 2017-12-13 23:42:23 UTC
Created attachment 165564 [details]
stacktrace