pulseaudio segfaults when switching streams
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PulseAudio |
New
|
Undecided
|
Unassigned | ||
pulseaudio (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: pulseaudio
pulseaudio reliably segfaults on my machine (hardy)
procedure to recreate
start a pulseaudio server with the default configuration
define a bluetooth device in .asoundrc
pcm.headset_hw {
type bluetooth
device 00:00:00:00:00:00
profile "hifi"
}
ctl.headset {
type bluetooth
device 00:00:00:00:00:00
}
pcm.headset {
type plug
slave.pcm "headset_hw"
}
pactl load-module module-alsa-sink device=headset
start pavucontrol to set the headset as the default output
start mplayer -ao pulse
go back to pavucontrol and swap the stream to the default hw,0 soundcard
it will give an error because it looses connection and dmesg will show a segfault
history of dmesg, i tried multiple times
[ 1695.056366] pulseaudio[14219]: segfault at b6fb536a eip b6fb536a esp b67b1320 error 4
[ 2087.979040] pulseaudio[15098]: segfault at b6f9336a eip b6f9336a esp b678f320 error 4
[ 2089.971514] pulseaudio[15111]: segfault at b6fc836a eip b6fc836a esp b67c4320 error 4
[ 2441.726862] pulseaudio[16020]: segfault at b7ae536a eip b7ae536a esp b4ffd320 error 4
[ 2545.608121] pulseaudio[16360]: segfault at b7a1e36a eip b7a1e36a esp b553e320 error 4
package Installed: 0.9.9-1ubuntu2
up to date hardy install.
ProblemType: Bug
Architecture: i386
Date: Thu Mar 27 16:38:13 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelMo
Package: pulseaudio 0.9.9-1ubuntu2
PackageArchitec
ProcEnviron:
SHELL=/bin/bash
PATH=/home/User Name/bin:
LANG=en_US.UTF-8
SourcePackage: pulseaudio
Uname: Linux 2.6.24-8-generic i686
WHile I don't have a bluetooth heaqdset, I do have a USB soundcard, and cannot confirm this bug. I wonder whether it has something to do with the bluetooth stack, or the alsa bluetooth driver.
Ca anybody else reproduce this?