Re: Too much memory causes crash when reading/writing to disk

Andrew Morton (andrewm@uow.edu.au)
Wed, 18 Jul 2001 00:00:54 +1000


Jeff Lessem wrote:
>
> I tried the patch, but the machine came up in a very confused state.
> It couldn't mount proc, and other badness.

hmm..

> I made the patch against
> 2.4.6, because 2.4.7-pre6 doesn't boot at all (I guess I should send
> another message about that problem).

If it's locking up just after printing out the `NET3' banner,
don't bother - known problem with softirqs. It'll be fixed
in the next kernel.

> >Also (but separately) try enabling the NMI watchdog with
> >the `nmi_watchdog=1' kernel boot parameter.
>
> This worked, and I recreated the crash:

Wouldn't have a clue. It isn't spinning on a lock.
It almost looks as if the timer interrupt isn't getting
cleared, and the CPU is never leaving the interrupt. But
that would cause the timer interrupt count to increase like
crazy and the NMI would never have kicked in. Nice one.

For interest's sake, could you please try booting with the
`noapic' option, and also send another NMI watchdog trace?

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