From: "Wil Reichert" <wil.reichert@gmail.com>
To: gentoo-amd64@lists.gentoo.org
Subject: Re: [gentoo-amd64] Re: Gentoo crashing?
Date: Mon, 14 May 2007 06:57:21 -0700 [thread overview]
Message-ID: <7a329d910705140657wa8f2a85w1bae25cf872ef857@mail.gmail.com> (raw)
In-Reply-To: <20070514113637.3a4ba97d@Bazaar>
mobo == motherboard
I always use matched ram. I also stick to well known name brands
(corsair, kingston, OCZ, etc). With todays dual channel RAM
controllers you _really_ want your RAM to have identical timings,
voltages, etc. If all your sticks are following JEDEC standards it
shouldn't matter, but I've been building my own & other peoples
machines long enough to be superstitious.
Wil
On 5/14/07, Isidore Ducasse <ducasse.isidore@gmail.com> wrote:
> Very interesting post!
> Could you explain what "mobo" means?
> And BTW (_almost_ off-topic...) I've heard that RAM sticks should be identical when plugged on the same motherboard, but it was some "good vendor advice" so I'd rather rely on some experienced user's answer.
> So is there an issue if two RAM sticks of different brands are plugged on the same motherboard? What if, whilst of the same brand, they don't have the same capacity? Could Peter's issue be related to this kind of problem?
>
> On Mon, 14 May 2007 10:50:31 +0000 (UTC)
> Duncan <1i5t5.duncan@cox.net> wrote:
>
> > "Peter Davoust" <worldgnat@gmail.com> posted
> > 7c08b4dd0705132304h5eccea49k22513343959aff52@mail.gmail.com, excerpted
> > below, on Mon, 14 May 2007 02:04:30 -0400:
> >
> > > I agree, it could be the heat, and that was the first thing that came to
> > > my mind, but Vista boots and runs for long periods of time with no
> > > issues. I'll check it out with the new kernel in the morning and see
> > > what it does.
> >
> > Note that Gentoo tends to use hardware to its limits rather more than
> > most OSs, MSWormOS and other Linux distributions alike. Vista is so new,
> > and /does/ stress at least the video hardware rather more (if aero is on,
> > anyway), so I don't know if anyone can rightly say with it, but certainly
> > with older MS platforms, it hasn't been uncommon at /all/ for Gentoo to
> > cause problems where MS didn't, and even other Linux distributions didn't.
> >
> > Part of the reason is that Gentoo tends to be compiled/optimized for the
> > specific CPU it's running on, so it makes more efficient use of it,
> > including use of functionality distributions (and MS) compiled for use on
> > generic hardware simply don't use, plus simply the fact that when the CPU
> > is busy, it's often getting more done in the same time, so it IS working
> > harder and therefore stressing out the hardware more.
> >
> > Anyway, just because another OS doesn't have problems on a computer
> > doesn't mean Gentoo won't, and there are quite a number of folks on the
> > forums and on the gentoo-user list that will tell you the same thing --
> > learned from hard experience.
> >
> > Meanwhile, you mention specifically that one of the crashes was during a
> > bz2 decompress. As someone who has HAD memory issues in the past, I can
> > DEFINITELY tell you that bz2 DOES often trigger memory errors, if
> > ANYTHING will! If the issues with BZ2 turn out to be common, CHECK THAT
> > MEMORY, and check it again! You mentioned you have 2 gigs. Hopefully
> > it's in the form of 2 or more sticks. If so, you should be able to take
> > part of it out and see if the problem persists. Then test the other
> > memory. If the problem happens with one set but not the other, you have
> > your problem. Do note, however, that just because the problem continues
> > to occur with either memory set doesn't necessarily mean it's not the
> > memory, particularly if they are the same brand and size, purchased from
> > the same place at the same time, so are likely in the same lot.
> >
> > In my case, I had purchased generic memory that couldn't quite do its
> > rated pc3200 (clock at 200 MHz x 2, since it was DDR). I ran memtest and
> > it passed with flying colors, because the memory worked fine, and memtest
> > apparently doesn't really stress the memory timings, only testing the
> > memory cells. However, I was crashing in operation, sometimes just the
> > app, sometimes the entire kernel would panic. I turned on the kernel's
> > MCE (machine check exception) reporting, and the memory was indeed the
> > problem (google MCEs, there's an app available that you can run, feeding
> > it the numbers, and it'll spit out the error in English), only wasn't
> > quite sure whether it was the memory itself, or the mobo, causing
> > perfectly good memory to generate errors upon data delivery because it
> > couldn't reliably get the data to the CPU.
> >
> > While I didn't have the necessary BIOS settings at the time, sometime
> > later a BIOS update gave me additional memory settings, and I found that
> > reducing the memory timings by a single notch, to 183 MHz (DDR doubled to
> > 366), effectively PC3000 memory, did the trick. I was even able to tweak
> > some of the individual wait-state settings to get back a bit of the
> > performance I lost with the under-clocking. The memory and entire
> > machine was rock-stable at the 183 MHz PC3000 memory setting.
> >
> > Later I upgraded from my then two 512 MB sticks to four 2 GB sticks, 8
> > gigs memory total. It was indeed the memory, not the board, as the new
> > memory was just as stable at PC3200 as the old memory had been at the
> > under-clocked PC3000 speed.
> >
> > Anyway, the way bzip2 works is apparently extremely stressful on memory,
> > as more than anything else, that would trigger the errors. Compiles were
> > frustrating too, but sometimes I could compile for quite some time
> > without issues. That's why I didn't think it was the CPUs even before I
> > got the program to read the MCE numbers and tell me what they were. They
> > confirmed, it was memory related, the errors were on data as the CPU got
> > it. I just didn't know until I actually changed memory whether it was
> > the mobo generating errors on the data in transit, or the memory itself.
> > It turned out to be the memory.
> >
> > --
> > Duncan - List replies preferred. No HTML msgs.
> > "Every nonfree program has a lord, a master --
> > and if you use the program, he is your master." Richard Stallman
> >
> > --
> > gentoo-amd64@gentoo.org mailing list
> >
> --
> gentoo-amd64@gentoo.org mailing list
>
>
--
gentoo-amd64@gentoo.org mailing list
next prev parent reply other threads:[~2007-05-14 14:01 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-14 5:15 [gentoo-amd64] Gentoo crashing? Peter Davoust
2007-05-14 5:25 ` Dustin C. Hatch
2007-05-14 5:44 ` Barry.SCHWARTZ
2007-05-14 5:53 ` Peter Davoust
2007-05-14 5:50 ` Naga
2007-05-14 5:56 ` Peter Davoust
2007-05-14 5:53 ` Wil Reichert
2007-05-14 6:04 ` Peter Davoust
2007-05-14 10:50 ` [gentoo-amd64] " Duncan
2007-05-14 9:36 ` Isidore Ducasse
2007-05-14 11:44 ` Sebastian Redl
2007-05-14 13:27 ` Florian Philipp
2007-05-14 13:57 ` Wil Reichert [this message]
2007-05-14 14:55 ` Duncan
2007-05-14 16:02 ` [gentoo-amd64] " dustin
2007-05-14 21:08 ` Peter Davoust
2007-05-15 1:41 ` Antoine Martin
2007-05-15 11:06 ` [gentoo-amd64] " Duncan
2007-05-15 12:51 ` Isidore Ducasse
2007-05-15 16:47 ` Duncan
2007-05-15 1:45 ` [gentoo-amd64] " Antoine Martin
2007-05-15 2:11 ` Peter Davoust
2007-05-15 2:17 ` Peter Davoust
2007-05-15 2:44 ` Barry.SCHWARTZ
2007-05-15 3:53 ` Peter Davoust
2007-05-15 4:51 ` Barry.SCHWARTZ
2007-05-15 11:39 ` Antoine Martin
2007-05-15 11:41 ` Antoine Martin
2007-05-15 12:57 ` Peter Davoust
2007-05-15 12:37 ` Isidore Ducasse
2007-05-15 19:36 ` Barry.SCHWARTZ
2007-05-14 11:43 ` Florian D.
-- strict thread matches above, loose matches on Subject: below --
2007-05-15 13:24 Peter Hoff
2007-05-15 15:48 ` Peter Davoust
2007-05-15 16:43 ` [gentoo-amd64] " Duncan
2007-05-19 4:11 ` [gentoo-amd64] " Peter Davoust
2007-05-19 4:45 ` Peter Davoust
2007-05-19 7:31 ` Boyd Stephen Smith Jr.
2007-05-19 11:52 ` [gentoo-amd64] " Duncan
2007-05-15 19:32 Peter Hoff
2007-05-15 19:46 ` Bob Sanders
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=7a329d910705140657wa8f2a85w1bae25cf872ef857@mail.gmail.com \
--to=wil.reichert@gmail.com \
--cc=gentoo-amd64@lists.gentoo.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox