Re: [OT] Linux stability despite unstable hardware

From: Andrew Walrond
Date: Sat May 22 2004 - 17:47:30 EST


On Friday 21 May 2004 19:04, Timothy Miller wrote:
>
> But until the memory errors were fixed, things like KDE wouldn't build
> without gcc crashing.
>
> So, what is it about Linux that makes it build properly with a broken
> GCC and run perfectly despite memory errors?
>

The linux kernel is all c and assembler, and probably doesn't use too much mem
during build. Kde on the other hand is all c++ and rather huge. It will
likely use every bit of ram you have during the build, greatly increasing the
chances of the memory error hitting you.

But.... Recompile your kernel with the good ram, just in case...
-
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/