From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19124 invoked by alias); 17 May 2013 00:06:54 -0000 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 Received: (qmail 19095 invoked by uid 48); 17 May 2013 00:06:54 -0000 From: "ian at hulin dot org.uk" To: gdb-prs@sourceware.org Subject: [Bug gdb/15415] gdb resolves symbolic links when passing argv[0] Date: Fri, 17 May 2013 00:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ian at hulin dot org.uk X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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 X-SW-Source: 2013-q2/txt/msg00287.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15415 Ian Hulin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian at hulin dot org.uk --- Comment #1 from Ian Hulin 2013-05-17 00:06:53 UTC --- This is really flakey and has cost me several days effort on my project establishing that this is a gdb bug. Here are the gdb versions I have found this on and a short terminal session transcript: ian@nanny-ogg ~/src/lilypond/build (T3154)$ gdb --command ../.gdbinit GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu Copyright (C) 2013 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 "i686-linux-gnu". For bug reporting instructions, please see: . Breakpoint 1 at 0x834b744: file /home/ian/src/lilypond/flower/warn.cc, line 191. Breakpoint 2 at 0x8147057: file /home/ian/src/lilypond/lily/grob.cc, line 729. (gdb) run Starting program: /home/ian/src/lilypond/build/lily/out/lilypond [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". GNU LilyPond 2.17.19 warning: not relocating, no 2.17.19/ or current/ found under /home/ian/src/lilypond/build/lily/share/lilypond/ ERROR: In procedure primitive-load-path: ERROR: Unable to find file "lily.scm" in load path [Inferior 1 (process 11595) exited with code 01] (gdb) ======================================================================= -- 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.