View previous topic :: View next topic |
Author |
Message |
civilian Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Jan 2007 Posts: 78
|
Posted: Thu Apr 24, 2008 8:52 pm Post subject: finding faulty hardware |
|
|
I've been having some errors with a program that I wrote.
On my laptop one of the double variable contains 0.00034534e-102 when it should contain 0.
When testing it on a different system the variable contains a 0 as it should.
My first guess is that it is the laptop's (eeepc) hardware.
It's not the harddrive. (Produces the same error with different drive.)
How can i test the memory and CPU? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Telemin l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/14625081734b55c874a3922.png)
Joined: 25 Aug 2005 Posts: 753 Location: Glasgow, UK
|
Posted: Thu Apr 24, 2008 9:24 pm Post subject: |
|
|
I'm not sure it's a hardware problem. Otherwise other software would be having faults as well.
It may well be something to do with the FPU or CPU instruction set. Google for any quirks with the CPU. _________________ The Geek formerly known as -Freestyling-
When you feel your problem has been solved please add [Solved] to the topic title.
Please adopt an unanswered post |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pappy_mcfae Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/2063135933479eedb93987b.jpg)
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Fri Apr 25, 2008 7:07 am Post subject: |
|
|
There is a program called mprime. Its purpose in life is to find very large prime numbers. Its secondary purpose troubleshooting hardware. It puts computers under a real bind, either CPU, memory, or both. It is used by many as a troubleshooting tool. I have personally used it on all my systems. They all passed with flying colors, even the tired old Toshiba laptop.
I have read numerous other testimonials from people who have used it to find hardware problems. It might help with yours. Simply decompress the source file, and place the compiled executable into /usr/local/bin. Give it a try.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
civilian Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Jan 2007 Posts: 78
|
Posted: Sat Apr 26, 2008 6:46 am Post subject: |
|
|
I can't find any problems with my CPU (Celeron-M ULV 353) on google, but I'm not very google proficient.
I ran mprime for 6 hours and no errors. So far so good.
In our labs at the university, the grub boot screen gives the option of booting the kernel in a special memory scan mode. Unfortunately I don't have the privileges to get to grub.conf. Can anyone tell how to do this memory scan? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jcat Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8613556479655c309323.jpg)
Joined: 26 May 2006 Posts: 1337
|
Posted: Sat Apr 26, 2008 7:55 am Post subject: |
|
|
civilian wrote: |
In our labs at the university, the grub boot screen gives the option of booting the kernel in a special memory scan mode. Unfortunately I don't have the privileges to get to grub.conf. Can anyone tell how to do this memory scan? |
I think you're probably talking about memtest, you can configure your system to boot a memtest image via grub, but you can equally just download the iso image and burn it to a CD to boot from.
http://www.memtest.org/
Memtest isn't 100% conclusive however, but it will spot a lot of obvious issues. Just don't rely on it 100%
Cheers,
jcat |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|