At Tue, 28 Oct 2003 14:28:57 +0100,
I wrote:
> 
> > gdb:
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 16384 (LWP 28218)]
> > 0x0fd47d64 in snd_pcm_linear_convert () from /usr/lib/libasound.so.2
> > (gdb) bt
> > #0  0x0fd47d64 in snd_pcm_linear_convert () from /usr/lib/libasound.so.2
> > #1  0x0fd47b00 in snd_pcm_linear_convert () from /usr/lib/libasound.so.2
> > #2  0x0fd4643c in snd_pcm_plugin_write_areas () from /usr/lib/
> > libasound.so.2
> > #3  0x0fd3ce54 in snd_pcm_write_areas () from /usr/lib/libasound.so.2
> > #4  0x0fd467bc in snd_pcm_plugin_writei () from /usr/lib/libasound.so.2
> > #5  0x0fd3615c in snd_pcm_writei () from /usr/lib/libasound.so.2
> > #6  0x10078718 in outputaudio ()
> > #7  0x1007837c in outputaudio ()
> > #8  0x1002ed74 in main ()
> 
> hmm, then something wrong in the converter routine...
> needs to take a deeper look.

i found a bug regarding the plugin but it must be another bug from the
above problem.

segfault is a bit puzzling.  could you try the attached patch to see
the parameters?  or, even better, check the values in gdb's
backtrace.


also, what happens if running mplayer with mmap option, i.e.

        % mplayer -ao alsa9:emi26:mmap

?

Takashi

Attachment: linear-debug.dif
Description: Binary data

Reply via email to