This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

glibc make check fails...


All thread tests currently fail for me - yesterday they worked fine:

$ GCONV_PATH=/builds/glibc/main/iconvdata LC_ALL=C   /builds/glibc/main/elf/ld-linux.so.2 --library-path /builds/glibc/main:/builds/glibc/main/math:/builds/glibc/main/elf:/builds/glibc/main/dlfcn:/builds/glibc/main/nss:/builds/glibc/main/nis:/builds/glibc/main/rt:/builds/glibc/main/resolv:/builds/glibc/main/crypt:/builds/glibc/main/linuxthreads /builds/glibc/main/linuxthreads/ex1
Segmentation fault

I run configure as:
/cvs/libc/configure  --disable-profile --enable-add-ons --prefix=/builds/test-install --enable-kernel=2.4.18

strace shows:
open("/builds/glibc/main/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\"Y\1\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=11459957, ...}) = 0
mmap2(NULL, 1113892, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40050000
mprotect(0x40157000, 36644, PROT_NONE)  = 0
mmap2(0x40157000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x107) = 0x40157000
mmap2(0x4015c000, 16164, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4015c000
close(3)                                = 0
shutdown(-1073745480, 1073795200)       = -1 ENOSYS (Function not implemented)
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++


Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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