#865: Pulseaudio segfaults
----------------------+-----------------------------------------------------
 Reporter:  rabbit64  |       Owner:  lennart         
     Type:  defect    |      Status:  new             
Milestone:            |   Component:  module-combine-*
 Keywords:            |  
----------------------+-----------------------------------------------------
 PA segfaults when combining analog stereo and digital output on my CT4780
 SBLive card. I have uploaded coredumps and corresponding messages to
 http://fi.muni.cz/~xsakalik/ .

 I have in default.pa
 {{{
 load-module module-combine
 slaves="alsa_output.pci-0000_05_00.0.iec958-stereo,alsa_output.pci-0000_05_00.0
 .analog-stereo" resample_method="trivial" sink_name="combined-trivial"
 }}}

 daemon.conf:
 {{{
 daemonize = no
 allow-exit = no
 high-priority = yes
 nice-level = -11
 realtime-scheduling = yes
 realtime-priority = 5
 log-target = syslog
 log-level = debug
 log-time = yes
 }}}
 I have compiled pulseaudio from git (commit
 3de129f3ac8dd6cf51178b266837db4d5e4a1215) with this patch:

 {{{
 diff --git a/src/modules/alsa/alsa-sink.c b/src/modules/alsa/alsa-sink.c
 index 1108a79..6de95b6 100644
 --- a/src/modules/alsa/alsa-sink.c
 +++ b/src/modules/alsa/alsa-sink.c
 @@ -59,7 +59,7 @@
  #include "alsa-util.h"
  #include "alsa-sink.h"

 -/* #define DEBUG_TIMING */
 +#define DEBUG_TIMING

  #define DEFAULT_DEVICE "default"

 diff --git a/src/modules/alsa/alsa-source.c b/src/modules/alsa/alsa-
 source.c
 index 5f12675..47f914b 100644
 --- a/src/modules/alsa/alsa-source.c
 +++ b/src/modules/alsa/alsa-source.c
 @@ -56,7 +56,7 @@
  #include "alsa-util.h"
  #include "alsa-source.h"

 -/* #define DEBUG_TIMING */
 +#define DEBUG_TIMING

  #define DEFAULT_DEVICE "default"
 }}}

-- 
Ticket URL: <http://pulseaudio.org/ticket/865>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
_______________________________________________
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets

Reply via email to