This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc 3.2 branch boehm-gc testsuite failure on sparc64-linux


Test results posted, http://gcc.gnu.org/ml/gcc-testresults/2002-12/msg00184.html

This was on a Aurora SPARC Linux 0.42 build (Douglas) Ultra1
sun4u system with these packages:

binutils 2.13.1 20021204 sparc64-linux
bison-1.35-1
dejagnu-1.4.3-0   (built ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-1.4.3-0.src.rpm)
expect-5.32.2-67
gcc 3.2.2 20021122 (prerelease) sparc64-linux
glibc-2.2.5-40
glibc64-2.2.5-40
kernel-2.4.19-1.2sparc
tcl-8.3.3-67

LAST_UPDATED: Wed Dec  4 18:00:04 UTC 2002

Native configuration is sparc64-unknown-linux-gnu

Compiler version: 3.2.2 20021204 (prerelease) 
Platform: sparc64-unknown-linux-gnu
configure flags: --host=sparc64-linux --prefix=/usr/local/gcc-binutils --enable-shared --enable-threads=posix

I also get a test suite failure in boehm-gc:

make[4]: Entering directory `/usr/local/src/gcc-binutils/branch/objdir/sparc64-linux/boehm-gc'
Found nonzero at 0x53c4c0 - allocator is broken
Test failed
FAIL: gctest
===================
1 of 1 tests failed
===================

Trying to run gdb gets me this:

chj@u1sparc:/usr/local/src/gcc-binutils/branch/objdir/sparc64-linux/boehm-gc/.libs$ env LD_LIBRARY_PATH=/usr/local/src/gcc-binutils/branch/objdir/gcc:/usr/local/src/gcc-binutils/branch/objdir/sparc64-linux/boehm-gc/.libs gdb gctest
GNU gdb Red Hat Linux (5.2-2)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as sparc-redhat-linux...
(gdb) r
Starting program: /usr/local/src/gcc-binutils/branch/objdir/sparc64-linux/boehm-gc/.libs/gctest
warning: Cannot insert breakpoint -1:
Cannot access memory at address 0xef80

and I suppose this is due to the fact that I try to debug a 64 bit binary here...


Cheers,

/ChJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]