Subject: Re: a process hanged?
To: Kazushi Marukawa <jam@pobox.com>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-smp
Date: 11/19/2001 13:42:02
On Sun, Nov 18, 2001 at 05:13:07PM -0600, Kazushi Marukawa wrote:
> I made new kernel, but it doesn't work well.  It looks like
> kernel diagnostic routines found deadlock or something, but
> I'm not sure.  Where should I start to look over?  Thanks.

Unfortunately, RAIDframe and LOCKDEBUG don't mix. RAIDframe contains
quite a few instances where it calls either malloc or pool_get
with the WAITOK flag, which is correctly discovered by the
LOCKDEBUG code as incorrect.

- Frank