GNOME Bugzilla – Bug 730497
Problem with several identical signatures
Last modified: 2014-05-27 06:15:42 UTC
Hi. I have created 3 custom signatures "Unnamed", "Unnamed", "SomeSigName" in the section. All of them are created with the same HTML file: Personal Account Properties -> Identity -> Add New Signature -> Insert -> HTML file -> Save. As one can see, two of them have identical names. Now I'm trying to delete both "Unnamed" signatures. I go to Edit -> Preferences -> Composer Preferences -> Signatures ... and the application hangs. My system: Fedora 20, KDE desktop.
Thanks for a bug report. I guess you face bug #729256, but without getting a backtrace I cannot tell for sure. Please install debuginfo package for evolution, reproduce the hang and get a backtrace of frozen evolution with the following command: $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt Then kill evolution. Before attaching the bt.txt file, make sure it'll not expose any private information. I usually search for "pass" (quotes for clarity only) at least.
Created attachment 277207 [details] Data from evolution-debuginfo
Updated with the log from debuginfo.
Thanks for the update. The backtrace shows the same place as was fixed in bug #729256, thus I mark this as a duplicate of it. The fix is part of 3.12.2+. *** This bug has been marked as a duplicate of bug 729256 ***