From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5938 invoked by alias); 29 Sep 2002 10:26:30 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 5922 invoked from network); 29 Sep 2002 10:26:30 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 29 Sep 2002 10:26:30 -0000 Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id A48AF14341 for ; Sun, 29 Sep 2002 12:26:29 +0200 (MEST) Received: from aj by arthur.inka.de with local (Exim 3.34 #1) id 17vbHQ-00038o-00 for libc-hacker@sources.redhat.com; Sun, 29 Sep 2002 12:26:28 +0200 To: GNU libc hacker Subject: glibc make check fails... From: Andreas Jaeger Date: Sun, 29 Sep 2002 03:26:00 -0000 Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Artificial Intelligence, i386-suse-linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00083.txt.bz2 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