On 26 Sep 2001, Josh Green wrote: > I've been getting a kernel oops with the latest CVS (as of today). I've > attached the output from ksymoops. I CAN get it to re-occur. Running > Smurf, loading up a sound font, and playing a bunch of notes eventually > causes Smurf to segfault, with the kernel oops in my system log.
Can you try this patch? perex@pnote:~/alsa/alsa-driver/lowlevel/generic > cvs -z3 diff -u emux_synth.c Index: emux_synth.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/lowlevel/generic/emux_synth.c,v retrieving revision 1.10 diff -u -r1.10 emux_synth.c --- emux_synth.c 2001/01/29 14:27:48 1.10 +++ emux_synth.c 2001/09/27 08:43:20 @@ -449,6 +449,7 @@ vp->time = emu->use_time++; vp->chan = NULL; vp->port = NULL; + vp->zone = NULL; vp->state = SNDRV_EMUX_ST_OFF; if (free && emu->ops.free_voice) emu->ops.free_voice(vp); Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> SuSE Linux http://www.suse.com ALSA project http://www.alsa-project.org _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel