Description of problem: Trying to compile Kmymoney2 (source from CVS ) Version-Release number of selected component (if applicable): qt-3.3-kde How reproducible: Tried to compile several times Steps to Reproduce: 1.run "make -f Makefile.dist" 2.run "./configure --prefix=/usr" 3.run "make" Actual results: error msg: then mv -f ".deps/mymoneystoragexml.Tpo" ".deps/mymoneystoragexml.Po"; else rm -f ".deps/mymoneystoragexml.Tpo"; exit 1; fi /usr/lib/qt-3.3/include/qvaluelist.h: In destructor âQValueListPrivate<T>::~QValueListPrivate() [with T = MyMoneyReport]â: /usr/lib/qt-3.3/include/qvaluelist.h:276: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. The bug is not reproducible, so it is likely a hardware or OS problem. make[5]: *** [mymoneystoragexml.o] Error 1 make[5]: Leaving directory `/home/victor/A_Pgms_Add/KMM2/kmymoney2/kmymoney2/mymoney/storage' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/victor/A_Pgms_Add/KMM2/kmymoney2/kmymoney2/mymoney' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/victor/A_Pgms_Add/KMM2/kmymoney2/kmymoney2' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/victor/A_Pgms_Add/KMM2/kmymoney2/kmymoney2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/victor/A_Pgms_Add/KMM2/kmymoney2' make: *** [all] Error 2
Is the error always on the same file, some line? The message above suggests that it is not, in which case the reason is most likely bad hardware. If it is always on the same file same line, I need preprocessed source that you can reproduce it on.
Tried compiling again and problem does appear to occur in a different place now. As to hardware problem, assume it would be the hard drive. Is there a check utility like "MS's scandisk"?
Very unlikely harddisk (you'd use say /sbin/badblocks to check it). The usual suspects are bad CPU cooling, bad memory, or motherboard/CPU.
Was bad CPU cooling. Cleaned vents/fans etc and problem resolved. TFYH