Re: Linuv 2.6.15-rc1

From: Zilvinas Valinskas
Date: Tue Nov 15 2005 - 08:11:06 EST


Hello Pekka,

I will apply the patch and will rerun test again. No problem.
Compiling ...

Zilvinas Valinskas

On Tue, Nov 15, 2005 at 02:51:16PM +0200, Pekka Enberg wrote:
> Hi Zilvinas,
>
> On 11/15/05, Zilvinas Valinskas <zilvinas@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
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/