Comment 7 for bug 404351

Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

I dont know how to do a nice backtrace:
 gdb nautilus 2>&1 | tee ~/gdb-nautilus.txt
GNU gdb (GDB) 6.8.50.20090628-cvs-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 "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(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 --sm-client-id 10d173c22f5b45bdd1124767146018488000000036130047 --sm-client-state-file /home/shakaran/.config/session-state/nautilus-1248453862.desktop
Starting program: /usr/bin/nautilus --sm-client-id 10d173c22f5b45bdd1124767146018488000000036130047 --sm-client-state-file /home/shakaran/.config/session-state/nautilus-1248453862.desktop
[Thread debugging using libthread_db enabled]

(nautilus:27466): EggSMClient-WARNING **: Could not load SM state file '/home/shakaran/.config/session-state/nautilus-1248453862.desktop': No such file or directory
[Nuevo Thread 0xb7e3cb90 (LWP 27470)]
[Thread 0xb7e3cb90 (LWP 27470) exited]

Program exited normally.
(gdb) backtrace full
No stack.

Could you indicate the exact commands?