Comment 1 for bug 64306

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

Thanks for your bug report. You could try to get a backtrace of evolution hanging. Please install evolution-dbg and evolution-data-server-dbg and run these commands the next time evolution is hanging:

gdb -p $(pidof evolution)
...
(gdb) thread apply all bt

and copy the output in here.