Skip to content

Instantly share code, notes, and snippets.

@axiak
Created April 18, 2010 21:55
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 axiak/370578 to your computer and use it in GitHub Desktop.
Save axiak/370578 to your computer and use it in GitHub Desktop.
connectHelper: "alsa_input.usb-046d_08da-01.analog-mono"
==17511== Thread 7:
==17511== Invalid read of size 4
==17511== at 0x4069FDC: projectM::pcm() (projectM.hpp:250)
==17511== by 0x4062BC9: QProjectM_MainWindow::addPCM(float*, unsigned int) (qprojectm_mainwindow.cpp:234)
==17511== by 0x80589A2: QPulseAudioThread::stream_read_callback(pa_stream*, unsigned int, void*) (QPulseAudioThread.cpp:337)
==17511== by 0x41D44CE: ??? (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x5682979: ??? (in /usr/lib/libpulsecommon-0.9.19.so)
==17511== by 0x566D11D: ??? (in /usr/lib/libpulsecommon-0.9.19.so)
==17511== by 0x41E471A: pa_mainloop_dispatch (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x41E4C30: pa_mainloop_iterate (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x41E4CF3: pa_mainloop_run (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x41F5BC2: ??? (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x5691AC1: ??? (in /usr/lib/libpulsecommon-0.9.19.so)
==17511== by 0x53DA80D: start_thread (pthread_create.c:300)
==17511== Address 0xc is not stack'd, malloc'd or (recently) free'd
==17511==
==17511==
==17511== Process terminating with default action of signal 11 (SIGSEGV)
==17511== Access not within mapped region at address 0xC
==17511== at 0x4069FDC: projectM::pcm() (projectM.hpp:250)
==17511== by 0x4062BC9: QProjectM_MainWindow::addPCM(float*, unsigned int) (qprojectm_mainwindow.cpp:234)
==17511== by 0x80589A2: QPulseAudioThread::stream_read_callback(pa_stream*, unsigned int, void*) (QPulseAudioThread.cpp:337)
==17511== by 0x41D44CE: ??? (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x5682979: ??? (in /usr/lib/libpulsecommon-0.9.19.so)
==17511== by 0x566D11D: ??? (in /usr/lib/libpulsecommon-0.9.19.so)
==17511== by 0x41E471A: pa_mainloop_dispatch (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x41E4C30: pa_mainloop_iterate (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x41E4CF3: pa_mainloop_run (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x41F5BC2: ??? (in /usr/lib/libpulse.so.0.12.0)
==17511== by 0x5691AC1: ??? (in /usr/lib/libpulsecommon-0.9.19.so)
==17511== by 0x53DA80D: start_thread (pthread_create.c:300)
==17511== If you believe this happened as a result of a stack
==17511== overflow in your program's main thread (unlikely but
==17511== possible), you can try to increase the size of the
==17511== main thread stack using the --main-stacksize= flag.
==17511== The main thread stack size used in this run was 8388608.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment