On Thu, 2020-01-02 at 15:59 +0000, Joakim Tjernlund via evolution-list
wrote:
> Anyone seen something similar? 

        Hi,
nothing from me, though if you'd like to give it a try, then I'd like
to ask you to install debuginfo packages for evolution-data-server,
evolution, glib2 and maybe gtk3 (make sure they are of the same version
as the binary packages) and when the GUI freezes run this command from
a terminal:

   $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt

Please check the bt.txt for any private information, like passwords,
email address, server addresses,... I usually search for "pass" at
least (quotes for clarity only).

It will show what Evolution is doing, or what it is trying to do.
        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

Reply via email to