Re: 2.6.19-rc6-rt7: Kernel BUG at kernel/rtmutex.c:672

From: Ingo Molnar
Date: Tue Nov 28 2006 - 15:07:40 EST



* Fernando Lopez-Lezcano <nando@xxxxxxxxxxxxxxxxxx> wrote:

> Nov 28 03:26:39 localhost kernel: Kernel BUG at kernel/rtmutex.c:672

hm, this means the lock was taken twice by the same task: enabling
CONFIG_PROVE_LOCKING ought to tell us the precise locking info and
backtraces that causes this situation. I looked at the code and it wasnt
obvious at first sight. (we should only be holding cache_chain_mutex
here, and l3->list_lock should not be taken at this point.)

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/