Skip to content

Instantly share code, notes, and snippets.

@cableray
Created December 17, 2011 22:53
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 cableray/1491694 to your computer and use it in GitHub Desktop.
Save cableray/1491694 to your computer and use it in GitHub Desktop.
raw backtrace for encoding mismatch error when saving AR model to sqlite
java/lang/Thread.java:1503:in `getStackTrace'
org/jruby/runtime/backtrace/TraceType.java:59:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:111:in `getBacktraceData'
org/jruby/runtime/backtrace/TraceType.java:25:in `getBacktrace'
org/jruby/RubyException.java:160:in `prepareBacktrace'
org/jruby/exceptions/RaiseException.java:205:in `preRaise'
org/jruby/exceptions/RaiseException.java:195:in `preRaise'
org/jruby/exceptions/RaiseException.java:112:in `<init>'
org/jruby/Ruby.java:3348:in `newRaiseException'
org/jruby/Ruby.java:3323:in `newEncodingCompatibilityError'
org/jruby/RubyString.java:1285:in `cat'
org/jruby/RubyString.java:1221:in `cat19'
org/jruby/RubyString.java:2975:in `gsubCommon19'
org/jruby/RubyString.java:2877:in `gsub19'
org/jruby/RubyString$i$gsub19.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:176:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-jdbc-adapter-1.2.1/lib/arjdbc/jdbc/adapter.rb:199:in `substitute_binds'
org/jruby/ast/executable/AbstractScript.java:46:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:207:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:201:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-jdbc-adapter-1.2.1/lib/arjdbc/jdbc/adapter.rb:204:in `execute'
org/jruby/ast/executable/AbstractScript.java:50:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:247:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:235:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-jdbc-adapter-1.2.1/lib/arjdbc/jdbc/adapter.rb:263:in `exec_query'
org/jruby/ast/executable/AbstractScript.java:50:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:247:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:235:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-jdbc-adapter-1.2.1/lib/arjdbc/jdbc/adapter.rb:270:in `exec_insert'
org/jruby/internal/runtime/methods/JittedMethod.java:247:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:235:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/database_statements.rb:90:in `insert'
org/jruby/internal/runtime/methods/JittedMethod.java:87:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:68:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:75:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:111:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/query_cache.rb:19:in `insert'
org/jruby/internal/runtime/methods/JittedMethod.java:107:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:69:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/relation.rb:70:in `insert'
org/jruby/internal/runtime/methods/JittedMethod.java:167:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:167:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/persistence.rb:313:in `create'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:151:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:107:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/timestamp.rb:51:in `create'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:151:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:107:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/callbacks.rb:268:in `create'
rubyjit$create_15C32E6793BA7AFF6D77FD4EDF7F7FCFA51B7C26$block_0$RUBY$__file__:65535:in `call'
org/jruby/runtime/CompiledBlock19.java:112:in `yieldSpecificInternal'
org/jruby/runtime/CompiledBlock19.java:87:in `yieldSpecific'
org/jruby/runtime/Block.java:99:in `yieldSpecific'
org/jruby/ast/ZYieldNode.java:25:in `interpret'
org/jruby/ast/LocalAsgnNode.java:123:in `interpret'
org/jruby/ast/IfNode.java:117:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/IfNode.java:119:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:169:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:171:in `call'
org/jruby/RubyClass.java:536:in `finvoke'
org/jruby/RubyBasicObject.java:1688:in `send19'
org/jruby/RubyKernel.java:2114:in `send19'
org/jruby/RubyKernel$s$send19.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:176:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:182:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:112:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:81:in `run_callbacks'
org/jruby/ast/executable/AbstractScript.java:42:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:187:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:176:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/callbacks.rb:268:in `create'
org/jruby/internal/runtime/methods/JittedMethod.java:127:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:133:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/persistence.rb:294:in `create_or_update'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:151:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:107:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/callbacks.rb:264:in `create_or_update'
rubyjit$create_or_update_CB4188584E199A5A514D2A38BE8E8F822AF7B055$block_0$RUBY$__file__:65535:in `call'
org/jruby/runtime/CompiledBlock19.java:112:in `yieldSpecificInternal'
org/jruby/runtime/CompiledBlock19.java:87:in `yieldSpecific'
org/jruby/runtime/Block.java:99:in `yieldSpecific'
org/jruby/ast/ZYieldNode.java:25:in `interpret'
org/jruby/ast/LocalAsgnNode.java:123:in `interpret'
org/jruby/ast/IfNode.java:117:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/IfNode.java:119:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:169:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:171:in `call'
org/jruby/RubyClass.java:536:in `finvoke'
org/jruby/RubyBasicObject.java:1688:in `send19'
org/jruby/RubyKernel.java:2114:in `send19'
org/jruby/RubyKernel$s$send19.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:176:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:182:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:112:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:81:in `run_callbacks'
org/jruby/ast/executable/AbstractScript.java:42:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:187:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:322:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:178:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/callbacks.rb:264:in `create_or_update'
org/jruby/internal/runtime/methods/JittedMethod.java:127:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:292:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:135:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/persistence.rb:37:in `save'
org/jruby/ast/executable/AbstractScript.java:42:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:187:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:190:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:197:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:108:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/validations.rb:50:in `save'
org/jruby/ast/executable/AbstractScript.java:38:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:151:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:107:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/attribute_methods/dirty.rb:22:in `save'
org/jruby/ast/executable/AbstractScript.java:38:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/SuperCallSite.java:151:in `call'
org/jruby/runtime/callsite/SuperCallSite.java:107:in `callVarargs'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:241:in `save'
rubyjit$save_B549BD8997B5588209C44272C3868799C5CDCF91$block_1$RUBY$__file__:65535:in `call'
org/jruby/runtime/CompiledBlock19.java:112:in `yieldSpecificInternal'
org/jruby/runtime/CompiledBlock19.java:87:in `yieldSpecific'
org/jruby/runtime/Block.java:99:in `yieldSpecific'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:295:in `with_transaction_returning_status'
rubyjit$with_transaction_returning_status_DA447EA1AEF49B4F012E8D7F2E7068753C74DBC1$block_0$RUBY$__file__:65535:in `call'
org/jruby/runtime/CompiledBlock19.java:112:in `yieldSpecificInternal'
org/jruby/runtime/CompiledBlock19.java:87:in `yieldSpecific'
org/jruby/runtime/Block.java:99:in `yieldSpecific'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
org/jruby/ast/executable/AbstractScript.java:42:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:187:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:176:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:182:in `call'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:208:in `transaction'
org/jruby/ast/executable/AbstractScript.java:38:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:142:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:241:in `save'
rubyjit$save_B549BD8997B5588209C44272C3868799C5CDCF91$block_0$RUBY$__file__:65535:in `call'
org/jruby/runtime/CompiledBlock19.java:112:in `yieldSpecificInternal'
org/jruby/runtime/CompiledBlock19.java:87:in `yieldSpecific'
org/jruby/runtime/Block.java:99:in `yieldSpecific'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:252:in `rollback_active_record_state!'
org/jruby/internal/runtime/methods/JittedMethod.java:147:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
/Users/cableray/.rvm/gems/jruby-1.6.5@busydocs/gems/activerecord-3.1.3/lib/active_record/transactions.rb:240:in `save'
org/jruby/ast/executable/AbstractScript.java:38:in `__file__'
org/jruby/internal/runtime/methods/JittedMethod.java:127:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:292:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:135:in `call'
org/jruby/ast/CallNoArgNode.java:63:in `interpret'
org/jruby/ast/IfNode.java:111:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:190:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:179:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:167:in `call'
org/jruby/ast/FCallOneArgNode.java:36:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:190:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:179:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:167:in `call'
org/jruby/ast/FCallOneArgNode.java:36:in `interpret'
org/jruby/ast/ReturnNode.java:92:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:154:in `yield'
org/jruby/runtime/Block.java:130:in `yield'
org/jruby/RubyIO.java:1115:in `open'
org/jruby/RubyIO$s$0$2$open.gen:65535:in `call'
org/jruby/internal/runtime/methods/DynamicMethod.java:211:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:176:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
org/jruby/ast/CallOneArgBlockNode.java:60:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/IfNode.java:117:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:190:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:179:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:167:in `call'
org/jruby/ast/CallOneArgNode.java:57:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/IfNode.java:117:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:154:in `yield'
org/jruby/runtime/Block.java:130:in `yield'
org/jruby/RubyArray.java:1605:in `eachCommon'
org/jruby/RubyArray.java:1612:in `each'
org/jruby/RubyArray$i$0$0$each.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
org/jruby/ast/CallNoArgBlockNode.java:64:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:120:in `call'
org/jruby/internal/runtime/methods/InterpretedMethod.java:134:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:154:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:282:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:71:in `call'
org/jruby/ast/CallManyArgsNode.java:59:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:191:in `yield'
org/jruby/runtime/Interpreted19Block.java:174:in `yield'
org/jruby/runtime/Block.java:141:in `yieldNonArray'
org/jruby/RubyBasicObject.java:1808:in `yieldUnder'
org/jruby/RubyBasicObject.java:1832:in `specificEval'
org/jruby/RubyBasicObject.java:1720:in `instance_eval19'
org/jruby/RubyBasicObject$i$instance_eval19.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:148:in `call'
org/jruby/ast/CallNoArgBlockPassNode.java:53:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:154:in `yield'
org/jruby/runtime/Interpreted19Block.java:127:in `yieldSpecific'
org/jruby/runtime/Block.java:99:in `yieldSpecific'
org/jruby/ast/ZYieldNode.java:25:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/IfNode.java:117:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:169:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:171:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
org/jruby/ast/FCallNoArgBlockNode.java:32:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/IfNode.java:119:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:233:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:195:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:332:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:203:in `call'
org/jruby/ast/CallTwoArgNode.java:59:in `interpret'
org/jruby/ast/DAsgnNode.java:110:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:154:in `yield'
org/jruby/runtime/Block.java:130:in `yield'
org/jruby/RubyArray.java:2318:in `collect'
org/jruby/RubyArray.java:2326:in `collect19'
org/jruby/RubyArray$i$0$0$collect19.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
org/jruby/ast/CallNoArgBlockNode.java:64:in `interpret'
org/jruby/ast/CallNoArgNode.java:63:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:190:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:179:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:312:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:169:in `call'
org/jruby/ast/FCallOneArgNode.java:36:in `interpret'
org/jruby/ast/LocalAsgnNode.java:123:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/RescueNode.java:216:in `executeBody'
org/jruby/ast/RescueNode.java:120:in `interpretWithJavaExceptions'
org/jruby/ast/RescueNode.java:110:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:190:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:179:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:312:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:169:in `call'
org/jruby/ast/CallOneArgNode.java:57:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:154:in `yield'
org/jruby/runtime/Block.java:130:in `yield'
org/jruby/RubyArray.java:2318:in `collect'
org/jruby/RubyArray.java:2326:in `collect19'
org/jruby/RubyArray$i$0$0$collect19.gen:65535:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:302:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:144:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:153:in `callIter'
org/jruby/ast/CallNoArgBlockNode.java:64:in `interpret'
org/jruby/ast/CallNoArgNode.java:63:in `interpret'
org/jruby/ast/IfNode.java:111:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:154:in `yield'
org/jruby/runtime/Interpreted19Block.java:132:in `yieldSpecific'
org/jruby/runtime/Block.java:108:in `yieldSpecific'
org/jruby/ast/YieldOneNode.java:35:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/ast/BeginNode.java:83:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:212:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:187:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:322:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:178:in `callBlock'
org/jruby/runtime/callsite/CachingCallSite.java:187:in `callIter'
org/jruby/ast/CallOneArgBlockNode.java:60:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:233:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:195:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:332:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:203:in `call'
org/jruby/ast/CallTwoArgNode.java:59:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:276:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:211:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:352:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:237:in `call'
org/jruby/ast/FCallThreeArgNode.java:40:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/IfNode.java:119:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/ast/BlockNode.java:71:in `interpret'
org/jruby/ast/EnsureNode.java:96:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:75:in `INTERPRET_METHOD'
org/jruby/internal/runtime/methods/InterpretedMethod.java:276:in `call'
org/jruby/internal/runtime/methods/DefaultMethod.java:211:in `call'
org/jruby/runtime/callsite/CachingCallSite.java:352:in `cacheAndCall'
org/jruby/runtime/callsite/CachingCallSite.java:237:in `call'
org/jruby/ast/FCallThreeArgNode.java:40:in `interpret'
org/jruby/ast/CallNoArgNode.java:63:in `interpret'
org/jruby/ast/FCallOneArgNode.java:36:in `interpret'
org/jruby/ast/NewlineNode.java:104:in `interpret'
org/jruby/evaluator/ASTInterpreter.java:112:in `INTERPRET_BLOCK'
org/jruby/runtime/Interpreted19Block.java:203:in `evalBlockBody'
org/jruby/runtime/Interpreted19Block.java:191:in `yield'
org/jruby/runtime/Interpreted19Block.java:122:in `call'
org/jruby/runtime/Block.java:89:in `call'
org/jruby/RubyProc.java:270:in `call'
org/jruby/RubyProc.java:224:in `call'
org/jruby/Ruby.java:2763:in `tearDown'
org/jruby/Ruby.java:2750:in `tearDown'
org/jruby/Main.java:244:in `internalRun'
org/jruby/Main.java:207:in `run'
org/jruby/Main.java:191:in `run'
org/jruby/util/ShellLauncher.java:140:in `run'
java/lang/Thread.java:680:in `run'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment