Your message dated Mon, 25 Jan 2010 20:48:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#566872: Acknowledgement (gdb: /bin/true fails with
Program received signal SIGTRAP, Trace/breakpoint trap.)
has caused the Debian Bug report #566872,
regarding gdb: /bin/true fails with Program received signal SIGTRAP,
Trace/breakpoint trap.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
566872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gdb
Version: 7.0-1
Severity: normal
$ gdb /bin/true
GNU gdb (GDB) 7.0-debian
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.
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".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /bin/true...(no debugging symbols found)...done.
(gdb) r
Starting program: /bin/true
Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff7df61a7 in access () from /lib64/ld-linux-x86-64.so.2
(gdb) x/5i $rip
0x7ffff7df61a7 <access+7>: cmp $0xfffffffffffff001,%rax
0x7ffff7df61ad <access+13>: jae 0x7ffff7df61b0 <access+16>
0x7ffff7df61af <access+15>: retq
0x7ffff7df61b0 <access+16>: lea 0x208aa9(%rip),%rcx #
0x7ffff7ffec60 <rtld_errno>
0x7ffff7df61b7 <access+23>: xor %edx,%edx
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages gdb depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libexpat1 2.0.1-7 XML parsing C library - runtime li
ii libncurses5 5.7+20090803-2 shared libraries for terminal hand
ii libreadline6 6.1-1 GNU readline and history libraries
ii python2.5 2.5.4-3 An interactive high-level object-o
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
gdb recommends no packages.
Versions of packages gdb suggests:
pn gdb-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
I upgraded to
ii linux-image-2.6.32-trunk-amd64 2.6.32-5 Linux
2.6.32 for 64-bit PCs
and the problem went away.
--- End Message ---