From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4273 invoked by alias); 26 Feb 2013 15:39:19 -0000 Received: (qmail 4062 invoked by uid 48); 26 Feb 2013 15:39:15 -0000 From: "jan.kratochvil at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug cli/15190] programs run inside gdb ignore LD_LIBRARY_PATH Date: Tue, 26 Feb 2013 15:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status CC 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 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00332.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15190 Jan Kratochvil changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |jan.kratochvil at redhat | |dot com --- Comment #1 from Jan Kratochvil 2013-02-26 15:39:10 UTC --- Not reproducible for me (Fedora 17 x86_64): $ echo $LD_LIBRARY_PATH /home/jkratoch/t/mylib $ /tmp/gdb-7.2/gdb/gdb demo GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/jkratoch/t/demo...(no debugging symbols found)...done. (gdb) show env LD_LIBRARY_PATH LD_LIBRARY_PATH = /home/jkratoch/t/mylib (gdb) run Starting program: /home/jkratoch/t/demo your computer is awsome Program exited normally. (gdb) q -- 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.