Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/error.txt Secret

Created January 5, 2023 22:32
Show Gist options
  • Save enebo/0cd53365daf5afded46cad5315648337 to your computer and use it in GitHub Desktop.
Save enebo/0cd53365daf5afded46cad5315648337 to your computer and use it in GitHub Desktop.
system ~/work/jruby master 3455% mri31 -w -retc -e 'p Etc.sysconf(Etc::SC_SYMLOOP_MAX)'
nil
system ~/work/jruby master 3456% jruby -w -retc -e 'p Etc.sysconf(Etc::SC_SYMLOOP_MAX)'
nil
system ~/work/jruby masterib 3457% ../jruby-9.3/bin/jruby -w -retc -e 'p Etc.sysconf(Etc::SC_SYMLOOP_MAX)'
SystemCallError: Unknown error (SystemCallError) - No message available
sysconf at org/jruby/ext/etc/RubyEtc.java:173
<main> at -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment