Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 1995 09:26:07 +0800 (WST)
From:      Julian Elischer <julian@jhome.DIALix.COM>
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        mark@grondar.za, bugs@freebsd.org
Subject:   Re: Kernel FS is hosed right now?
Message-ID:  <199512160126.JAA04276@jhome.DIALix.COM>
In-Reply-To: <199512150851.JAA00363@uriah.heep.sax.de> from "J Wunsch" at Dec 15, 95 09:51:04 am

next in thread | previous in thread | raw e-mail | index | archive | help
I committed a fix for this soon as it was noticed :( (oops)

julian
> 
> As Mark Murray wrote:
> > 
> > f0134a58 t _kernfs_init     <---------------------!!!!
> > f0134adc t _kernfs_mount
> 
> > and a stack trace (I have DDB in this!) looks like
> > 
> > stopped at kernfs_init + 0x2a   <------- !!!!!!!!
> > 
> 
> I would suspect the code around this line:
> 
>                if (cdevsw[cmaj].d_open == bdevsw[bmaj].d_open) {
the problem is that this line is now..
                if (cdevsw[cmaj]->d_open == bdevsw[bmaj]->d_open) {

and uninitialised entries now contain NULL.....






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512160126.JAA04276>