Comment 8 for bug 874535

Revision history for this message
Conor Curran (cjcurran) wrote : Re: Volume Slider Jumps While Idle

The more data the better Jim :)
Firstly I just want to eliminate i-sound as a culprit here.

1. find the pid of indicator-sound-service
ps ax | grep indicator-sound-service

2. Attach gdb to block the service
sudo gdb -p $PID

3. Once it's attached you should type 'continue'. This will allow the service to operate as normal. Then hit ctlr + c. This will stop the service so this should block the sound service ensuring it is not interacting with the pulse server. Can you do this and then reproduce the bug and see if you still see symptoms ?