Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2004 13:12:25 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-current@FreeBSD.org
Cc:        current@FreeBSD.org
Subject:   Re: page fault panic in propagate_priority
Message-ID:  <200409281312.25171.jhb@FreeBSD.org>
In-Reply-To: <4156B17F.9000605@telia.com>
References:  <4156B17F.9000605@telia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 26 September 2004 08:09 am, Pawel Worach wrote:
> Got this when starting thunderbird (non-port build),
> libpthread was supposed to be libmapped to libc_r but
> because of a typo that did not become the case.
>
> I was under the impression that the turnstile panics
> where fixed, where they not or is this a different one?
>
> UP, 4BSD, PREEMPTION, debug.mpsafenet=1

Do you have WITNESS or INVARIANTS on?  You can get this panic if a thread 
sleeps while holding a mutex which INVARIANTS and WITNESS should catch with a 
better panic message.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409281312.25171.jhb>