Re: [patch] voluntary-preempt-2.6.9-rc1-bk4-R0

From: Ingo Molnar
Date: Fri Sep 03 2004 - 13:34:00 EST



* K.R. Foley <kr@xxxxxxxxxx> wrote:

> Managed to hang the system again under heavy load. This time with the
> above patch:
>
> http://www.cybsft.com/testresults/crashes/2.6.9-rc1-bk4-R0.txt
>
> Last time was with Q7:
>
> http://www.cybsft.com/testresults/crashes/2.6.9-rc1-bk4-Q7.txt

seems to be the same thing - an unbalanced preemption count, possibly
due to some locking error. Unfortunately the assert catches the
imbalance only at exit time. (it's unlikely that the do_exit() code is
buggy.)

i'll add a new feature to debug this: when crashing on an assert and
tracing is enabled the trace leading up to the crash will be printed to
the console. How did you capture the crash - was it in the syslog or do
you have serial logging? Maybe this is not the real crash but only a
followup crash?

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/