Comment 3 for bug 738203

Revision history for this message
John Doe (jodo-deactivatedaccount) wrote :

I'm not sure, but I think that this is not really helpfull:

gdb nautilus 2>&1 | tee ~/gdb-nautilus.txt
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu10) 7.2
Copyright (C) 2010 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/nautilus...Reading symbols from /usr/lib/debug/usr/bin/nautilus...done.
done.
(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) run
Starting program: /usr/bin/nautilus
[Thread debugging using libthread_db enabled]
[New Thread 0xb7be8b70 (LWP 1755)]
[New Thread 0xb73e7b70 (LWP 1756)]
[New Thread 0xb6bddb70 (LWP 1757)]
[New Thread 0xb63dcb70 (LWP 1758)]
[New Thread 0xb5bdbb70 (LWP 1759)]
[New Thread 0xb53dab70 (LWP 1760)]
[New Thread 0xb4bd9b70 (LWP 1761)]
[New Thread 0xb43d8b70 (LWP 1762)]
[Thread 0xb6bddb70 (LWP 1757) exited]
[Thread 0xb73e7b70 (LWP 1756) exited]
[Thread 0xb7be8b70 (LWP 1755) exited]
[Thread 0xb63dcb70 (LWP 1758) exited]
[Thread 0xb5bdbb70 (LWP 1759) exited]
[Thread 0xb53dab70 (LWP 1760) exited]
[Thread 0xb4bd9b70 (LWP 1761) exited]
[Thread 0xb43d8b70 (LWP 1762) exited]

Program exited normally.
(gdb) backtrace full
No stack.
(gdb) info registers
The program has no registers now.
(gdb) x/16i $pc
No registers.
(gdb) thread apply all backtrace
(gdb) quit