Skip to content

Instantly share code, notes, and snippets.

@tommetge
Created June 21, 2012 16:45
Show Gist options
  • Save tommetge/2966936 to your computer and use it in GitHub Desktop.
Save tommetge/2966936 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1fa1700 (LWP 25758)]
0x00007ffff75c9e84 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt
#0 0x00007ffff75c9e84 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000004f9476 in lock (this=0x65736c616e) at /usr/include/boost/thread/pthread/mutex.hpp:52
#2 lock (this=0x7ffff1191590) at /usr/include/boost/thread/locks.hpp:412
#3 unique_lock (m_=..., this=0x7ffff1191590) at /usr/include/boost/thread/locks.hpp:290
#4 Mordor::FiberMutex::lock (this=0x65736c616e) at mordor/fibersynchronization.cpp:25
#5 0x000000000046827c in Mordor::FiberMutex::ScopedLock::ScopedLock (this=0x7ffff1191b40, mutex=...) at /usr/local/include/mordor/fibersynchronization.h:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment