Date: Wed, 9 Jul 2003 20:21:55 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: peter@holm.cc Cc: freebsd-current@FreeBSD.org Subject: Re: Deadlock Message-ID: <200307100321.h6A3LtM7014326@gw.catspoiler.org> In-Reply-To: <20030709091929.GA25681@peter.osted.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9 Jul, Peter Holm wrote: > Here's a trace from a deadlock in a kernel from Jul 8 13:51 UTC: > > http://people.freebsd.org/~pho/stress/cons36.html It sure looks like a mutex implementation problem. Process 4616 is waiting on pool mutex c05dd04c, but this process doesn't show up on the blocked queue for the mutex. That sounds a lot like the bug fixed in rev 1.129 of kern_mutex.c.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307100321.h6A3LtM7014326>