Advertisement
Guest User

Untitled

a guest
Apr 7th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 KB | None | 0 0
  1. 2019-03-29 17:33:39
  2.  
  3. "Ruby-0-Fiber-25" - Thread t@1172
  4. java.lang.Thread.State: WAITING
  5. at java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  6. - parking to wait for <4e7da9fc> (a java.util.concurrent.SynchronousQueue$TransferStack)
  7. at java.base@11.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  8. at java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  9. at java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
  10. at java.base@11.0.2/java.util.concurrent.SynchronousQueue.put(SynchronousQueue.java:873)
  11. at org.jruby.RubyEnumerator$ThreadedNexter$1.call(RubyEnumerator.java:908)
  12. at org.jruby.runtime.CallBlock.call(CallBlock.java:77)
  13. at org.jruby.runtime.Block.call(Block.java:124)
  14. at org.jruby.RubyYielder$2.call(RubyYielder.java:80)
  15. at org.jruby.runtime.CallBlock19.call(CallBlock19.java:73)
  16. at org.jruby.runtime.Block.call(Block.java:124)
  17. at org.jruby.RubyProc.call(RubyProc.java:286)
  18. at org.jruby.RubyProc.call(RubyProc.java:266)
  19. at org.jruby.RubyYielder.yield(RubyYielder.java:103)
  20. at org.jruby.RubyYielder.op_lshift(RubyYielder.java:112)
  21. at org.jruby.RubyYielder$INVOKER$i$0$0$op_lshift_DBG.call(RubyYielder$INVOKER$i$0$0$op_lshift_DBG.gen)
  22. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMethod.java:797)
  23. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:199)
  24. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
  25. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:317)
  26. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:161)
  27. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  28. at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:105)
  29. at org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  30. at org.jruby.runtime.Block.yield(Block.java:165)
  31. at org.jruby.RubyArray.each(RubyArray.java:1792)
  32. at org.jruby.RubyArray$INVOKER$i$0$0$each_DBG.call(RubyArray$INVOKER$i$0$0$each_DBG.gen)
  33. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  34. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  35. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:91)
  36. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:544)
  37. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:362)
  38. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:161)
  39. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  40. at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:105)
  41. at org.jruby.runtime.BlockBody.yield(BlockBody.java:122)
  42. at org.jruby.runtime.Block.yieldArray(Block.java:177)
  43. at org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:477)
  44. at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:85)
  45. at org.jruby.ir.interpreter.InterpreterEngine.processOtherOp(InterpreterEngine.java:550)
  46. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:203)
  47. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  48. at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:105)
  49. at org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  50. at org.jruby.runtime.Block.yield(Block.java:165)
  51. at org.jruby.RubyRange$2.call(RubyRange.java:525)
  52. at org.jruby.RubyRange.rangeEach(RubyRange.java:463)
  53. at org.jruby.RubyRange.each(RubyRange.java:522)
  54. at org.jruby.RubyRange$INVOKER$i$0$0$each_DBG.call(RubyRange$INVOKER$i$0$0$each_DBG.gen)
  55. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:537)
  56. at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:105)
  57. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  58. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:547)
  59. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:362)
  60. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:161)
  61. at org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:111)
  62. at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:94)
  63. at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:105)
  64. at org.jruby.RubyClass.finvoke(RubyClass.java:500)
  65. at org.jruby.runtime.Helpers.invoke(Helpers.java:426)
  66. at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:391)
  67. at org.jruby.RubyEnumerator.each(RubyEnumerator.java:326)
  68. at org.jruby.RubyEnumerator.each(RubyEnumerator.java:332)
  69. at org.jruby.RubyEnumerator$INVOKER$i$each_DBG.call(RubyEnumerator$INVOKER$i$each_DBG.gen)
  70. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:82)
  71. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:91)
  72. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:544)
  73. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:362)
  74. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:161)
  75. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  76. at org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:105)
  77. at org.jruby.runtime.BlockBody.yield(BlockBody.java:114)
  78. at org.jruby.runtime.Block.yield(Block.java:165)
  79. at org.jruby.exceptions.CatchThrow.enter(CatchThrow.java:32)
  80. at org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1183)
  81. at org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1179)
  82. at org.jruby.RubyKernel$INVOKER$s$rbCatch19_DBG.call(RubyKernel$INVOKER$s$rbCatch19_DBG.gen)
  83. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:180)
  84. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:189)
  85. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:338)
  86. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:161)
  87. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:128)
  88. at org.jruby.runtime.InterpretedIRBlockBody.callDirect(InterpretedIRBlockBody.java:99)
  89. at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:77)
  90. at org.jruby.runtime.Block.call(Block.java:124)
  91. at org.jruby.RubyProc.call(RubyProc.java:286)
  92. at org.jruby.RubyProc.call(RubyProc.java:266)
  93. at org.jruby.RubyGenerator.each(RubyGenerator.java:102)
  94. at org.jruby.RubyGenerator$INVOKER$i$0$0$each_DBG.call(RubyGenerator$INVOKER$i$0$0$each_DBG.gen)
  95. at org.jruby.RubyClass.finvoke(RubyClass.java:500)
  96. at org.jruby.runtime.Helpers.invoke(Helpers.java:426)
  97. at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:391)
  98. at org.jruby.RubyEnumerator.each(RubyEnumerator.java:326)
  99. at org.jruby.RubyEnumerator.each(RubyEnumerator.java:332)
  100. at org.jruby.RubyEnumerator$INVOKER$i$each_DBG.call(RubyEnumerator$INVOKER$i$each_DBG.gen)
  101. at org.jruby.RubyClass.finvoke(RubyClass.java:500)
  102. at org.jruby.runtime.Helpers.invoke(Helpers.java:426)
  103. at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:391)
  104. at org.jruby.RubyEnumerator$ThreadedNexter.run(RubyEnumerator.java:923)
  105. at java.base@11.0.2/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
  106. at java.base@11.0.2/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  107. at java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  108. at java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  109. at java.base@11.0.2/java.lang.Thread.run(Thread.java:834)
  110.  
  111. Locked ownable synchronizers:
  112. - locked <52ac70e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement