Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Created November 24, 2013 19:27
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 PilzAdam/7631274 to your computer and use it in GitHub Desktop.
Save PilzAdam/7631274 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00007ffff6c05587 in ?? () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#1 0x00007ffff6c349ab in lua_pushlstring () from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
#2 0x000000000061227f in AsyncWorkerThread::worker_thread_main (this=this@entry=0x11cbbf0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:320
#3 0x00000000006125d5 in AsyncWorkerThread::worker_thread_wrapper (thread=thread@entry=0x11cbbf0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:365
#4 0x000000000061337f in AsyncWorkerThread::Thread (this=0x11cbbf0)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:80
#5 0x00000000005fd26b in JThread::TheThread (param=0x11cbbf0) at /home/adam/Minetest/minetest/src/jthread/pthread/jthread.cpp:171
#6 0x00007ffff69d5f8e in start_thread (arg=0x7fffe534a700) at pthread_create.c:311
#7 0x00007ffff5392a0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment