Subject: yet another SA assertion failure with 3.0
To: None <tech-kern@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 10/25/2005 23:37:20
while looking into the problem with freeing the sau twice,
I hit another assertion fairly repeatably:

panic: kernel debugging assertion "vp->savp_lwp == l2" failed: file "../../../../kern/kern_sa.c", line 1021

the way I trigger this is to start named, run another program that
allocates enough memory that named is completely paged out, then send
named a SIGKILL.  running this in a loop for a while has triggered the
assertion several times.  does anyone else want to look at this one?

-Chuck