Skip to content

Instantly share code, notes, and snippets.

@samcv
Created October 26, 2018 22:57
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/444a6690a401a50c4bc0fd2f4cf7c389 to your computer and use it in GitHub Desktop.
Save samcv/444a6690a401a50c4bc0fd2f4cf7c389 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 MVM_platform_sleep (second=0) at src/platform/posix/time.c:44
#1 0x00007ffff33e99c6 in ?? ()
#2 0x0000000000000008 in ?? ()
#3 0x00000000046beae0 in ?? ()
#4 0x00007ffff1aadf10 in ?? ()
#5 0x00007ffff75c2ea2 in MVM_fixed_size_free (tc=0x7ffff12b0033, al=0x7fffffffa9df, bytes=140737296440804, to_free=0x9b5700) at src/core/fixedsizealloc.c:304
#6 0x00007ffff77235bb in MVM_jit_code_enter (tc=0x46beae0, code=0x7fffec3d1ce0, cu=0x6917f0) at src/jit/interface.c:24
#7 0x00007ffff7594f78 in MVM_interp_run (tc=0x46beae0, initial_invoke=0x7ffff75aab00 <thread_initial_invoke>, invoke_data=0x4705cb0) at src/core/interp.c:5983
#8 0x00007ffff75a9f95 in start_thread (data=0x4705cb0) at src/core/threads.c:87
#9 0x00007ffff684eac6 in start_thread () from /lib64/libpthread.so.0
#10 0x00007ffff6ec58bf in clone () from /lib64/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment