On Wed, 2018-07-04 at 12:08 +0800, John Serink wrote: > Looking for some tips on how to chase this down.
Hi, could you make sure you build with debug symbols (or install debug info packages) and then get the backtrace of the crash, please? That would be like this: $ gdb evolution --ex r --ex "t a a bt" --ex q This should show where the crash happened and eventually also why, because there can also be a runtime warning on the console of evolution, which is not logged in the journal. Please check the gdb output for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only), before sharing it in public. Bye, Milan _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list