Lennart Poettering schrieb: > > Hmm, seems to be a bug in the ladspa module, then. > > Please get me the backtrace, then we now for sure. I corrected some lines in my last mail. this one should be ok. Steps to reproduce: 1.) start pulse audio server(9.10) pulsaudio -D 2.)start gdb and attach the audio server pidof pulseaduio 6610 gdb 2>&1 | tee gdb-pulsaudio.txt (gdb) handle SIG33 pass nostop noprint (gdb) set pagination 0 (gdb) attach 6610 (gdb) continue 3.)execute rhythmbox music player. I changed over the volume manager the equalizer settings, but this doesnt affect the server. Then i stressed the music player by changing the song and both(music player and pulseausio server) crashed. I was a little bit confused that the server doesnt crashed by changing the equalizer setting like before(without gdb). 4.)get backtrace (gdb) backtrace full (gdb) info registers (gdb) thread apply all backtrace (gdb) quit Here is the Backtrace, http://nopaste.debianforum.de/21264 regards markus