Comment 12 for bug 12939

Revision history for this message
Svend Sorensen (ssorensen) wrote :

I am having a similar crash on a 386 platform (Linux athxp 2.6.10-2-386 #1 Fri
Feb 4 09:44:19 UTC 2005 i686 GNU/Linux). My sound card is a M-Audio DIO 2496
which uses the snd_ice1712 ALSA module. The error is as follows:

source.c: created 1 "output_monitor" with sample spec "S16LE 2ch 44100Hz"
sink.c: created 1 "output" with sample spec "S16LE 2ch 44100Hz"
module-alsa-sink.c: using 12 fragments of size 546 bytes.
module.c: Loaded "module-alsa-sink" (index: #5; argument: "sink_name=output").
sink-input.c: created 0 "sample:x11-bell" on 1 with sample spec "S16LE
1ch 44100Hz"
polypaudio: sample-util.c:207: pa_volume_memchunk: Assertion `c &&
spec && (c->length % pa_frame_size(spec) == 0)' failed.
Aborted

I also commented out the ALSA module in /etc/polypaudio/default.pa, which
stopped the crash.