diff options
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* |