You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ jt run ../jruby-patches/backtick.rb
$ /Users/brandonfish/Documents/jruby/bin/jruby -X+T -Xtruffle.core.load_path=/Users/brandonfish/Documents/jruby/truffle/src/main/ruby -Xtruffle.graal.warn_unless=false ../jruby-patches/backtick.rb
Truffle internal error: java.lang.NullPointerException
java.lang.NullPointerException
at org.jruby.truffle.Log$1.publish(Log.java:31)
at java.util.logging.Logger.log(Logger.java:738)
at java.util.logging.Logger.doLog(Logger.java:765)
at java.util.logging.Logger.log(Logger.java:788)
at java.util.logging.Logger.warning(Logger.java:1476)
at org.jruby.truffle.Log.warning(Log.java:49)
at org.jruby.truffle.RubyEngine.execute(RubyEngine.java:42)
at org.jruby.truffle.JRubyTruffleImpl.execute(JRubyTruffleImpl.java:29)
at org.jruby.Main.internalRun(Main.java:337)
at org.jruby.Main.run(Main.java:243)
at org.jruby.Main.main(Main.java:205)
The text was updated successfully, but these errors were encountered:
This isn't blocking anything. I just came across this by chance.
Trying to call truffle ruby using truffle ruby backtick results in the following exception.
Example
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: