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 328282 - Evolution crashed when modifying the Exchange clendar properties.
Evolution crashed when modifying the Exchange clendar properties.
Status: RESOLVED FIXED
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
2.5.x
Other Linux
: Normal normal
: 2.5
Assigned To: Sushma Rai
Ximian Connector QA
: 332368 (view as bug list)
Depends on:
Blocks: 327514
 
 
Reported: 2006-01-23 10:37 UTC by Sushma Rai
Modified: 2006-02-24 06:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (737 bytes, patch)
2006-01-23 15:16 UTC, Sushma Rai
none Details | Review

Description Sushma Rai 2006-01-23 10:37:31 UTC
Not sure if I can reproduce it again.

Gdb stack traces:
=================
(gdb) bt
  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #5 libgnomeui_segv_handle
    at gnome-ui-init.c line 786
  • #6 segv_redirect
    at main.c line 425
  • #7 <signal handler called>
  • #8 exchange_operations_tokenize_string
    at exchange-operations.c line 77
  • #9 exchange_operations_cta_select_node_from_tree
    at exchange-operations.c line 151
  • #10 e_exchange_calendar_pcalendar
    at exchange-calendar.c line 284
  • #11 epl_invoke
    at e-plugin.c line 863
  • #12 e_plugin_invoke
    at e-plugin.c line 652
  • #13 ech_config_widget_factory
    at e-config.c line 1353
  • #14 ec_rebuild
    at e-config.c line 724
  • #15 e_config_create_widget
    at e-config.c line 852
  • #16 e_config_create_window
    at e-config.c line 897
  • #17 calendar_setup_edit_calendar
    at calendar-setup.c line 460
  • #18 edit_calendar_cb
    at calendar-component.c line 532
  • #19 ep_activate
    at e-popup.c line 303
  • #20 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #21 IA__g_closure_invoke
    at gclosure.c line 492
  • #22 signal_emit_unlocked_R
    at gsignal.c line 2485
  • #23 IA__g_signal_emit_valist
    at gsignal.c line 2244
  • #24 IA__g_signal_emit
    at gsignal.c line 2288
  • #25 IA__gtk_widget_activate
    at gtkwidget.c line 3766
  • #26 IA__gtk_menu_shell_activate_item
    at gtkmenushell.c line 1057
  • #27 gtk_menu_shell_button_release
    at gtkmenushell.c line 663
  • #28 gtk_menu_button_release
    at gtkmenu.c line 2571
  • #29 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #30 g_type_class_meta_marshal
    at gclosure.c line 569
  • #31 IA__g_closure_invoke
    at gclosure.c line 492
  • #32 signal_emit_unlocked_R
    at gsignal.c line 2523
  • #33 IA__g_signal_emit_valist
    at gsignal.c line 2254
  • #34 IA__g_signal_emit
    at gsignal.c line 2288
  • #35 gtk_widget_event_internal
    at gtkwidget.c line 3735
  • #36 IA__gtk_propagate_event
    at gtkmain.c line 2169
  • #37 IA__gtk_main_do_event
    at gtkmain.c line 1406
  • #38 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #39 IA__g_main_context_dispatch
    at gmain.c line 1934
  • #40 g_main_context_iterate
    at gmain.c line 2565
  • #41 IA__g_main_loop_run
    at gmain.c line 2769
  • #42 bonobo_main
    at bonobo-main.c line 312
  • #43 main
    at main.c line 606

Comment 1 Sushma Rai 2006-01-23 15:16:20 UTC
Created attachment 57943 [details] [review]
patch

Added check for NULL URI.
Comment 2 Sushma Rai 2006-01-24 09:56:46 UTC
Fix committed to CVS head and gnome-2-12 branches.
Comment 3 Sushma Rai 2006-02-24 06:35:17 UTC
*** Bug 332368 has been marked as a duplicate of this bug. ***