GNOME Bugzilla – Bug 692783
[abrt] [mail-to-task] Crash on edit prompt cancel
Last modified: 2013-01-29 16:08:41 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=905343 Description of problem: Just tried to create a "task" for an email for the second time. It asked if I wanted to edit the existing task, and I cancelled. Then it crashed. Version-Release number of selected component: evolution-3.6.2-3.fc18 Additional info: backtrace_rating: 4 cmdline: evolution crash_function: g_cond_get_impl executable: /usr/bin/evolution kernel: 3.7.4-204.fc18.x86_64 Core was generated by `evolution'. Program terminated with signal 11, Segmentation fault.
+ Trace 231464
Thread 1 (Thread 0x7f82e62c8a00 (LWP 3494))
Created attachment 234761 [details] [review] evo patch for evolution; The problem is that the mc->cond was signalled twice, once in comp_editor_closed(), the second time right after it, thus this removes the later call.
Created commit 4f62d21 in evo master (3.7.5+) Created commit ffb1a13 in evo gnome-3-6 (3.6.4+)