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]

gctest failure for i686-linux in gcc 3.3.4 prerelease 20040530


Fedora Core 2 (Tettnang) ia32 pentium III dual i686:

binutils-2.15.90.0.3-5
bison-1.875-7.1
dejagnu-1.4.2-11
expect-5.39.0-96.1
gcc-3.3.3-7
glibc-2.3.3-27
glibc-kernheaders-2.4-8.44
kernel-smp-2.6.5-1.358
tcl-8.4.5-7

Platform: i686-pc-linux-gnu
configure flags: --host=i686-linux --prefix=/usr/local/gcc-binutils --enable-__cxa_atexit --enable-shared --enable-threads=posix --with-system-zlib


[chj@pentium3 .libs]$ LD_LIBRARY_PATH=. gdb ./gctest
GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
Copyright 2004 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 "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) r
Starting program: /usr/local/src/branch/objdir/i686-linux/boehm-gc/.libs/gctest

Error while mapping shared library sections:
: Success.
Error while reading shared library symbols:
: No such file or directory.
[Thread debugging using libthread_db enabled]
[New Thread -150355200 (LWP 11565)]
Error while reading shared library symbols:
: No such file or directory.
Error while reading shared library symbols:
: No such file or directory.
Switched to incremental mode
Emulating dirty bits with mprotect/signals
[New Thread -150357072 (LWP 11569)]

Program received signal SIGPWR, Power fail/restart.
[Switching to Thread -150355200 (LWP 11565)]
0x00c1e15c in clone () from /lib/tls/libc.so.6
(gdb) bt
#0  0x00c1e15c in clone () from /lib/tls/libc.so.6
#1  0x00000001 in ?? ()
#2  0xf669abb0 in ?? ()
#3  0x0018eff4 in ?? () from /lib/tls/libpthread.so.0
#4  0x00185c1b in do_clone () from /lib/tls/libpthread.so.0
#5  0x001859da in create_thread () from /lib/tls/libpthread.so.0
#6  0x00184c86 in pthread_create@@GLIBC_2.1 () from /lib/tls/libpthread.so.0
#7  0x0099eb91 in GC_pthread_create (new_thread=0x2d32, attr=0xfeebc390,
    start_routine=0x2d32, arg=0x2d32)
    at /usr/local/src/branch/gcc/boehm-gc/linux_threads.c:1424
#8  0x0804b300 in main ()
    at /usr/local/src/branch/gcc/boehm-gc/tests/test.c:1647
(gdb)

Anyone?

Cheers,

/ChJ


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