Re: [Evolution] Drag messages from list to folder tree freezes evolution



On Tue, 2020-11-03 at 23:28 +0100, Pete Biggs wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1888623
or
 https://gitlab.gnome.org/GNOME/evolution/-/issues/1155

        Hi,
the first is when moving the mouse cursor above the preview panel when
doing the drag, and that only with WebKitGTK 2.30.0+.

The second is about moving messages within evolution, not out of it
(accidentally also related to WebKitGTK 2.30.0+).

I'd guess you face something in between of the second and
https://gitlab.gnome.org/GNOME/evolution/-/issues/974
No idea whether you drop to gnome-shell (Nautilus?) as pdf or mbox.

Could you install debuginfo packages for glib, gtk+, evolution and
evolution-data-server (sudo dnf install evolution-debuginfo evolution-
data-server-debuginfo gtk3-debuginfo glib2-debuginfo --
enablerepo=updates-debuginfo; in case youhave installed debuginfo of
any of those, then use 'update' instead of 'install', and make sure the
debugingo package version exactly matches the binary package version)
and when it freezes, before you kill the application, grab the
backtrace of it, please? You can get the backtrace with command like
this:
   $ 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).

That will show where (eventually also why) it froze.
        Thanks and bye,
        Milan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]