Subject: Re: 1.5ALPHA_2 i386 panic in suspendsched()
To: None <tech-kern@netbsd.org>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-kern
Date: 09/14/2000 10:54:15
I've seen it as well. Just once, though, but it would appear that
something else is modifying the proclist.

It paniced in kern_sync.c:1029, the line "p->p_stat = SSTOP;", where
p was 0x0000de00 (a mutilated form of 0xdeadbeef, I assume). I've only
seen it once, and did not get any further information, but it looks
like there is a problem here that will need fixing before 1.5 goes
out.

- Frank