Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require 'parser' - ArrayIndexOutOfBoundsException #6469

Closed
ahorek opened this issue Nov 17, 2020 · 1 comment
Closed

require 'parser' - ArrayIndexOutOfBoundsException #6469

ahorek opened this issue Nov 17, 2020 · 1 comment
Labels
Milestone

Comments

@ahorek
Copy link
Contributor

ahorek commented Nov 17, 2020

Environment Information
jruby 9.3.0.0-SNAPSHOT (2.6.5) 2020-10-21 4fd5e61 Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS on 11.0.2+9-LTS +jit [linux-x86_64]
fails on master
9.2.13.0 is ok

Expected Behavior

require 'parser'
=> true

Actual Behavior

LoadError: load error: parser/lexer -- java.lang.ArrayIndexOutOfBoundsException: Index 256 out of bounds for length 256
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/parser-2.7.2.0/lib/parser.rb:67:in `<module:Parser>'
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/parser-2.7.2.0/lib/parser.rb:19:in `<main>'
home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/rubocop-0.81.0/lib/rubocop.rb:3:in `<main>'
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/rubocop-0.81.0/lib/rubocop/rake_task.rb:40:in `run_cli'
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/rubocop-0.81.0/lib/rubocop/rake_task.rb:28:in `block in initialize'
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/rubocop-0.81.0/lib/rubocop/rake_task.rb:26:in `block in initialize'
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<main>'
/home/travis/build/ahorek/terser-ruby/vendor/bundle/jruby/2.6.0/bin/jruby_executable_hooks:24:in `<main>'

Caused by:
Java::JavaLang::ArrayIndexOutOfBoundsException: Index 256 out of bounds for length 256
org.jruby.dist/org.jruby.parser.RubyParser.yyparse(RubyParser.java:1722)
org.jruby.dist/org.jruby.parser.RubyParser.yyparse(RubyParser.java:1597)
org.jruby.dist/org.jruby.parser.RubyParser.parse(RubyParser.java:5764)
org.jruby.dist/org.jruby.parser.Parser.parse(Parser.java:133)
org.jruby.dist/org.jruby.parser.Parser.parse(Parser.java:89)
org.jruby.dist/org.jruby.parser.Parser.parse(Parser.java:95)
org.jruby.dist/org.jruby.Ruby.parseFileAndGetAST(Ruby.java:2573)
org.jruby.dist/org.jruby.Ruby.parseFile(Ruby.java:2528)
org.jruby.dist/org.jruby.Ruby.parseFile(Ruby.java:2515)
org.jruby.dist/org.jruby.Ruby.loadFile(Ruby.java:2836)
org.jruby.dist/org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.dist/org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.dist/org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
org.jruby.dist/org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
org.jruby.dist/org.jruby.runtime.load.LoadService.require(LoadService.java:402)
org.jruby.dist/org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055)
org.jruby.dist/org.jruby.RubyKernel.require(RubyKernel.java:1048)
org.jruby.dist/org.jruby.RubyKernel$INVOKER$s$1$0$require.call(RubyKernel$INVOKER$s$1$0$require.gen)
org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.dist/org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:84)
org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
@ahorek ahorek added the parser label Nov 17, 2020
@ahorek ahorek added this to the JRuby 9.3.0.0 milestone Nov 17, 2020
@Skarlso
Copy link

Skarlso commented Nov 18, 2020

Same here, full trace:

** Invoke rubocop (first_time)
** Execute rubocop
rake aborted!
LoadError: load error: parser/lexer -- java.lang.ArrayIndexOutOfBoundsException: Index 256 out of bounds for length 256
org/jruby/RubyKernel.java:1048:in `require'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/parser-2.7.2.0/lib/parser.rb:67:in `<module:Parser>'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/parser-2.7.2.0/lib/parser.rb:19:in `<main>'
org/jruby/RubyKernel.java:1048:in `require'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rubocop-ast-1.1.1/lib/rubocop/ast.rb:3:in `<main>'
org/jruby/RubyKernel.java:1048:in `require'
org/jruby/RubyKernel.java:1076:in `require_relative'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rubocop-ast-1.1.1/lib/rubocop-ast.rb:3:in `<main>'
org/jruby/RubyKernel.java:1048:in `require'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rubocop-1.3.1/lib/rubocop.rb:14:in `<main>'
org/jruby/RubyKernel.java:1048:in `require'
/Users/skarlso/RubyProjects/jsonpath/Rakefile:5:in `block in <main>'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/task.rb:281:in `block in execute'
org/jruby/RubyArray.java:1820:in `each'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/task.rb:281:in `execute'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/stdlib/monitor.rb:235:in `mon_synchronize'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/task.rb:199:in `invoke_with_call_chain'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/task.rb:188:in `invoke'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:160:in `invoke_task'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:116:in `block in top_level'
org/jruby/RubyArray.java:1820:in `each'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:116:in `block in top_level'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:125:in `run_with_threads'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:110:in `top_level'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:83:in `block in run'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:186:in `standard_exception_handling'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb:80:in `run'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/gems/rake-13.0.1/exe/rake:27:in `<main>'
org/jruby/RubyKernel.java:1083:in `load'
/Users/skarlso/RubyProjects/jsonpath/vendor/bundle/jruby/2.6.0/bin/rake:23:in `<main>'
org/jruby/RubyKernel.java:1083:in `load'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/exe/bundle:46:in `block in <main>'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
/Users/skarlso/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/bundler-2.1.4/exe/bundle:34:in `<main>'
org/jruby/RubyKernel.java:1083:in `load'
/Users/skarlso/.rvm/rubies/jruby-head/bin/bundle:23:in `<main>'

Caused by:
Java::JavaLang::ArrayIndexOutOfBoundsException: Index 256 out of bounds for length 256
org.jruby.parser.RubyParser.yyparse(RubyParser.java:1722)
org.jruby.parser.RubyParser.yyparse(RubyParser.java:1597)
org.jruby.parser.RubyParser.parse(RubyParser.java:5764)
org.jruby.parser.Parser.parse(Parser.java:133)
org.jruby.parser.Parser.parse(Parser.java:89)
org.jruby.parser.Parser.parse(Parser.java:95)
org.jruby.Ruby.parseFileAndGetAST(Ruby.java:2573)
org.jruby.Ruby.parseFile(Ruby.java:2528)
org.jruby.Ruby.parseFile(Ruby.java:2515)
org.jruby.Ruby.loadFile(Ruby.java:2836)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
org.jruby.runtime.load.LoadService.require(LoadService.java:402)
org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055)
org.jruby.RubyKernel.require(RubyKernel.java:1048)
org.jruby.RubyKernel$INVOKER$s$1$0$require_DBG.call(RubyKernel$INVOKER$s$1$0$require_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:84)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.ir.instructions.DefineModuleInstr.INTERPRET_MODULE(DefineModuleInstr.java:81)
org.jruby.ir.instructions.DefineModuleInstr.interpret(DefineModuleInstr.java:69)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:170)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
org.jruby.runtime.load.LoadService.require(LoadService.java:402)
org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055)
org.jruby.RubyKernel.require(RubyKernel.java:1048)
org.jruby.RubyKernel$INVOKER$s$1$0$require_DBG.call(RubyKernel$INVOKER$s$1$0$require_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:84)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
org.jruby.runtime.load.LoadService.require(LoadService.java:402)
org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055)
org.jruby.RubyKernel.require(RubyKernel.java:1048)
org.jruby.RubyKernel.require_relative(RubyKernel.java:1076)
org.jruby.RubyKernel$INVOKER$s$1$0$require_relative_DBG.call(RubyKernel$INVOKER$s$1$0$require_relative_DBG.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
org.jruby.runtime.load.LoadService.require(LoadService.java:402)
org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055)
org.jruby.RubyKernel.require(RubyKernel.java:1048)
org.jruby.RubyKernel$INVOKER$s$1$0$require_DBG.call(RubyKernel$INVOKER$s$1$0$require_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:84)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:887)
org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:535)
org.jruby.runtime.load.LoadService.require(LoadService.java:402)
org.jruby.RubyKernel.requireCommon(RubyKernel.java:1055)
org.jruby.RubyKernel.require(RubyKernel.java:1048)
org.jruby.RubyKernel$INVOKER$s$1$0$require_DBG.call(RubyKernel$INVOKER$s$1$0$require_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:84)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.Block.call(Block.java:143)
org.jruby.RubyProc.call(RubyProc.java:299)
org.jruby.RubyProc$INVOKER$i$call_DBG.call(RubyProc$INVOKER$i$call_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrTwoOrNBlock.call(JavaMethod.java:371)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:392)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:205)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:172)
org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
org.jruby.runtime.Block.yield(Block.java:184)
org.jruby.RubyArray.each(RubyArray.java:1820)
org.jruby.RubyArray$INVOKER$i$0$0$each_DBG.call(RubyArray$INVOKER$i$0$0$each_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:555)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:156)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:143)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
org.jruby.runtime.Block.yieldSpecific(Block.java:153)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:491)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:170)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:124)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:191)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:178)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:392)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:205)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:156)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:143)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:203)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:172)
org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
org.jruby.runtime.Block.yield(Block.java:184)
org.jruby.RubyArray.each(RubyArray.java:1820)
org.jruby.RubyArray$INVOKER$i$0$0$each_DBG.call(RubyArray$INVOKER$i$0$0$each_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:555)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
org.jruby.runtime.Block.yieldSpecific(Block.java:153)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:491)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:170)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:121)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:108)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
org.jruby.runtime.Block.yieldSpecific(Block.java:153)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:491)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:170)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:121)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:108)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.load(LoadService.java:343)
org.jruby.RubyKernel.loadCommon(RubyKernel.java:1113)
org.jruby.RubyKernel.load(RubyKernel.java:1083)
org.jruby.RubyKernel$INVOKER$s$load_DBG.call(RubyKernel$INVOKER$s$load_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.load(LoadService.java:343)
org.jruby.RubyKernel.loadCommon(RubyKernel.java:1113)
org.jruby.RubyKernel.load(RubyKernel.java:1083)
org.jruby.RubyKernel$INVOKER$s$load_DBG.call(RubyKernel$INVOKER$s$load_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:121)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:108)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:195)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:350)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:143)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:345)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.RubyClass.finvokeWithRefinements(RubyClass.java:514)
org.jruby.RubyBasicObject.send(RubyBasicObject.java:1756)
org.jruby.RubyBasicObject$INVOKER$i$send_DBG.call(RubyBasicObject$INVOKER$i$send_DBG.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:191)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:178)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:392)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:205)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1254)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperIter(IRRuntimeHelpers.java:1263)
org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:95)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:1254)
org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:97)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:191)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:178)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:392)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:205)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:138)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
org.jruby.runtime.Block.yieldSpecific(Block.java:153)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:491)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:170)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:104)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:73)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:328)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:86)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:93)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:361)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
org.jruby.Ruby.runInterpreter(Ruby.java:1266)
org.jruby.Ruby.loadFile(Ruby.java:2841)
org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:234)
org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:33)
org.jruby.runtime.load.LoadService.load(LoadService.java:343)
org.jruby.RubyKernel.loadCommon(RubyKernel.java:1113)
org.jruby.RubyKernel.load(RubyKernel.java:1083)
org.jruby.RubyKernel$INVOKER$s$load_DBG.call(RubyKernel$INVOKER$s$load_DBG.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:417)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:371)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:174)
Users.skarlso.$_dot_rvm.rubies.jruby_minus_head.bin.bundle.invokeOther8:load(/Users/skarlso/.rvm/rubies/jruby-head/bin/bundle:23)
Users.skarlso.$_dot_rvm.rubies.jruby_minus_head.bin.bundle.RUBY$script(/Users/skarlso/.rvm/rubies/jruby-head/bin/bundle:23)
Users.skarlso.$_dot_rvm.rubies.jruby_minus_head.bin.bundle.run(/Users/skarlso/.rvm/rubies/jruby-head/bin/bundle)
java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:728)
org.jruby.ir.Compiler$1.load(Compiler.java:114)
org.jruby.Ruby.runScript(Ruby.java:1253)
org.jruby.Ruby.runNormally(Ruby.java:1172)
org.jruby.Ruby.runNormally(Ruby.java:1154)
org.jruby.Ruby.runNormally(Ruby.java:1190)
org.jruby.Ruby.runFromMain(Ruby.java:973)
org.jruby.Main.doRunFromMain(Main.java:393)
org.jruby.Main.internalRun(Main.java:287)
org.jruby.Main.run(Main.java:234)
org.jruby.Main.main(Main.java:206)
Tasks: TOP => rubocop

Project: https://github.com/joshbuddy/jsonpath

Just simply running bundle exec rake rubocop which results in this exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants