From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25861 invoked by alias); 13 Jan 2011 04:11:40 -0000 Received: (qmail 25843 invoked by uid 22791); 13 Jan 2011 04:11:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Jan 2011 04:11:35 +0000 Received: by wyj26 with SMTP id 26so1324378wyj.0 for ; Wed, 12 Jan 2011 20:11:31 -0800 (PST) Received: by 10.216.71.16 with SMTP id q16mr191184wed.63.1294891891302; Wed, 12 Jan 2011 20:11:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.217.6.83 with HTTP; Wed, 12 Jan 2011 20:11:11 -0800 (PST) In-Reply-To: References: From: Ulrich Drepper Date: Thu, 13 Jan 2011 04:11:00 -0000 Message-ID: Subject: Re: [PATCH] Load audit modules in context of main map To: Andreas Schwab Cc: libc-hacker@sourceware.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00001.txt.bz2 On Mon, Jan 10, 2011 at 05:45, Andreas Schwab wrote: > $ LD_AUDIT=/\$LIB/foo cat > Inconsistency detected by ld.so: dl-load.c: 331: expand_dynamic_string_token: Assertion `(l)->l_name[0] == '\0'' failed! OK. That's a problem but I fixed it differently.