Re: [Evolution] Inline/quoted forwarding problems with HTML messages



On Fri, 2021-06-18 at 10:14 -0400, Matt Connell wrote:
How can I best troubleshoot this?

        Hi,
ideally install debuginfo packages for evolution-data-server and
evolution, then reproduce the problem (it works fine for me), and then
get backtrace of the frozen evolution. You can get the backtrace with a
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 addresses, server addresses,... I usually search for "pass" at
least (quotes for clarity only).

There will be one or more WebKitWebPorcess processes, one related to
the composer. Getting backtrace of it might help as well. To recognize
which it is, I suggest to get a list of them (`ps ax | grep WebKitW`)
and after you get the backtrace of the evolution, then get the list
again and the newly added process is the one you want to use as
the "--pid=XXX" argument in the above gdb command.

Also, check what the console says, there can be shown some messages,
runtime claims.

By the way, what is your WebKitGTK version, please?

        Bye,
        Milan



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