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