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 629483 - e-data-server-ui-WARNING **: ENameSelectorEntry is out of sync with model!
e-data-server-ui-WARNING **: ENameSelectorEntry is out of sync with model!
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.32.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Vibha Yadav
Evolution QA team
: 641250 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-09-13 06:54 UTC by Akhil Laddha
Modified: 2012-01-16 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for Syncing Destination properly (743 bytes, patch)
2010-12-16 04:56 UTC, Vibha Yadav
committed Details | Review

Description Akhil Laddha 2010-09-13 06:54:17 UTC
evolution 2.31.92

While composing a message and doing auto completion. I have only local address book selected for auto completion.

gdb traces of evolution

  • #0 g_logv
    at gmessages.c line 439
  • #1 g_log
    at gmessages.c line 577
  • #2 find_destination_by_index
    at e-name-selector-entry.c line 445
  • #3 find_destination_at_position
    at e-name-selector-entry.c line 464
  • #4 modify_destination_at_position
    at e-name-selector-entry.c line 1052
  • #5 post_insert_update
    at e-name-selector-entry.c line 1179
  • #6 user_insert_text
    at e-name-selector-entry.c line 1294
  • #7 _gtk_marshal_VOID__STRING_INT_POINTER
    at gtkmarshalers.c line 2811
  • #8 g_closure_invoke
    at gclosure.c line 766
  • #9 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #10 g_signal_emit_valist
    at gsignal.c line 2983
  • #11 g_signal_emit_by_name
    at gsignal.c line 3077
  • #12 gtk_entry_insert_text
    at gtkentry.c line 4306
  • #13 IA__gtk_editable_insert_text
    at gtkeditable.c line 172
  • #14 gtk_entry_enter_text
    at gtkentry.c line 5249
  • #15 g_cclosure_marshal_VOID__STRING
    at gmarshal.c line 498
  • #16 g_closure_invoke
    at gclosure.c line 766
  • #17 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #18 g_signal_emit_valist
    at gsignal.c line 2983
  • #19 g_signal_emit_by_name
    at gsignal.c line 3077
  • #20 gtk_im_multicontext_commit_cb
    at gtkimmulticontext.c line 483
  • #21 g_cclosure_marshal_VOID__STRING
    at gmarshal.c line 498
  • #22 g_closure_invoke
    at gclosure.c line 766
  • #23 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #24 g_signal_emit_valist
    at gsignal.c line 2983
  • #25 g_signal_emit_by_name
    at gsignal.c line 3077
  • #26 gtk_im_context_simple_commit_char
    at gtkimcontextsimple.c line 168
  • #27 no_sequence_matches
    at gtkimcontextsimple.c line 728
  • #28 gtk_im_context_simple_filter_keypress
    at gtkimcontextsimple.c line 1037
  • #29 IA__gtk_im_context_filter_keypress
    at gtkimcontext.c line 473
  • #30 gtk_im_multicontext_filter_keypress
    at gtkimmulticontext.c line 331
  • #31 IA__gtk_im_context_filter_keypress
    at gtkimcontext.c line 473
  • #32 gtk_entry_key_press
    at gtkentry.c line 4096
  • #33 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #34 g_type_class_meta_marshal
    at gclosure.c line 877
  • #35 g_closure_invoke
    at gclosure.c line 766
  • #36 signal_emit_unlocked_R
    at gsignal.c line 3290
  • #37 g_signal_emit_valist
    at gsignal.c line 2993
  • #38 g_signal_emit
    at gsignal.c line 3040
  • #39 gtk_widget_event_internal
    at gtkwidget.c line 4943
  • #40 IA__gtk_window_propagate_key_event
    at gtkwindow.c line 5184
  • #41 gtk_window_key_press_event
    at gtkwindow.c line 5214
  • #42 comp_editor_key_press_event
    at comp-editor.c line 1469
  • #43 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #44 g_type_class_meta_marshal
    at gclosure.c line 877
  • #45 g_closure_invoke
    at gclosure.c line 766
  • #46 signal_emit_unlocked_R
    at gsignal.c line 3290
  • #47 g_signal_emit_valist
    at gsignal.c line 2993
  • #48 g_signal_emit
    at gsignal.c line 3040
  • #49 gtk_widget_event_internal
    at gtkwidget.c line 4943
  • #50 IA__gtk_propagate_event
    at gtkmain.c line 2416
  • #51 IA__gtk_main_do_event
    at gtkmain.c line 1647
  • #52 gdk_event_dispatch
    at gdkevents-x11.c line 2372
  • #53 g_main_dispatch
    at gmain.c line 2131
  • #54 g_main_context_dispatch
    at gmain.c line 2684
  • #55 g_main_context_iterate
    at gmain.c line 2762
  • #56 g_main_loop_run
    at gmain.c line 2970
  • #57 IA__gtk_main
    at gtkmain.c line 1219
  • #58 main
    at main.c line 645
Continuing.

(evolution:12445): e-data-server-ui-WARNING **: ENameSelectorEntry is out of sync with model!
Comment 1 Milan Crha 2010-12-15 17:49:34 UTC
One of possible steps to reproduce this
(paraphrased from bug #250046 comment #22):

a) copy & paste this text into To: field in the composer:
   "user, name" <user@example.com>
b) focus CC:, then go back to To: and remove quotes from left to right to get:
   user, name <user@example.com>

 * The warning is shown when the second quote is deleted

c) now focus CC: and back To: field and write quotes back, to have it like:
   "user, name" <user@example.com>
d) tab out of To: field and the result is:
   name <user@example.com>, "user, name" <user@example.com>

 * which is wrong
Comment 2 Vibha Yadav 2010-12-16 04:56:01 UTC
Created attachment 176514 [details] [review]
Patch for Syncing Destination properly

Adding a dummy destination again after syncing the destination. so that next
entry could be added.
Comment 3 Milan Crha 2010-12-16 09:26:07 UTC
Thanks for the patch, though I can reproduce both issues described in comment #1 even with your patch.
Comment 4 Vibha Yadav 2011-02-04 06:57:24 UTC
*** Bug 641250 has been marked as a duplicate of this bug. ***
Comment 5 Milan Crha 2011-02-04 14:06:25 UTC
I committed the patch as a fix for bug #641250:

Created commit e2b23fe in eds master (2.91.90+)
Created commit 04de6a3 in eds gnome-2-32 (2.32.2+)