[Evolution-users] Stuck opening folder

Milan Crha mcrha at redhat.com
Mon Jul 14 07:51:53 UTC 2025


On Fri, 2025-07-11 at 23:18 +0200, Van Snyder wrote:
> Is this "memory" of unfinished work stored somewhere that I can
> delete?

	Hi,
the easiest would probably be to install debuginfo (dbg?) packages for
the evolution-data-server (libcamel, if you've that split out in your
distro) and evolution and then grab a backtrace of the evolution
process 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 addresses, server addresses,... I usually search for "pass" at
least (quotes for clarity only), before sharing it anywhere.

It'll show what it is trying to do, then it can be checked whether it
had been already fixed meanwhile (your version is like 2.5 years
behind).

	Bye,
	Milan



More information about the evolution-users mailing list