Subject: Re: Problems with NetBSD-current kernels after 2005-10-04
To: Matthias Scheler <tron@zhadum.org.uk>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 10/12/2005 07:07:48
On Wed, Oct 12, 2005 at 08:30:43AM +0100, Matthias Scheler wrote:
> On Tue, Oct 11, 2005 at 07:30:12PM -0700, Chuck Silvers wrote:
> > ok, I made two changes on sunday that are potentially related to this,
> > first to the pool code,
> 
> This one?
> 
> http://mail-index.netbsd.org/source-changes/2005/10/02/0011.html
> 
> > ... then to the sa context-switch code. the times of these two changes were
> 
> This one?
> 
> http://mail-index.netbsd.org/source-changes/2005/10/02/0012.html

yup, those are the ones.


> > Date:           Sun Oct  2 17:29:32 UTC 2005
> > Date:           Sun Oct  2 17:51:27 UTC 2005
> 
> I'll try that.

great, thanks.


> I also got crashes with the 2005-10-04 kernel in the
> meantime. So problem seems to have existed longer than I initially
> thought.

ok, so it could be one of those two changes then.

though, I looked at the two dumps you provided, and in both cases,
the reason for the crash isn't obvious from the dump.  in both dumps,
we took a pagefault trap while storing into kernel memory that was
validly mapped according to the pmap data.  maybe it's another problem
with TLB invalidation going awry somehow?

-Chuck