On 25-Apr-2002 Kris Kennaway wrote:
> panic: sleeping thread owns a mutex
> Uptime: 8h52m59s
> (kgdb) bt
>#0  dumpsys () at /local0/scratch/usr/src/sys/kern/kern_shutdown.c:506
>#1  0xc0207cb0 in boot (howto=260) at
>#/local0/scratch/usr/src/sys/kern/kern_shutdown.c:338
>#2  0xc020814f in panic (fmt=0xc0367580 "sleeping thread owns a mutex")
>     at /local0/scratch/usr/src/sys/kern/kern_shutdown.c:648
>#3  0xc0200a35 in propagate_priority (td=0xcd23d400)
>     at /local0/scratch/usr/src/sys/kern/kern_mutex.c:110

Can you go to this frame, then dump the contents of 'm' to find the misbehaving
mutex?  WITNESS should have warned about this but I guess getting people to run
WITNESS is too much to ask.

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to