Ticket #68 (closed defect: invalid)
Segfault when loading an ALSA sink with LADSPA plugins
| Reported by: | NeTo | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | module-alsa-* | |
| Keywords: | Cc: | villapancho@… |
Description
Pulseaudio segfaults at startup when trying to load an ALSA sink that uses one or more LADSPA plugins.
If a device like the following is added in /etc/asound.conf:
pcm.ladspa {
type ladspa
slave.pcm "plughw:0,0";
path "/usr/lib/ladspa";
plugins [
{
label delay_5s
input {
controls [ 0.8 0.3 ]
}
}
]
}
pcm.pladspa {
type plug
slave.pcm "ladspa";
}
and loaded, for example, with the following in /etc/pulseaudio/default.pa:
load-module module-alsa-sink device=pladspa sink-name=pa_ladspa
Pulseaudio only outputs at startup:
Segmentation fault
Change History
Note: See
TracTickets for help on using
tickets.
