-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
Environment Information
Provide at least:
- Cirrus CI
jruby 9.2.13.0 (2.5.7) 2020-08-03 9a89c94bcc OpenJDK 64-Bit Server VM 25.275-b01 on 1.8.0_275-b01 +jit [linux-x86_64] - Arch Linux (
5.9.8-arch1-1)jruby 9.2.13.0 (2.5.7) 2020-08-03 9a89c94bcc OpenJDK 64-Bit Server VM 14.0.2+12 on 14.0.2+12 +jit [linux-x86_64]
Other relevant info you may wish to add:
- It's in
filewatcher-cliproject.
Expected Behavior
No errors.
Actual Behavior
In Cirrus CI:
https://cirrus-ci.com/task/5614335160483840?command=test#L63
warning: thread "Ruby-0-Thread-2: /tmp/cirrus-ci-build/spec/filewatcher/cli/spec_helper/shell_watch_run.rb:68" terminated with exception (report_on_exception is true):
java.lang.ArrayIndexOutOfBoundsException: -1
at org.jruby.runtime.ThreadContext.getCurrentFrame(ThreadContext.java:541)
at org.jruby.runtime.ThreadContext.getFrameName(ThreadContext.java:675)
at org.jruby.exceptions.RaiseException.doCallEventHook(RaiseException.java:171)
at org.jruby.exceptions.RaiseException.preRaise(RaiseException.java:111)
at org.jruby.exceptions.RaiseException.<init>(RaiseException.java:65)
at org.jruby.exceptions.Exception.<init>(Exception.java:38)
at org.jruby.exceptions.StandardError.<init>(StandardError.java:38)
at org.jruby.exceptions.SystemCallError.<init>(SystemCallError.java:38)
at org.jruby.RubySystemCallError.constructThrowable(RubySystemCallError.java:133)
at org.jruby.RubyException.toThrowable(RubyException.java:349)
at org.jruby.exceptions.RaiseException.from(RaiseException.java:81)
at org.jruby.Ruby.newRaiseException(Ruby.java:4125)
at org.jruby.Ruby.newErrnoFromInt(Ruby.java:3746)
at org.jruby.Ruby.newErrnoFromInt(Ruby.java:3765)
at org.jruby.RubyProcess.raiseErrnoIfSet(RubyProcess.java:1698)
at org.jruby.RubyProcess.checkErrno(RubyProcess.java:1688)
at org.jruby.RubyProcess.checkErrno(RubyProcess.java:1682)
at org.jruby.RubyProcess.access$000(RubyProcess.java:83)
at org.jruby.RubyProcess$3.call(RubyProcess.java:1451)
at org.jruby.runtime.CallBlock.call(CallBlock.java:76)
at org.jruby.runtime.Block.call(Block.java:139)
at org.jruby.RubyProc.call(RubyProc.java:318)
at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:105)
at java.lang.Thread.run(Thread.java:748)
On Arch Linux:
warning: thread "Ruby-0-Thread-13: /home/alex/Projects/ruby/filewatcher-cli/spec/filewatcher/cli/spec_helper/shell_watch_run.rb:68" terminated with exception (report_on_exception is true):
java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 10
at org.jruby.runtime.ThreadContext.getCurrentFrame(ThreadContext.java:541)
at org.jruby.runtime.ThreadContext.getFrameName(ThreadContext.java:675)
at org.jruby.exceptions.RaiseException.doCallEventHook(RaiseException.java:171)
at org.jruby.exceptions.RaiseException.preRaise(RaiseException.java:111)
at org.jruby.exceptions.RaiseException.<init>(RaiseException.java:65)
at org.jruby.exceptions.Exception.<init>(Exception.java:38)
at org.jruby.exceptions.StandardError.<init>(StandardError.java:38)
at org.jruby.exceptions.SystemCallError.<init>(SystemCallError.java:38)
at org.jruby.RubySystemCallError.constructThrowable(RubySystemCallError.java:133)
at org.jruby.RubyException.toThrowable(RubyException.java:349)
at org.jruby.exceptions.RaiseException.from(RaiseException.java:81)
at org.jruby.Ruby.newRaiseException(Ruby.java:4120)
at org.jruby.Ruby.newErrnoFromInt(Ruby.java:3746)
at org.jruby.Ruby.newErrnoFromInt(Ruby.java:3765)
at org.jruby.RubyProcess.raiseErrnoIfSet(RubyProcess.java:1698)
at org.jruby.RubyProcess.checkErrno(RubyProcess.java:1688)
at org.jruby.RubyProcess.checkErrno(RubyProcess.java:1682)
at org.jruby.RubyProcess.access$000(RubyProcess.java:83)
at org.jruby.RubyProcess$3.call(RubyProcess.java:1451)
at org.jruby.runtime.CallBlock.call(CallBlock.java:76)
at org.jruby.runtime.Block.call(Block.java:139)
at org.jruby.RubyProc.call(RubyProc.java:318)
at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:105)
at java.base/java.lang.Thread.run(Thread.java:832)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels