Comment 6 for bug 561253

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

We need a backtrace of the crash, so do the following on a terminal, please:

$ evolution --force-shutdown
$ gdb /usr/lib/evolution/evolution-data-server-2.28

this last command will run the program into gdb (a debugger), so you will get a (gdb) prompt, so just type:

(gdb) r

then make it crash, and when it has crashed, you will get the (gdb) prompt again, so just type:

(gdb) thread apply all bt

and attach to this bug the output of that last command