Comment 13 for bug 63715

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: Crash when opening Exchange inbox

Thank you for the work on that. It looks like the issue might be due to libsoup or gnutls, could you install libsoup2.2-8-dbgsym (it should be available tomorrow) and libgnutls13-dbg and get a new backtrace with gdb:
gdb evolution-exchange
(gdb) run

After that we should have all the required informations, sorry for the extra work required to install the debug packages etc, we are working to get automatic debug backtraces without having to ask users to install packages and get new backtraces, etc