Subject: Re: panic from ddb when trying to sync
To: Chris Ross <cross+netbsd@distal.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 09/21/2007 00:50:59
On Thu, Sep 20, 2007 at 06:20:42PM -0400, Chris Ross wrote:
> unmounting file systems...panic: switch wchan

That panic means the scheduler is trying to switch to a lwp that has l_wchan
still set - i.e. has not properly been awoken after a ltsleep().

Martin