Subject: Re: KASSERT with libkern/rb.c
To: None <juan@xtrarom.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: current-users
Date: 11/22/2007 19:57:33
> On Wed, 21 Nov 2007 22:44:30 +0900 (JST)
> yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
>
> > can you investigate what c02ea434 (shown after "initialized :")
> > is in your kernel?
>
> I used 'x/x address' and this shows specificdata_init.
>
> --
> Juan Romero Pardines - The NetBSD Project
> http://plog.xtrarom.org - NetBSD/pkgsrc news in Spanish
i fixed:
- a bug in lockdebug so that it can detect lock leaks correctly.
- a bug in lfs which can cause the panic you saw. (if your kernel
has lfs)
please try the latest source.
YAMAMOTO Takashi