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 627937 - Crash on email Add to a contact list
Crash on email Add to a contact list
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
2.32.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-08-25 12:42 UTC by Milan Crha
Modified: 2013-09-14 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
eds patch (751 bytes, patch)
2010-08-25 13:22 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2010-08-25 12:42:02 UTC
In evolution:
a) Addressbook->New->Contact list
b) file address "aa@bb.cc"
c) click Add button or press Alt+A

boom.

e-data-server-ui:ERROR:e-name-selector-entry.c:1018:insert_destination_at_position: assertion failed: (destination)

  • #0 __kernel_vsyscall
  • #1 raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #2 abort
    at abort.c line 92
  • #3 g_assertion_message
  • #4 g_assertion_message_expr
    at gtestutils.c line 1369
  • #5 insert_destination_at_position
    at e-name-selector-entry.c line 1018
  • #6 post_insert_update
    at e-name-selector-entry.c line 1161
  • #7 user_insert_text
    at e-name-selector-entry.c line 1276
  • #8 _gtk_marshal_VOID__STRING_INT_POINTER
    at gtkmarshalers.c line 2811
  • #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_by_name
    at gsignal.c line 3077
  • #13 gtk_entry_insert_text
    at gtkentry.c line 4306
  • #14 IA__gtk_editable_insert_text
    at gtkeditable.c line 172
  • #15 IA__gtk_entry_set_text
    at gtkentry.c line 6779
  • #16 contact_list_editor_add_email
    at e-contact-list-editor.c line 201
  • #17 contact_list_editor_add_button_clicked_cb
    at e-contact-list-editor.c line 363
  • #18 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 79
  • #19 g_closure_invoke
    at gclosure.c line 766
  • #20 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #21 g_signal_emit_valist
    at gsignal.c line 2983
  • #22 g_signal_emit
    at gsignal.c line 3040
  • #23 IA__gtk_button_clicked
    at gtkbutton.c line 1128
  • #24 gtk_button_finish_activate
    at gtkbutton.c line 1803
  • #25 gtk_button_key_release
    at gtkbutton.c line 1654
  • #26 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #27 g_type_class_meta_marshal
    at gclosure.c line 877
  • #28 g_closure_invoke
    at gclosure.c line 766
  • #29 signal_emit_unlocked_R
    at gsignal.c line 3290
  • #30 g_signal_emit_valist
    at gsignal.c line 2993
  • #31 g_signal_emit
    at gsignal.c line 3040
  • #32 gtk_widget_event_internal
    at gtkwidget.c line 4943
  • #33 IA__gtk_widget_event
    at gtkwidget.c line 4740
  • #34 IA__gtk_propagate_event
    at gtkmain.c line 2408
  • #35 IA__gtk_main_do_event
    at gtkmain.c line 1647
  • #36 gdk_event_dispatch
    at gdkevents-x11.c line 2372
  • #37 g_main_dispatch
    at gmain.c line 2119
  • #38 g_main_context_dispatch
    at gmain.c line 2672
  • #39 g_main_context_iterate
    at gmain.c line 2750
  • #40 g_main_loop_run
    at gmain.c line 2958
  • #41 IA__gtk_main
    at gtkmain.c line 1219
  • #42 main
    at main.c line 645

Comment 1 Milan Crha 2010-08-25 13:22:17 UTC
Created attachment 168729 [details] [review]
eds patch

for evolution-data-server;

This seems to fix the crash.
Comment 2 Milan Crha 2010-08-25 13:23:56 UTC
Created commit 7a1de9c in eds master (2.31.91+)