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 642088 - Crash when changing advanced send options in GroupWise
Crash when changing advanced send options in GroupWise
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Plugins
2.32.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
evolution[groupwise]
: 329615 641128 642352 642446 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-02-11 06:15 UTC by Milan Crha
Modified: 2011-03-01 10:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed evo patch (5.93 KB, patch)
2011-02-16 14:16 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2011-02-11 06:15:26 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=676681

abrt version: 1.1.14
architecture: i686
Attached file: backtrace
cmdline: evolution
comment: Attempting to save a modified Groupwise account
component: evolution
crash_function: check_general_changed
executable: /usr/bin/evolution
kernel: 2.6.35.10-74.fc14.i686.PAE
package: evolution-2.32.1-1.fc14
rating: 4
reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
time: 1297361180
uid: 501

How to reproduce
-----
1. Edit a groupwise account
2. Choose SSL encryption
3. Save

Core was generated by `evolution'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 3467)

  • #0 check_general_changed
    at send-options.c line 320
  • #1 send_options_copy_check_changed
    at send-options.c line 353
  • #2 send_options_commit
    at send-options.c line 539
  • #3 plugin_lib_invoke
    at e-plugin-lib.c line 116
  • #4 e_plugin_invoke
    at e-plugin.c line 654
  • #5 ech_commit
    at e-config.c line 1583
  • #6 e_config_commit
    at e-config.c line 1275
  • #7 ec_dialog_response
    at e-config.c line 1114
  • #8 g_cclosure_marshal_VOID__INT
    at gmarshal.c line 218
  • #9 g_closure_invoke
    at gclosure.c line 766
  • #10 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #11 g_signal_emit_valist
    at gsignal.c line 2983
  • #12 g_signal_emit
    at gsignal.c line 3040
  • #13 IA__gtk_dialog_response
    at gtkdialog.c line 932
  • #14 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 79
  • #15 g_closure_invoke
    at gclosure.c line 766
  • #16 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #17 g_signal_emit_valist
    at gsignal.c line 2983
  • #18 g_signal_emit
    at gsignal.c line 3040
  • #19 IA__gtk_button_clicked
    at gtkbutton.c line 1128
  • #20 gtk_real_button_released
    at gtkbutton.c line 1725
  • #21 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 79
  • #22 g_type_class_meta_marshal
    at gclosure.c line 877
  • #23 g_closure_invoke
    at gclosure.c line 766
  • #24 signal_emit_unlocked_R
    at gsignal.c line 3182
  • #25 g_signal_emit_valist
  • #26 g_signal_emit
    at gsignal.c line 3040
  • #27 gtk_button_released
    at gtkbutton.c line 1120
  • #28 gtk_button_button_release
    at gtkbutton.c line 1617
  • #29 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 86
  • #30 g_type_class_meta_marshal
    at gclosure.c line 877
  • #31 g_closure_invoke
    at gclosure.c line 766
  • #32 signal_emit_unlocked_R
    at gsignal.c line 3290
  • #33 g_signal_emit_valist
    at gsignal.c line 2993
  • #34 g_signal_emit
    at gsignal.c line 3040
  • #35 gtk_widget_event_internal
    at gtkwidget.c line 4992
  • #36 IA__gtk_propagate_event
    at gtkmain.c line 2460
  • #37 IA__gtk_main_do_event
    at gtkmain.c line 1665
  • #38 gdk_event_dispatch
    at gdkevents-x11.c line 2377
  • #39 g_main_dispatch
    at gmain.c line 2149
  • #40 g_main_context_dispatch
    at gmain.c line 2702
  • #41 g_main_context_iterate
    at gmain.c line 2780
  • #42 g_main_loop_run
    at gmain.c line 2988
  • #43 IA__gtk_main
    at gtkmain.c line 1237
  • #44 main
    at main.c line 679

Comment 1 Milan Crha 2011-02-15 13:54:47 UTC
*** Bug 642352 has been marked as a duplicate of this bug. ***
Comment 2 Milan Crha 2011-02-16 14:16:36 UTC
Created attachment 180998 [details] [review]
proposed evo patch

for evolution;

This is fixing things valgrind found for me when I was cheating the code slightly.
Comment 3 Milan Crha 2011-02-16 14:17:08 UTC
Please try with this patch. I do not have GroupWise account, but maybe this will help. Thanks in advance.
Comment 4 Akhil Laddha 2011-02-17 05:32:35 UTC
Patch solves the problem. I don't see any warning as well. Thanks
Comment 5 Milan Crha 2011-02-17 07:59:21 UTC
Thanks for testing.

Created commit 065b166 in evo master (2.91.90+)
Comment 6 Akhil Laddha 2011-02-17 08:44:57 UTC
*** Bug 329615 has been marked as a duplicate of this bug. ***
Comment 7 Milan Crha 2011-02-23 15:03:36 UTC
*** Bug 641128 has been marked as a duplicate of this bug. ***
Comment 8 Milan Crha 2011-03-01 10:54:32 UTC
*** Bug 642446 has been marked as a duplicate of this bug. ***