Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created December 28, 2017 22:34
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 chuckremes/dc0472d0578e10503b37e15cc7f098b5 to your computer and use it in GitHub Desktop.
Save chuckremes/dc0472d0578e10503b37e15cc7f098b5 to your computer and use it in GitHub Desktop.
frame #3: 0x0000000100066b67 rbx`rubinius::CallSite::invoke_cached(state=0x000070000c6b5c10, call_site=0x000000011d650e60, args=0x000070000c6b3b60) at call_site.hpp:307
304 InlineCache* cache = 0;
305
306 for(int i = 0; i < max_caches && (cache = call_site->_caches_[i]); i++) {
-> 307 Object* value = cache->execute(state, call_site, args, valid_p);
308
309 if(valid_p) return value;
310 }
(lldb) p cache->prediction()->executable()->show(state)
error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=EXC_I386_GPFLT).
The process has been returned to the state before expression evaluation.
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment