Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Deadlock

0 views
Skip to first unread message

Don Lewis

unread,
Jul 9, 2003, 11:22:31 PM7/9/03
to
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.

_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

0 new messages