* MCA/INIT debug trace
@ 2006-08-10 9:27 Francois WELLENREITER
0 siblings, 0 replies; only message in thread
From: Francois WELLENREITER @ 2006-08-10 9:27 UTC (permalink / raw)
To: linux-ia64
Hi Keith and all,
a few days ago, I have tried to debug some deadlock problems
occurring on an IA-64 machine using INIT signal.
I have noticed that only the blocked process backtraces are shown on the
console screen
and the general registers are not displayed anymore.
To improve it, could it be possible to integrate the following patch
here below ?
I have just added a call to "show_regs" in
"ia64_mca_modify_original_stack" function.
Regards,
Francois
___________________________________________
--- linux-2.6.17.6/arch/ia64/kernel/mca.c~ 2006-08-08
17:42:44.000000000 +0200
+++ linux-2.6.17.6/arch/ia64/kernel/mca.c 2006-08-10
10:40:31.000000000 +0200
@@ -957,6 +957,9 @@
old_sw->ar_rnat = old_rnat;
sos->prev_task = previous_current;
+
+ show_regs(&old_regs);
+
return previous_current;
no_mod:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-10 9:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10 9:27 MCA/INIT debug trace Francois WELLENREITER
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox