Re: 2.6.8-rc3-mm2

From: Ingo Molnar
Date: Tue Aug 10 2004 - 08:07:46 EST



* William Lee Irwin III <wli@xxxxxxxxxxxxxx> wrote:

> On Tue, Aug 10, 2004 at 02:55:29PM +0200, Ingo Molnar wrote:
> > i'd guess it's the con->write() in __call_console_drivers() that makes
> > the difference. (i.e. touching the framebuffer)
>
> This is serial port IO; would that make the same kind of difference?

serial port IO is even more heavy, it also generates IRQ traffic. I'd
suggest the following tests: modified kernel without serial console, and
original kernel without serial console. This way you can find out
whether the hang itself is triggered by the serial console.

another attack angle is to find out what state the system has during the
hang. Is it debuggable?

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/