From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23213 invoked by alias); 9 Oct 2006 20:17:54 -0000 Received: (qmail 23204 invoked by uid 22791); 9 Oct 2006 20:17:53 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 09 Oct 2006 20:17:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GX1ZL-0006Y1-Pz; Mon, 09 Oct 2006 16:17:48 -0400 Date: Mon, 09 Oct 2006 20:17:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: [patch] Fixed occasional failure to load a custom shared library Message-ID: <20061009201747.GD22848@nevyn.them.org> Mail-Followup-To: Jan Kratochvil , Kevin Buettner , gdb-patches@sources.redhat.com References: <20060622114016.GA21094@host0.dyn.jankratochvil.net> <20060626180051.0adcce23@ironwood.lan> <20060721183829.GB9150@lace.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060721183829.GB9150@lace.redhat.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00084.txt.bz2 On Fri, Jul 21, 2006 at 08:38:29PM +0200, Jan Kratochvil wrote: > Hi Kevin, > > I am now copyright assignment compliant (as Red Hat employee). > > Could you please commit the updated patch? Its ChangeLog entry: > > 2006-07-21 Jan Kratochvil > > * solib.c (solib_open): Fixed NULL vs. "" refusal to load inferior > shared libraries. I have committed this for you, after fixing separately the inferior segfault. I tried to reproduce the actual problem you were having, but I couldn't. No matter what I put in LD_LIBRARY_PATH or rpath, glibc filled in the full path to the shared library. Maybe I have a newer runtime loader than you do, or something similar. Anyway, that's unimportant. -- Daniel Jacobowitz CodeSourcery