What else tends to fail on the motherboard that might be easy to test for?  
Processor overheating?  (When the thermometer circuitry's there, anyway.)  
Something to do with DMA?  (Would DMA to/from a common card like VGA catch 
chipset-side DMA problems?)  There was an SMP exception thing floating by 
recently, is that common and testable?
I know there's a lot of funky peripheral combinations that behave strangely, 
but without opening that can of worms what kind of common problems on the 
motherboard itself might be easy to test for in a "run this overnight and see 
if it finds a problem with your hardware" sort of way?
Rob
(P.S. What kind of CPU load is most likely to send a processor into overheat? 
 (Other than "a tight loop", thanks.  I mean what kind of instructions?)  
This is going to be CPU specific, isn't it?  Our would a general instruction 
mix that doesn't call halt be enough?  It would need to keep the FPU busy 
too, wouldn't it?  And maybe handle interrupts.  Hmmm...)
I wonder...  The torture test Tom's Hardware guide uses for processor 
overheating is GCC compiling the Linux kernel.  (That's what caught the 
Pentium III 1.13 gigahertz instability when nothing else would.)  I wonder, 
maybe if a stripped down subset of a known version of GCC and a known version 
of the kernel were running from a ramdisk...  It USED to fit in 8 megs with 
no swap, might still fit in 32 with a decent chunk of kernel source.  Throw 
the compile in a loop, add in a processor temperature detector daemon to kill 
the test and HLT the system if the temperature went too high...
I wonder what bits of the kernel GCC actually needs to run these days?  
(System V inter-process communication?  sysctl support?  Hmmm...  Would 
2.4.anything be a stable enough base for this yet, or should it be 2.2.19?  
Is 2.4 still psychotic with less swap space than ram (I.E. no swap space at 
all)?)
Off to play...
Still Rob.
-
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/