Comment 3 for bug 603620

Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

This functionality doesn't work because of a bug in syncdaemon (bug #608779), but of course we shouldn't crash, so could you please try to replicate by doing the following:

$ ps aux | grep nautilus
$ gdb nautilus $pid_as_shown_in_ps_command
(gdb) c

and then make it crash, and when so:

(gdb) thread apply all bt

and paste the output of this last command?