From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4720 invoked by alias); 30 May 2011 12:03:45 -0000 Received: (qmail 4707 invoked by uid 22791); 30 May 2011 12:03:44 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 May 2011 12:03:31 +0000 From: "jason.vas.dias at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/12454] Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed! X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jason.vas.dias at gmail dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 30 May 2011 12:03:00 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00265.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12454 --- Comment #22 from Jason Vas Dias 2011-05-30 12:02:23 UTC --- typo in previous Comment #21: non-native-system ld.so (NOT /lib/ld-linux.so.1) with '-nostdlibs' should be : non-native-system ld.so (NOT /lib/ld-linux.so.2) with '-nostdlib' Anyway, I'm going to be compiling the latest glibc from GIT soon , after I build the latest stable Linux kernel, and will test with / without patch of attachment #5253 and post results . But Ulrich, please try : o build an installation from unmodified source in 32-bit mode with LIBDIR=/lib32 Then : $ echo 'int an_int = 1;' > t.c; gcc -m32 -o t.so -shared -nostdlib -fPIC t.c; ldd t.so Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed! -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.