Comment 10 for bug 172487

Revision history for this message
pdlethbridge (pdleth) wrote :

pdleth@pdleth-desktop:~$ sudo pidof synaptic
6233
pdleth@pdleth-desktop:~$
pdleth@pdleth-desktop:~$ sudo pidof synaptic
6233
pdleth@pdleth-desktop:~$ gdb 2>&1 | tee gdb-synaptic.txt
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) attach 6233
Attaching to process 6233
ptrace: Operation not permitted.
(gdb)

I hope I did that right?