After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730497 - Problem with several identical signatures
Problem with several identical signatures
Status: RESOLVED DUPLICATE of bug 729256
Product: evolution
Classification: Applications
Component: Shell
3.10.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2014-05-21 08:05 UTC by Dertarr
Modified: 2014-05-27 06:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Data from evolution-debuginfo (35.81 KB, text/plain)
2014-05-26 14:45 UTC, Dertarr
Details

Description Dertarr 2014-05-21 08:05:38 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.
Comment 1 Milan Crha 2014-05-26 11:03:08 UTC
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.
Comment 2 Dertarr 2014-05-26 14:45:41 UTC
Created attachment 277207 [details]
Data from evolution-debuginfo
Comment 3 Dertarr 2014-05-26 14:46:59 UTC
Updated with the log from debuginfo.
Comment 4 Milan Crha 2014-05-27 06:15:42 UTC
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 ***