Re: Linux-2.1.129.. still freezes on alpha

Matti Aarnio (matti.aarnio@sonera.fi)
Fri, 20 Nov 1998 10:04:17 +0200 (EET)


> 2.1.129 still freezes on Linux/alpha trying to compile a kernel,
> for example. 2.1.122 doesn't freeze (I hadn't tried 123 and 124,
> 125 doesn't compile; 126, 127 and 128 freeze too).
> SMP doesn't {work,compile} on Alpha, so I'm running 2.1.122 again.

Attach a serial console to your Alpha (COM1/ttyS0) at 9600 bps.
Compile the kernel with CONFIG_SERIAL_CONSOLE=y, and
CONFIG_MAGIC_SYSRQ=y. Boot with parameter console=ttyS

Now you will get all printk() outputs into that serial console
display (it can be another machine running some terminal emulator
too, no need to have a real terminal there..). A bonus is that
if the machine Oopses, you will see where that happened, even
when it kills your display, or whatever..

When the system appears to freeze, try to use the magic SysRQ
keys e.g. Ctrl-Alt-SysRQ-? (for help), Ctrl-Alt-SysRQ-P
(showProgramcounter). If it works at all, it will tell you,
where it is executing in the kernel. Then hunt that address
down and report here.

Perhaps you need to compile the kernel with "-g" option in the
CFLAGS, though..

I am using 2.1.126 (haven't had time to pull in latter ones yet),
and it does not freeze on me.

> Regards,
> --
> Roberto Lumbreras
> e-mail: rover@lander.es, rover@etsit.upm.es, rover@debian.org

/Matti Aarnio <matti.aarnio@sonera.fi> Another Alpha user -- who always
arms himself with sufficient debug
utilities..

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/