Comment 3 for bug 954404

Revision history for this message
Diego Schulz (dschulzg) wrote :

Recently noticed there's actually an easy way to reproduce this bug in my system. Just putting the cursor over the sound indicator icon and scrolling the mouse wheel for a few seconds causes pulseaudio process to terminate.

I created a ~/.pulse/client.conf with a line

autospawn = no

and then killed pulseaudio and restarted with

pulseaudio -vvvvv > pulselog.txt

to see what's happening. Please find the output attached below.

I also strace'd pulseaudio with this line:

LANG=en strace pulseaudio 2> strace-pulselog.txt

The output is also attached.