> > What compiler was used
>
> # cat /proc/version
> Linux version 2.2.10 (root@turtle) (gcc version 2.7.2.3) #122 Mon Jun 14 09:09:42 MEST 1999
ok, here is one more data point: looks like it's a kernel problem
as 2.2.5 seems to be rock solid for me while 2.2.10 crashed prety fast:
I tried to do lots of heavy kernel compiles using two separate kernel source trees (2.2.10)
with the following command line on two VCs
n=1 ; while true; do make clean ; sync ; ( time make -j10 modules bzImage ;uptime ) 2>&1 | tee L.$n ; gzip -f L.$n ; sync ; sleep $[ $RANDOM % 30 ] ; n=$[ $n + 1 ] ; done
which gives a load average of ~8-10 with almost no swap space utilisation.
I planned to do this `burn in test' with 2.2.10 kernel, but it locked up _solid_
(no VC switching and no Alt+SysReq anymore!) so I booted 2.2.5 and run
this the whole night (~2*28 kernel compiles) with no single error).
now, how to test/trace such a full kernel lockup ?!
Harald
-- All SCSI disks will from now on ___ _____ be required to send an email notice 0--,| /OOOOOOO\ 24 hours prior to complete hardware failure! <_/ / /OOOOOOOOOOO\ \ \/OOOOOOOOOOOOOOO\ \ OOOOOOOOOOOOOOOOO|// Harald Koenig, \/\/\/\/\/\/\/\/\/ Inst.f.Theoret.Astrophysik // / \\ \ koenig@tat.physik.uni-tuebingen.de ^^^^^ ^^^^^- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/