Comment 5 for bug 178895

Revision history for this message
Nick Moffitt (nick-moffitt) wrote :

When I run "padsp -d audacity somefile" and try to play a selection, I get the following spammed onto my screen thousands of times:

utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=8192, fragstotal=4, bytes=512, fragments=0
utils/padsp.c: SNDCTL_DSP_GETOSPACE
utils/padsp.c: fragsize=81Expression 'ioctl( stream->playback->fd, SNDCTL_DSP_POST, 0 )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 1488

The ioctl line happens once I am finally able to hit stop. Is this a bug in padsp or in audacity or both? I'm happy to file this separately elsewhere, but right now I'm unsure where the problem is.