Skip to content

Instantly share code, notes, and snippets.

@enebo
Created March 1, 2021 20:12
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 enebo/e834515e25e96f51879fb3f9c1473511 to your computer and use it in GitHub Desktop.
Save enebo/e834515e25e96f51879fb3f9c1473511 to your computer and use it in GitHub Desktop.
java.lang.Exception
at org.jruby.runtime.BlockBody.prepareArgumentsForCall(BlockBody.java:268)
at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
at org.jruby.runtime.Block.call(Block.java:143)
at org.jruby.RubyProc.call(RubyProc.java:291)
at org.jruby.RubyProc$INVOKER$i$call.call(RubyProc$INVOKER$i$call.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:354)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:172)
at org.jruby.RubyEnumerable$ChunkedBlockCallback.lambda$call$0(RubyEnumerable.java:2088)
at org.jruby.runtime.BlockCallback.call(BlockCallback.java:58)
at org.jruby.runtime.CallBlock.doYield(CallBlock.java:91)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
at org.jruby.runtime.Block.yield(Block.java:184)
at org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:486)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:86)
at org.jruby.ir.interpreter.InterpreterEngine.processOtherOp(InterpreterEngine.java:538)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:202)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.runtime.Block.yield(Block.java:184)
at org.jruby.RubyArray.each(RubyArray.java:1856)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:84)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:119)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:102)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:361)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:153)
at org.jruby.RubyEnumerable.callEach(RubyEnumerable.java:86)
at org.jruby.RubyEnumerable$ChunkedBlockCallback.call(RubyEnumerable.java:2083)
at org.jruby.runtime.CallBlock.call(CallBlock.java:71)
at org.jruby.runtime.Block.call(Block.java:139)
at org.jruby.RubyProc.call(RubyProc.java:318)
at org.jruby.RubyGenerator.each(RubyGenerator.java:104)
at org.jruby.RubyGenerator$INVOKER$i$0$0$each.call(RubyGenerator$INVOKER$i$0$0$each.gen)
at org.jruby.RubyClass.finvokeWithRefinements(RubyClass.java:515)
at org.jruby.RubyClass.finvoke(RubyClass.java:503)
at org.jruby.runtime.Helpers.invoke(Helpers.java:529)
at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:394)
at org.jruby.RubyEnumerator.__each__(RubyEnumerator.java:394)
at org.jruby.RubyEnumerator.each(RubyEnumerator.java:390)
at org.jruby.RubyEnumerator$INVOKER$i$each.call(RubyEnumerator$INVOKER$i$each.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:361)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:153)
at org.jruby.RubyEnumerable.callEach(RubyEnumerable.java:86)
at org.jruby.RubyEnumerable.to_a(RubyEnumerable.java:437)
at org.jruby.RubyEnumerable$INVOKER$s$to_a.call(RubyEnumerable$INVOKER$s$to_a.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:117)
at org.jruby.runtime.Block.yieldArray(Block.java:196)
at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1760)
at org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2673)
at org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:84)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:155)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:138)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.runtime.Block.yield(Block.java:184)
at org.jruby.RubyArray.all_pCommon(RubyArray.java:4672)
at org.jruby.RubyArray.all_p(RubyArray.java:4652)
at org.jruby.RubyArray$INVOKER$i$all_p.call(RubyArray$INVOKER$i$all_p.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneBlock.call(JavaMethod.java:580)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:84)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:92)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:191)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:182)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:203)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:72)
at org.jruby.runtime.Block.yieldSpecific(Block.java:153)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:491)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
at org.jruby.ir.interpreter.InterpreterEngine.processOtherOp(InterpreterEngine.java:538)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:202)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:83)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:66)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:84)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.runtime.Block.yield(Block.java:184)
at org.jruby.RubyArray.each(RubyArray.java:1856)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:84)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:119)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:110)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:141)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:83)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:66)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:84)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:155)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:138)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:382)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:184)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:191)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:1270)
at org.jruby.Ruby.loadFile(Ruby.java:2865)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:936)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:894)
at org.jruby.runtime.load.LoadService.load(LoadService.java:322)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1079)
at org.jruby.RubyKernel.load(RubyKernel.java:1049)
at org.jruby.RubyKernel$INVOKER$s$load.call(RubyKernel$INVOKER$s$load.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:422)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:172)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
at org.jruby.runtime.Block.yieldArray(Block.java:196)
at org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1760)
at org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2673)
at org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:155)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:138)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:191)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:160)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.runtime.Block.yield(Block.java:184)
at org.jruby.RubyArray.each(RubyArray.java:1856)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:87)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:66)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:123)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:110)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:123)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:110)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:123)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:110)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:123)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:110)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:1292)
at org.jruby.Ruby.runInterpreter(Ruby.java:1296)
at org.jruby.Ruby.runNormally(Ruby.java:1181)
at org.jruby.Ruby.runNormally(Ruby.java:1158)
at org.jruby.Ruby.runNormally(Ruby.java:1194)
at org.jruby.Ruby.runFromMain(Ruby.java:977)
at org.jruby.Main.doRunFromMain(Main.java:393)
at org.jruby.Main.internalRun(Main.java:287)
at org.jruby.Main.run(Main.java:234)
at org.jruby.Main.main(Main.java:206)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment