Skip to content

Instantly share code, notes, and snippets.

@nirvdrum
Created August 14, 2014 20:01
Show Gist options
  • Save nirvdrum/cf3774a5fb75525f66ed to your computer and use it in GitHub Desktop.
Save nirvdrum/cf3774a5fb75525f66ed to your computer and use it in GitHub Desktop.
nirvdrum@balthasar:~$ JRUBY_OPTS="$JRUBY_OPTS -X+T" ruby -e 'puts 8 * 3'
no current frame found
RubyCallStack.java:136:in `getCallStack': org.jruby.truffle.runtime.control.TruffleFatalException: Exception while trying to build Ruby call stack
from RubyCallStack.java:216:in `getCallStackAsRubyArray'
from TranslatorDriver.java:107:in `parse'
from TruffleBridgeImpl.java:91:in `execute'
from Ruby.java:876:in `runInterpreter'
from Ruby.java:887:in `runInterpreter'
from Ruby.java:743:in `runNormally'
from Ruby.java:563:in `runFromMain'
from Main.java:397:in `doRunFromMain'
from Main.java:292:in `internalRun'
from Main.java:219:in `run'
from Main.java:199:in `main'
Caused by:
RubyCallStack.java:146:in `materializeCallStackFrames': java.lang.NullPointerException
from RubyCallStack.java:122:in `getCallStack'
from RubyCallStack.java:216:in `getCallStackAsRubyArray'
from TranslatorDriver.java:107:in `parse'
from TruffleBridgeImpl.java:91:in `execute'
from Ruby.java:876:in `runInterpreter'
from Ruby.java:887:in `runInterpreter'
from Ruby.java:743:in `runNormally'
from Ruby.java:563:in `runFromMain'
from Main.java:397:in `doRunFromMain'
from Main.java:292:in `internalRun'
from Main.java:219:in `run'
from Main.java:199:in `main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment