diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-11-11 20:23:02 +0100 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-11-11 20:23:02 +0100 |
commit | c81867b6fe2574711554a4ceea6acbba56cf2f3c (patch) | |
tree | 4f46e304ba8cd9d4150aba4c7c99893fabb8246b /open_issues | |
parent | 5cf9f97cfca6cd1a912cce1448e3ba83f6e7f0cc (diff) |
open_issues/gdb_head: Update to current HEAD -- one problem gone.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gdb_head.mdwn | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/open_issues/gdb_head.mdwn b/open_issues/gdb_head.mdwn index aa3b4961..9d76ba82 100644 --- a/open_issues/gdb_head.mdwn +++ b/open_issues/gdb_head.mdwn @@ -19,7 +19,7 @@ License|/fdl]]."]]"""]] tschwinge@blubber:~/tmp/gdb/HEAD.build $ ./0 Segmentation fault tschwinge@blubber:~/tmp/gdb/HEAD.build $ gdb/gdb 0 - GNU gdb (GDB) 7.0.50.20091110-cvs + GNU gdb (GDB) 7.0.50.20091111-cvs Copyright (C) 2009 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. @@ -31,8 +31,6 @@ License|/fdl]]."]]"""]] Reading symbols from /media/data/home/tschwinge/tmp/gdb/HEAD.build/0...done. (gdb) r Starting program: /media/data/home/tschwinge/tmp/gdb/HEAD.build/0 - warning: the debug information found in "/lib/ld-2.10.1.so" does not match "/lib/ld.so" (CRC mismatch). - Can't fetch registers from thread bogus thread id 1: No such thread (gdb) quit A debugging session is active. @@ -40,7 +38,3 @@ License|/fdl]]."]]"""]] Inferior 1 [bogus thread id 0] will be killed. Quit anyway? (y or n) y - tschwinge@blubber:~/tmp/gdb/HEAD.build $ l /lib/ld-2.10.1.so /lib/ld.so /lib/ld.so.1 - -rwxr-xr-x 1 root root 142260 2009-11-03 13:05 /lib/ld-2.10.1.so* - lrwxr-xr-x 1 root root 7 2009-11-10 15:00 /lib/ld.so -> ld.so.1* - lrwxr-xr-x 1 root root 12 2009-11-10 15:00 /lib/ld.so.1 -> ld-2.10.1.so* |