Re: Fatal trap 12 pcm / devfs related?

From: Mathew Kanner <mat_at_cnd.mcgill.ca>
Date: Sat, 24 Jan 2004 14:06:18 -0500
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 broken
Received 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