GNOME Bugzilla – Bug 732148
evolution-3.12.3: evolution get stuck when I open send mail window
Last modified: 2014-06-30 09:13:10 UTC
evolution gets stuck when I try to forward and email *while* I am disconnected from network (I do this clicking to the button at bottom left in evolution window). gdb -p "pid of evolution" shows me the following trace:
+ Trace 233721
Looks like it's due address book, if I disable all the address books from "Contacts" -> "Autocompletion", the mail window doesn't cause evolution to hang :/
Created attachment 279368 [details] gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt-evolution.txt
$ gdb --batch --ex "t a a bt" -pid=`pidof evolution-addressbook-factory` &>bt-evolution-addressbook-factory.txt Gets this: $ cat bt-evolution-addressbook-factory.txt /usr/libexec/evolution-addressbook-factory.#prelink#.KqMFJs (deleted): No existe el fichero o el directorio.
+ Trace 233734
Thread 1 (process 1131)
Maybe prelink is causing this :O
Indeed, undoing prelinking works :O, not sure why this has started to fail now, I was doing prelinking from ages :/
What precisely do you call prelink? Linux has a capability to overwrite running binaries and they will still not crash but then the backtrace of such processes result to something like at comment #3. Simply restarting newly built (or just installed) process makes that work again. If "undoing prelink" fixes the issue, then I'd call this NotGnome.
*** Bug 731680 has been marked as a duplicate of this bug. ***
This one: http://en.wikipedia.org/wiki/Prelink I also tested with the same version used in Fedora that I guess you could be using in Redhat too :) http://pkgs.fedoraproject.org/cgit/prelink.git/tree/prelink.spec