Comment 3 for bug 608344

Revision history for this message
Vish (vish) wrote :

@ Ngassam Nkwenga , Thanks for the debugging. However the debug is incomplete.

Do you notice "??" in the gdb-evolution-2.txt ,like :
#1 0x00c32384 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 that means we have the debugging symbols missing for those.

You need to install debug packages for those as well.
For ex: for /usr/lib/libgtk-x11-2.0.so.0 , you have to run in terminal the command:

~$ dpkg -S /usr/lib/libgtk-x11-2.0.so.0

you will get the result:
libgtk2.0-0: /usr/lib/libgtk-x11-2.0.so.0

You need to install : libgtk2.0-0-dbg

You need to install this for all the '??' , so:
~$ dpkg -S /usr/lib/libcamel-provider-1.2.so.14
libcamel1.2-14: /usr/lib/libcamel-provider-1.2.so.14

and so on..

Marking bug incomplete till we have a complete debug