On Jan 24, Michael McGoldrick wrote: > (kgdb) l *0xc051be9a > 0xc051be9a is in dsp_clone (/usr/src/sys/dev/sound/pcm/dsp.c:1096). > 1091 if (unit == -1 || unit >= devclass_get_maxunit(pcm_devclass)) > 1092 return; > 1093 > 1094 pcm_dev = devclass_get_softc(pcm_devclass, unit); > 1095 > 1096 SLIST_FOREACH(pcm_chan, &pcm_dev->channels, link) { > 1097 > 1098 switch(devtype) { > 1099 case SND_DEV_DSP: > 1100 pdev = pcm_chan->dsp_devt; > (kgdb) Hello Michael, I'm not exactly sure why this is happening and I'm not really in a place to do debugging, but could you try sticking a if (pcm_dev == NULL) return; at line 1095 and try again. Thanks, --Mat -- sig machine brokenReceived on Sat Jan 24 2004 - 10:10:04 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:39 UTC