Re: [Evolution] attachments issue



On Wed, 2013-05-15 at 19:19 +0200, mario wrote:
I suffer the following issue.
It happens that I am unable to open mails with .pdf attachments I have
sent. If I try, Evo hangs and I have to kill the process. 

Where do I need to look at? 
(I am on Evo 3.4.1, Linux Fedora 17)

        Hi,
I would try to:
   $ yum update evolution-data-server evolution

then install debuginfo packages for the above:
   $ yum install evolution-data-server-debuginfo evolution-debuginfo --enablerepo=*debuginfo

and then restart the machine (just in case). If you see the evolution
being stuck again, check in System Monitor, whether it eats any CPU. If
it does, then it most likely does something (either good or bad things).
Then get a backtrace of stuck evolution, to see what it tries to do (or
where it got hung):
   $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt

and then send the backtrace here. BUT, please make sure you'll not
expose any private information, because it can contain your passwords,
email addresses, server names and such (I usually search for
"pass" (quotes for clarity only)).
        Bye,
        Milan



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