Skip to content

Instantly share code, notes, and snippets.

@samcv

samcv/a.rb Secret

Created April 4, 2018 21:23
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 samcv/776e6e9813a34039044474dc0f906afb to your computer and use it in GitHub Desktop.
Save samcv/776e6e9813a34039044474dc0f906afb to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #2, name = 'moar', stop reason = breakpoint 1.1
* frame #0: 0x00007ffff76805e1 libmoar.so`MVM_exception_throw_adhoc_free(tc=0x000000000067d080, waste=0x00007ffff61a3c80, messageFormat="Probable version skew in pre-compiled '%s' (cause: no object at index %ld) count is %d") at exceptions.c:882
frame #1: 0x00007ffff76f3416 libmoar.so`MVM_sc_get_object(tc=<unavailable>, sc=<unavailable>, idx=<unavailable>) at sc.c:208
frame #2: 0x00007ffff77070c0 libmoar.so`MVM_spesh_candidate_add(tc=0x000000000067d080, p=<unavailable>) at candidate.c:82
frame #3: 0x00007ffff7714d13 libmoar.so`worker(tc=0x000000000067d080, callsite=<unavailable>, args=<unavailable>) at worker.c:16
frame #4: 0x00007ffff76d2b96 libmoar.so`invoke_handler(tc=<unavailable>, invokee=<unavailable>, callsite=<unavailable>, args=<unavailable>) at MVMCFunction.c:9
frame #5: 0x00007ffff769ecb7 libmoar.so`thread_initial_invoke(tc=0x000000000067d080, data=<unavailable>) at threads.c:59
frame #6: 0x00007ffff76808b1 libmoar.so`MVM_interp_run(tc=0x000000000067d080, initial_invoke=<unavailable>, invoke_data=<unavailable>) at interp.c:93
frame #7: 0x00007ffff769e977 libmoar.so`start_thread(data=0x000000000067e7c0) at threads.c:87
frame #8: 0x00007ffff69baa53 libpthread.so.0`start_thread +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment