Comment 1 for bug 1831143

Revision history for this message
Andre Klapper (a9016009) wrote :

Please use journalctl to get the ProcessID (in the example you posted above that would be "4764" or "4983" or "16717", then make sure that debug packages are installed for evolution and glib2 and get a stacktrace of that crash via the command:

coredumpctl gdb ProcessID

(please replace ProcessID by the corresponding number)