FS#26161 - [pulseaudio,mpd] segfault

Attached to Project: Arch Linux
Opened by Strephil (strephil) - Friday, 30 September 2011, 11:22 GMT
Last edited by Jan Alexander Steffens (heftig) - Monday, 17 October 2011, 07:51 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Pulseaudio segfaults been launched by mpd.

Additional info:
* package version(s)

mpd 0.16.4-1
pulseaudio 1.0-1

* config and/or log files etc.

$ grep -A 7 pulseaudio /etc/mpd.conf
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
audio_output {
type "pulse"
name "My Pulse Output"
# server "localhost"
# sink "remote_server_sink" # optional
}


Steps to reproduce:
# /etc/rc.d/mpd start
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Monday, 17 October 2011, 07:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  pulseaudio 1.0-4
Comment by Strephil (strephil) - Monday, 03 October 2011, 07:46 GMT
pulseaudio 1.0-2 from extra segfaults too.
Comment by Jan Alexander Steffens (heftig) - Monday, 03 October 2011, 17:35 GMT
Could you get a gdb backtrace of that segfault, using a debug build of pulseaudio?
Comment by Strephil (strephil) - Monday, 10 October 2011, 08:13 GMT
I do not know, how to get backtrace of pulseaudio, since mpd launches it.

There is no segfault with pulseaudio 1.0-3, but it still does not properly with mpd. Pulseaudio daemon fails if there is no X-session.
Comment by Jan Alexander Steffens (heftig) - Monday, 10 October 2011, 09:34 GMT
Launch mpd using dbus-launch.
Comment by Strephil (strephil) - Monday, 10 October 2011, 10:24 GMT
$ dbus-launch
$ pulseaudio --start
$ paplay /usr/share/sounds/alsa/Front_Center.wav
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

Comment by Jan Alexander Steffens (heftig) - Monday, 10 October 2011, 14:52 GMT
Wrong. Try dbus-launch pulseaudio. No --start, either.
Comment by Strephil (strephil) - Monday, 17 October 2011, 07:10 GMT
No problems at all with pulseaudio-1.0-4

Loading...