Skip to content

Instantly share code, notes, and snippets.

@headius
Created December 10, 2020 19:38
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 headius/cf1e1381978745bbc4dd16d71199086d to your computer and use it in GitHub Desktop.
Save headius/cf1e1381978745bbc4dd16d71199086d to your computer and use it in GitHub Desktop.
3f2f328e58d4:/nix/store/ca2n9v1ihjc59mbx2mqgipbmbkqfbk8q-jruby-9.2.13.0# bin/jruby -Xbacktrace.style=full -J-Djnr.ffi.asm.enabled=false -J-Djruby.compile.mode=OFF -Xnative.pthread_kill=false -e "Process.waitpid spawn 'date'"
Thu Dec 10 19:34:06 UTC 2020
Errno::EAGAIN: Resource temporarily unavailable - Resource temporarily unavailable
getStackTrace at java/lang/Thread.java:1607
getBacktraceData at org/jruby/runtime/backtrace/TraceType.java:242
getBacktrace at org/jruby/runtime/backtrace/TraceType.java:53
captureBacktrace at org/jruby/RubyException.java:371
preRaise at org/jruby/exceptions/RaiseException.java:115
<init> at org/jruby/exceptions/RaiseException.java:65
<init> at org/jruby/exceptions/Exception.java:38
<init> at org/jruby/exceptions/StandardError.java:38
<init> at org/jruby/exceptions/SystemCallError.java:38
constructThrowable at org/jruby/RubySystemCallError.java:133
toThrowable at org/jruby/RubyException.java:349
from at org/jruby/exceptions/RaiseException.java:81
newRaiseException at org/jruby/Ruby.java:4125
newErrnoFromInt at org/jruby/Ruby.java:3746
newErrnoFromInt at org/jruby/Ruby.java:3765
raiseErrnoIfSet at org/jruby/RubyProcess.java:1698
waitpid at org/jruby/RubyProcess.java:919
waitpid at org/jruby/RubyProcess.java:901
waitpid at org/jruby/RubyProcess.java:888
call at org/jruby/RubyProcess$INVOKER$s$0$0$waitpid.gen:-1
call at org/jruby/internal/runtime/methods/JavaMethod.java:815
call at org/jruby/internal/runtime/methods/DynamicMethod.java:200
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:375
call at org/jruby/runtime/callsite/CachingCallSite.java:174
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:72
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:96
<main> at -e:1
execute at org/jruby/ir/interpreter/Interpreter.java:81
execute at org/jruby/ir/interpreter/Interpreter.java:30
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:1240
runInterpreter at org/jruby/Ruby.java:1244
runNormally at org/jruby/Ruby.java:1133
runNormally at org/jruby/Ruby.java:1146
runFromMain at org/jruby/Ruby.java:958
doRunFromMain at org/jruby/Main.java:412
internalRun at org/jruby/Main.java:304
run at org/jruby/Main.java:234
main at org/jruby/Main.java:206
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment