Comment 6 for bug 64319

Revision history for this message
Daniel Holbach (dholbach) wrote :

Can you get a backtrace of the hang?
Try this:
$ sudo apt-get install evolution-dbg evolution-data-server-dbg
$ gdb evolution
(gdb) set logging on
(gdb) run
... hang ...
(gdb) thread apply all bt full
and attach the gdb.txt to the bug report.