Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Created November 24, 2013 21:33
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/7632693 to your computer and use it in GitHub Desktop.
Save PilzAdam/7632693 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe5b4b700 (LWP 19397)]
__memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1516
1516 ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1516
#1 0x00007ffff5c38ec2 in std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#2 0x00007ffff5c39644 in std::string::assign(std::string const&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x0000000000611794 in operator= (__str=..., this=0x7fffe5b4ad60) at /usr/include/c++/4.7/bits/basic_string.h:544
#4 operator= (this=0x7fffe5b4ad60) at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:51
#5 AsyncEngine::getJob (this=0x11c7b38) at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:152
#6 0x000000000061254b in AsyncWorkerThread::worker_thread_main (this=this@entry=0x11ccc40)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:326
#7 0x0000000000612ac1 in AsyncWorkerThread::worker_thread_wrapper (thread=thread@entry=0x11ccc40)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.cpp:393
#8 0x000000000061381f in AsyncWorkerThread::Thread (this=0x11ccc40)
at /home/adam/Minetest/minetest/src/script/lua_api/l_async_events.h:81
#9 0x00000000005fd2eb in JThread::TheThread (param=0x11ccc40) at /home/adam/Minetest/minetest/src/jthread/pthread/jthread.cpp:177
#10 0x00007ffff69d5f8e in start_thread (arg=0x7fffe5b4b700) at pthread_create.c:311
#11 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