Panic on amd64 (and i386?)

John Baldwin jhb at freebsd.org
Mon Jul 24 21:29:02 UTC 2006


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


More information about the freebsd-current mailing list