> Ok thanks for the information! I'll post formal results for Solaris 2.5.1, 2.6, 7, 8 and 9 later today.
> > > x86_64-linux > > > FAIL: cxa5012 > > > > I think this one is an artifact (sometimes an error is reported when > > chopping/building/running the test). x86_64-linux is clean too. > > Unfortunately this is a real core dump while running the test on my > machine (glibc-2.3.3-118 SuSE 9.2) at -O2 or -O0, and this does not > reproduce under GDB, see below. It passes for me on SuSE 9.2 Professional (glibc-2.3.3-118 too). But this could be an uninitialized variable. > I don't know about valgrind on x86_64, is it available? Work In Progress I think. > I also get from time to time "chopping/building/running exe not found" > errors, I've never understood why it happens. May be the following > could help. > > *** run_all.sh.~1.18.~ 2005-02-28 12:55:04.000000000 +0100 > --- run_all.sh 2005-04-09 12:15:32.186180141 +0200 > *************** > *** 256,261 **** > --- 256,264 ---- > > echo "RUN $binmain" >> $dir/acats.log > cd $dir/run > + if [ ! -x $dir/tests/$chapter/$i/$binmain ]; then > + sync > + fi > target_run $dir/tests/$chapter/$i/$binmain > > $dir/tests/$chapter/$i/${i}.log 2>&1 cd $dir/tests/$chapter/$i > cat ${i}.log >> $dir/acats.log Thanks, I'll test. -- Eric Botcazou