[Bug 1173562] Re: gdb resolves symbolic links for executables in argv[0]

2014-11-20 Thread Matthias Klose
apparently fixed in 14.04 LTS ** Changed in: gdb (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173562 Title: gdb resolves symbolic links for

[Bug 1173562] Re: gdb resolves symbolic links for executables in argv[0]

2013-09-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gdb (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173562 Title: gdb

[Bug 1173562] Re: gdb resolves symbolic links for executables in argv[0]

2013-09-01 Thread Joni Salonen
Bug report from upstream shows the issue has just been fixed: http://sourceware.org/bugzilla/show_bug.cgi?id=15415 ** Bug watch added: Sourceware.org Bugzilla #15415 http://sourceware.org/bugzilla/show_bug.cgi?id=15415 -- You received this bug notification because you are a member of Ubuntu

[Bug 1173562] Re: gdb resolves symbolic links for executables in argv[0]

2013-04-28 Thread David Kastrup
Here is an example for a program relying on its argv[0] name: /usr/bin/latex is a symbolic link to /usr/bin/pdftex, and pdftex loads a format depending on the name under which it has been called. As a result, latex '\stop' will load the latex.fmt format and finish processing while the same will