Comment 11 for bug 727370

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

As for the crash, could you please do the following:

first, quit evolution, then, on a terminal:

$ killall -9 e-addressbook-factory
$ gdb /usr/lib/evolution/e-addressbook-factory
(gdb) r

then open evolution and try opening the U1 addressbook and, when e-addressbook-factory crashes, on the (gdb) prompt:

(gdb) thread apply all bt

and paste the full output of that command here?