LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Andrew Walrond <andrew@walrond.org>
To: linux-kernel@vger.kernel.org
Cc: Timothy Miller <miller@techsource.com>
Subject: Re: [OT] Linux stability despite unstable hardware
Date: Sat, 22 May 2004 23:46:08 +0100 [thread overview]
Message-ID: <200405222346.09208.andrew@walrond.org> (raw)
In-Reply-To: <40AE4493.3090202@techsource.com>
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...
next prev parent reply other threads:[~2004-05-22 22:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-21 18:04 Timothy Miller
2004-05-22 22:46 ` Andrew Walrond [this message]
2004-05-21 21:57 Timothy Miller
2004-05-22 0:55 ` Rob Couto
2004-05-22 4:43 ` Horst von Brand
2004-05-22 6:12 ` Steve Dover
2004-05-22 17:27 ` Bryan Andersen
2004-05-24 15:10 ` Jesse Pollard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200405222346.09208.andrew@walrond.org \
--to=andrew@walrond.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miller@techsource.com \
--subject='Re: [OT] Linux stability despite unstable hardware' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).