Control: found -1 7.7.1+dfsg-5

Still present in jessie:

$ wget 
"https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=d2.c;att=1;bug=730630";
$ gcc -o demo -g d2.c
$ gdb ./demo
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./demo...done.
(gdb) b main
Breakpoint 1 at 0x4004d0: file d2.c, line 16.
(gdb) r
Starting program: /tmp/demo

Breakpoint 1, main (argc=1, argv=0x7fffffffe918) at d2.c:16
(gdb) list
Line number 16 out of range; d2.c has 11 lines.
(gdb) quit
A debugging session is active.

Inferior 1 [process 30379] will be killed.

Quit anyway? (y or n) y

with:

$ apt-cache policy gdb
gdb:
  Installed: 7.7.1+dfsg-5
  Candidate: 7.7.1+dfsg-5
  Version table:
 *** 7.7.1+dfsg-5 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to