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 256096 - Evolution 1.5.5 crash doing autocompletion when composing new mail
Evolution 1.5.5 crash doing autocompletion when composing new mail
Status: RESOLVED DUPLICATE of bug 255421
Product: evolution
Classification: Applications
Component: Mailer
unspecified
Other All
: Normal blocker
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2004-03-26 23:26 UTC by Riley Berton
Modified: 2004-03-27 02:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Riley Berton 2004-03-26 23:26:25 UTC
Description of Problem:

Crash (Seg fault) attempting to look up contacts
under evo 1.5.5, evo-data-server 0.90, Debian
testing.  Seems to be intermittent.

Steps to reproduce the problem:
1. Start evo
2. Compose new mail
3. enter garbage address up to @ sign (one that is
not in your address book - I used "qwe@")
4. Hit down arrow to initiate autocompletion
5. leave focus of the "To:" field and type some
text in the email.
6. Come back to the "To:" field and initiate
autocompletion by hitting down arrow
7. Repeat 5 and 6 until it segfaults.

Actual Results:

Segfault


Expected Results:

Lookup should fail silently.

How often does this happen? 

Intermittent.  I can get it to happen every
attempt by repeating steps 5 and 6 above for less
than 30 seconds (usually less than 5 times)


Additional Information:

Stacktrace:

  • #0 g_type_check_instance
    from /usr/lib/libgobject-2.0.so.0
  • #1 g_signal_handler_disconnect
    from /usr/lib/libgobject-2.0.so.0
  • #2 e_book_view_dispose
    at e-book-view.c line 242
  • #3 g_object_class_list_properties
    from /usr/lib/libgobject-2.0.so.0
  • #4 e_select_names_completion_stop_query
    at e-select-names-completion.c line 939
  • #5 e_select_names_completion_start_query
    at e-select-names-completion.c line 953
  • #6 e_select_names_completion_do_query
    at e-select-names-completion.c line 1062
  • #7 e_select_names_completion_handle_request
    at e-select-names-completion.c line 1153
  • #8 e_completion_begin_search
    at e-completion.c line 205
  • #9 e_entry_start_completion
    at e-entry.c line 577
  • #10 g_cclosure_marshal_VOID__POINTER
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #15 e_completion_view_key_press_handler
    at e-completion-view.c line 458
  • #16 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #21 gtk_widget_send_expose
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 _gtk_window_query_nonaccels
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 bonobo_window_get_accel_group
    from /usr/lib/libbonoboui-2.so.0
  • #24 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #27 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #29 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #30 gtk_widget_send_expose
    from /usr/lib/libgtk-x11-2.0.so.0
  • #31 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #32 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 _gdk_events_queue
    from /usr/lib/libgdk-x11-2.0.so.0
  • #34 unblock_source
    from /usr/lib/libglib-2.0.so.0
  • #35 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #36 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #37 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #38 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #39 main
    at main.c line 589

Comment 1 Gerardo Marin 2004-03-27 02:47:33 UTC

*** This bug has been marked as a duplicate of 255421 ***