Laurent GUERBY wrote:

http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg01630.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg01586.html

I see lots of libmudflap FAIL on both targets though, is someone
working on those FAIL?
Uros looked at this for me and thinks it might be due to using an old
libc on the cfarm.  I'll let him explain exactly what's needed.

For x86_64 I used debian 4.0 libc6 2.3.6.ds1-13 (I can update to
2.3.6.ds1-13etch5).

For x86 I used the much older ubuntu 5.10 libc6 2.3.5-1ubuntu12.

Kaveh did some debugging on a failed test to get:

/home/ghazi/gcc-testing/44/build/gcc/xgcc -B/home/ghazi/gcc-testing/44/build/gcc/ -ggdb3 -DDEBUG_ASSERT -I/home/ghazi/gcc-testing/44/egcc-SVN20080223/libmudflap/testsuite -I/home/ghazi/gcc-testing/44/egcc-SVN20080223/libmudflap/testsuite/.. -I.. -L/home/ghazi/gcc-testing/44/build/x86_64-unknown-linux-gnu/32/libmudflap/.libs/home/ghazi/gcc-testing/44/egcc-SVN20080223/libmudflap/testsuite/libmudflap.cth/pass37-frag.c -static -DSTATIC -fmudflapth -lmudflapth -lpthread -Wl,--noinhibit-exec -L/home/ghazi/gcc-testing/44/build/x86_64-unknown-linux-gnu/32/libmudflap/testsuite -ldl -lm -m32 -o ./pass37-frag.exe

$file ./pass37-frag.exe./pass37-frag.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),for GNU/Linux 2.6.0, statically linked, for GNU/Linux 2.6.0, not stripped
$./pass37-frag.exe
Segmentation fault
$gdb pass37-frag.exe

GNU gdb 6.4.90-debian
This GDB was configured as "x86_64-linux-gnu"...
Using host libthread_dblibrary "/lib/libthread_db.so.1".
(gdb) run
Starting program: /home/ghazi/gcc-testing/44/build/x86_64-unknown-linux-gnu/libmudflap/testsuite/pass37-frag.exe
[Thread debugging using libthread_db enabled]
Cannot find new threads: generic error
(gdb) q
The program is running.  Exit anyway? (y or n) y
$/lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.



In my (working) case:

GNU C Library stable release version 2.5, by Roland McGrath et al.
Copyright (C) 2006 Free Software Foundation, Inc.

Without knowing libc details I would say that 2.3.6 has a fatal bug somewhere that was fixed in later versions.

Uros.


Reply via email to