Comment 2 for bug 25841

Revision history for this message
Sebastien Bacher (seb128) wrote :

do you still have the issue? could you get a backtrace of evolution and evolution-data-server?
when it hangs you can run that to get the backtrace:
- gdb -p $(pidof evolution)
(gdb) thread apply all bt
- gdb -p $(pidof evolution-data-server)
(gdb) thread apply all bt