Skip to content

Instantly share code, notes, and snippets.

@richardsondx
Created March 10, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardsondx/ee94f0379e6fc4f71fcd to your computer and use it in GitHub Desktop.
Save richardsondx/ee94f0379e6fc4f71fcd to your computer and use it in GitHub Desktop.
Java::JavaLang::OutOfMemoryError (GC overhead limit exceeded):
Java::JavaLang::OutOfMemoryError (GC overhead limit exceeded):
java.lang.Throwable.getStackTraceElement(Native Method)
java.lang.Throwable.getOurStackTrace(Throwable.java:827)
java.lang.Throwable.getStackTrace(Throwable.java:816)
java.lang.Thread.getStackTrace(Thread.java:1552)
org.jruby.RubyKernel.caller20(RubyKernel.java:1041)
org.jruby.RubyKernel$INVOKER$s$0$2$caller20.call(RubyKernel$INVOKER$s$0$2$caller20.gen)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:193)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
Users.richardson.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_5_dot_0_at_40_contat_minus_monkey.gems.newrelic_rpm_minus_3_dot_15_dot_0_dot_314.lib.new_relic.agent.transaction.developer_mode_sample_buffer.invokeOther10:caller(newrelic_rpm (3.15.0.314) lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb)
Users.richardson.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_5_dot_0_at_40_contat_minus_monkey.gems.newrelic_rpm_minus_3_dot_15_dot_0_dot_314.lib.new_relic.agent.transaction.developer_mode_sample_buffer.RUBY$method$visit_node$0(newrelic_rpm (3.15.0.314) lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb:47)
java.lang.invoke.LambdaForm$DMH/494172113.invokeStatic_L7_L(LambdaForm$DMH)
java.lang.invoke.LambdaForm$MH/1132547352.invokeExact_MT(LambdaForm$MH)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:131)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:194)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
Users.richardson.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_5_dot_0_at_40_contat_minus_monkey.gems.newrelic_rpm_minus_3_dot_15_dot_0_dot_314.lib.new_relic.agent.transaction_sampler.invokeOther6:visit_node(newrelic_rpm (3.15.0.314) lib/new_relic/agent/transaction_sampler.rb)
Users.richardson.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_5_dot_0_at_40_contat_minus_monkey.gems.newrelic_rpm_minus_3_dot_15_dot_0_dot_314.lib.new_relic.agent.transaction_sampler.RUBY$method$notice_push_frame$0(newrelic_rpm (3.15.0.314) lib/new_relic/agent/transaction_sampler.rb:77)
java.lang.invoke.LambdaForm$DMH/1990386953.invokeStatic_L7_L(LambdaForm$DMH)
java.lang.invoke.LambdaForm$MH/1132547352.invokeExact_MT(LambdaForm$MH)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:229)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:193)
Users.richardson.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_5_dot_0_at_40_contat_minus_monkey.gems.newrelic_rpm_minus_3_dot_15_dot_0_dot_314.lib.new_relic.agent.traced_method_stack.invokeOther4:notice_push_frame(newrelic_rpm (3.15.0.314) lib/new_relic/agent/traced_method_stack.rb)
Users.richardson.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_5_dot_0_at_40_contat_minus_monkey.gems.newrelic_rpm_minus_3_dot_15_dot_0_dot_314.lib.new_relic.agent.traced_method_stack.RUBY$method$push_frame$0(newrelic_rpm (3.15.0.314) lib/new_relic/agent/traced_method_stack.rb:34)
java.lang.invoke.LambdaForm$DMH/222479050.invokeStatic_L7_L(LambdaForm$DMH)
java.lang.invoke.LambdaForm$MH/1132547352.invokeExact_MT(LambdaForm$MH)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:159)
@daneshd
Copy link

daneshd commented Mar 21, 2016

I'm getting this a lot as well for SQL calls. I started looking into it on Friday but haven't made progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment