Hi Zilvinas,
On 11/15/05, Zilvinas Valinskas <[email protected]> wrote:
> Eventually kernel will freeze (I can trigger this reliably, tried 3
> times and it "worked" 3 times as well). Although I've seen no error message
> printed to console - sysrq-T always shows the same stack trace (in
> wpa_supplicant context:
[snip]
> http://www.gemtek.lt/~zilvinas/backtrace.jpg
Would be helpful to see the oops message... If you don't have serial
console handy, you can do the below to disable the call trace.
Pekka
Index: 2.6/arch/i386/kernel/traps.c
===================================================================
--- 2.6.orig/arch/i386/kernel/traps.c
+++ 2.6/arch/i386/kernel/traps.c
@@ -185,8 +185,10 @@ void show_stack(struct task_struct *task
printk("\n ");
printk("%08lx ", *stack++);
}
+#if 0
printk("\nCall Trace:\n");
show_trace(task, esp);
+#endif
}
/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]