Re: Panic on amd64 (and i386?)

From: John Baldwin <jhb_at_freebsd.org>
Date: Mon, 24 Jul 2006 17:19:22 -0400
On Sunday 23 July 2006 13:49, Walery wrote:
> Sorry, my english is bad :(
> 
> pcpu.h is broken?

Nah, not in your case.

> Panic on pcpu.h:166 on my i386-box  on high load (make -j3 buildworld + xmms 
music +
> glxgears full screen):
> 
>     at /usr/home/cvs-snap/freebsd/current/src/sys/i386/i386/trap.c:279
> #5  0xc068a69a in calltrap () 
at /usr/home/cvs-snap/freebsd/current/src/sys/i386/i386/exception.s:138
> #6  0xc0531cbb in propagate_priority (td=0xc4172b40)
>     at /usr/home/cvs-snap/freebsd/current/src/sys/kern/subr_turnstile.c:246

This is generally the result of a thread sleeping while holding a mutex.  If 
your sources are up to date then it should have spit out a stack trace of the 
misbehaving thread on the console before panic'ing.

-- 
John Baldwin
Received on Mon Jul 24 2006 - 19:29:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:58 UTC