Subject: Re: No_boot_IBM_Thinkpad_600X
To: malabe <malebe@numericable.fr>
From: David Laight <david@l8s.co.uk>
List: tech-install
Date: 05/01/2005 09:22:12
On Sat, Apr 23, 2005 at 12:49:10AM +0200, malabe wrote:
> Hello,
> 
> When i want to install NetBSD 2.0, after 5 secondes i have this message:
> 3692492/

Does the '/' rotate (through /, -, \ and |) at all ?

> exit
> exit
> ...

How many lines are you skipping, tens or hundreds?

The code looks as though it might be in a recursive loop where exit() calls
panic("exit"), and panic() calls exit() - but I can't actually see the
loop in the code.

> exit
> exit
> exitprot_to_real can't return to D50C02E8 I9990305.

Which would then be caused by overflowing the stack.


	David

-- 
David Laight: david@l8s.co.uk