Seems to no longer be a problem on Feisty.

The program being debugged has been started already.
Start it from the beginning? (y or n) n
Program not restarted.
(gdb) bt
#0  0xb7f90410 in ?? ()
#1  0xbfe5bfd8 in ?? ()
#2  0x00000006 in ?? ()
#3  0x00001b57 in ?? ()
#4  0xb7e43df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7e45641 in abort () from /lib/tls/i686/cmov/libc.so.6
#6  0xb7e3d43b in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#7  0x080484a4 in main () at test.c:13
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
`/home/pandis/test' has changed; re-reading symbols.
Starting program: /home/pandis/test 
Failed to read a valid object file image from memory.
test: test.c:13: main: Assertion `z>0' failed.

Program received signal SIGABRT, Aborted.
0xb7fd4410 in ?? ()
(gdb) bt
#0  0xb7fd4410 in ?? ()
#1  0xbfc74df8 in ?? ()
#2  0x00000006 in ?? ()
#3  0x00001b70 in ?? ()
#4  0xb7e87df0 in raise () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7e89641 in abort () from /lib/tls/i686/cmov/libc.so.6
#6  0xb7e8143b in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#7  0x08048438 in main () at test.c:13


Can somebody else try to reproduce this on Feisty (x86 here) ? 

** Changed in: gdb (Ubuntu)
       Status: Confirmed => Needs Info

-- 
gdb doesn't reset stack or reload symbols correctly
https://launchpad.net/bugs/25986

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to