Skip to content

Instantly share code, notes, and snippets.

@badosu
Created January 30, 2015 16:09
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 badosu/ce6c6d64050416c6aae1 to your computer and use it in GitHub Desktop.
Save badosu/ce6c6d64050416c6aae1 to your computer and use it in GitHub Desktop.
|--------------------------------------------------| 100% -
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff9f289700 (LWP 19802)]
0x00000000004de315 in BufferManager::acquire () at /home/badosu/Code/lmms/src/core/BufferManager.cpp:67
67 sampleFrame * b = s_available[ i ];
(gdb) backtrace
#0 0x00000000004de315 in BufferManager::acquire () at /home/badosu/Code/lmms/src/core/BufferManager.cpp:67
#1 0x0000000000528da4 in PlayHandle::doProcessing (this=0x8cdfde0) at /home/badosu/Code/lmms/src/core/PlayHandle.cpp:48
#2 0x000000000050501b in ThreadableJob::process (this=0x8cdfde0) at /home/badosu/Code/lmms/include/ThreadableJob.h:74
#3 0x000000000051cf33 in MixerWorkerThread::JobQueue::run (this=0x917100 <MixerWorkerThread::globalJobQueue>)
at /home/badosu/Code/lmms/src/core/MixerWorkerThread.cpp:80
#4 0x000000000051d18d in MixerWorkerThread::startAndWaitForJobs () at /home/badosu/Code/lmms/src/core/MixerWorkerThread.cpp:153
#5 0x0000000000518003 in Mixer::renderNextBuffer (this=0x981f20) at /home/badosu/Code/lmms/src/core/Mixer.cpp:399
#6 0x000000000051995b in Mixer::fifoWriter::run (this=0x7fff98093c90) at /home/badosu/Code/lmms/src/core/Mixer.cpp:958
#7 0x00007ffff681705f in ?? () from /usr/lib/libQtCore.so.4
#8 0x00007ffff7bc6314 in start_thread () from /usr/lib/libpthread.so.0
#9 0x00007ffff41a524d in clone () from /usr/lib/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment