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 255421 - Initiation of autocomplete in new email crashes/hangs machine
Initiation of autocomplete in new email crashes/hangs machine
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
1.5.x (obsolete)
Other All
: Normal major
: ---
Assigned To: Hans Petter Jansson
Evolution QA team
: 251959 254353 254622 255116 255465 255529 256042 256096 256304 256332 257190 258396 258647 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-03-10 15:04 UTC by Peter O'Shea
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter O'Shea 2004-03-10 15:04:50 UTC
Using evolution-1.5.5, compiled with gcc-3.3.3 on a sparc solaris 8 machine.

If:
1. in Tools....Settings....Autocompletion....On This Computer  I enable the
"Personal" addressbook.
2.  The addressbook has contacts in it.
3.  I press "New" to get a new email composer window.
4.  In the "To" field, I type four letters of a name which I know is in the
address book,
5.  The beginnings of a drop-down box start to appear from the "To" field,

then

6.  Bang!  Evolution crashes.

If I run evolution under gdb, to get a backtrace, and follow the same
steps, in the gdb terminal output it says 
"Bus error
in g_type_check_instance()"
and then the machine completely hangs.  No possibility of a backtrace.  I
have to log in remotely from another machine and shut everything down.
Comment 1 Tom Duffy 2004-03-11 20:02:39 UTC
*** bug 255465 has been marked as a duplicate of this bug. ***
Comment 2 Peter O'Shea 2004-03-11 21:09:05 UTC
Since the dupe was on Linux, setting OS to "All".  
Comment 3 Peter O'Shea 2004-03-17 20:00:39 UTC
Just compiled and installed glib-2.4.0, pango-2.4.0, gtk+-2.4.0, and
on a hunch I retested this.  It now works, the dropdown displays the
matches from the addressbook, I can select one, and there's no crash.

Closing.

Comment 4 vgrebenschikov 2004-03-25 16:19:13 UTC
Fresh builded evolution evolution-1.5.5_2 with
gtk-2.4.0
pango-1.4.0
glib-2.4.0
(FreeBSD 5.2-CURRENT)
still crashes on email address lookup
usually crash happens when @ characted entered

[Switching to Process 84699, Thread 1]
0x29325447 in poll () from /lib/libc.so.5
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x29b2f630 in e_book_view_listener_stop () from 
/usr/X11R6/lib/libebook.so.5
(gdb) bt
  • #0 e_book_view_listener_stop
  • #1 e_book_view_dispose
  • #2 g_object_last_unref
    at gobject.c line 557
  • #3 g_object_unref
    at gobject.c line 1590
  • #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
  • #9 e_entry_start_completion
  • #10 start_delayed_cb
  • #11 g_timeout_dispatch
    at gmain.c line 3250
  • #12 g_main_dispatch
    at gmain.c line 1895
  • #13 g_main_context_dispatch
    at gmain.c line 2441
  • #14 g_main_context_iterate
    at gmain.c line 2522
  • #15 g_main_loop_run
  • #16 bonobo_main
  • #17 main
    at main.c line 589
  • #18 _start
  • #0 e_book_view_listener_stop
  • #1 e_book_view_dispose
  • #2 g_object_last_unref
    at gobject.c line 557
  • #3 g_object_unref
    at gobject.c line 1590
  • #4 remove_book_view
    at e-addressbook-model.c line 101
  • #5 get_view
    at e-addressbook-model.c line 496
  • #6 eab_model_set_property
    at e-addressbook-model.c line 576
  • #7 g_object_set_valist
    at gobject.c line 724
  • #8 g_object_set
    at gobject.c line 1210
  • #9 eab_view_set_property
    at e-addressbook-view.c line 668
  • #10 g_object_set_valist
    at gobject.c line 724
  • #11 g_object_set
    at gobject.c line 1210
  • #12 search_activated
    at e-addressbook-view.c line 1562
  • #13 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #14 g_closure_invoke
    at gclosure.c line 437
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2436
  • #16 g_signal_emit_valist
    at gsignal.c line 2195
  • #17 g_signal_emit
    at gsignal.c line 2239
  • #18 emit_search_activated
    at e-search-bar.c line 181
  • #19 activate_button_clicked_cb
    at e-search-bar.c line 443
  • #20 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #21 g_closure_invoke
    at gclosure.c line 437
  • #22 signal_emit_unlocked_R
    at gsignal.c line 2436
  • #23 g_signal_emit_valist
  • #24 g_signal_emit
    at gsignal.c line 2239
  • #25 gtk_button_clicked
    at gtkbutton.c line 718
  • #26 gtk_real_button_released
    at gtkbutton.c line 1205
  • #27 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #28 g_type_class_meta_marshal
    at gclosure.c line 514
  • #29 g_closure_invoke
    at gclosure.c line 437
  • #30 signal_emit_unlocked_R
    at gsignal.c line 2366
  • #31 g_signal_emit_valist
  • #32 g_signal_emit
    at gsignal.c line 2239
  • #33 gtk_button_released
    at gtkbutton.c line 710
  • #34 gtk_button_button_release
    at gtkbutton.c line 1121
  • #35 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #36 g_type_class_meta_marshal
    at gclosure.c line 514
  • #37 g_closure_invoke
    at gclosure.c line 437
  • #38 signal_emit_unlocked_R
    at gsignal.c line 2474
  • #39 g_signal_emit_valist
  • #40 g_signal_emit
    at gsignal.c line 2239
  • #41 gtk_widget_event_internal
    at gtkwidget.c line 3563
  • #42 gtk_widget_event
    at gtkwidget.c line 3369
  • #43 gtk_propagate_event
    at gtkmain.c line 2344
  • #44 gtk_main_do_event
    at gtkmain.c line 1582
  • #45 gdk_event_dispatch
    at gdkevents-x11.c line 2133
  • #46 g_main_dispatch
    at gmain.c line 1895
  • #47 g_main_context_dispatch
    at gmain.c line 2441
  • #48 g_main_context_iterate
    at gmain.c line 2522
  • #49 g_main_loop_run
  • #50 bonobo_main
  • #51 main
    at main.c line 589
  • #52 _start

Comment 5 Gerardo Marin 2004-03-25 23:08:33 UTC
*** bug 255529 has been marked as a duplicate of this bug. ***
Comment 6 Gerardo Marin 2004-03-25 23:09:45 UTC
*** bug 256042 has been marked as a duplicate of this bug. ***
Comment 7 Gerardo Marin 2004-03-25 23:10:10 UTC
*** bug 255116 has been marked as a duplicate of this bug. ***
Comment 8 Gerardo Marin 2004-03-27 02:47:33 UTC
*** bug 256096 has been marked as a duplicate of this bug. ***
Comment 9 Gerardo Marin 2004-03-30 05:50:36 UTC
*** http://bugzilla.ximian.com/show_bug.cgi?id=56173 has been marked as a duplicate of this bug. ***
Comment 10 Chris Toshok 2004-03-30 23:34:30 UTC
This should be fixed as of this morning's CVS.
Comment 11 Gerardo Marin 2004-03-31 21:13:52 UTC
*** bug 256304 has been marked as a duplicate of this bug. ***
Comment 12 Gerardo Marin 2004-03-31 21:14:31 UTC
*** bug 254353 has been marked as a duplicate of this bug. ***
Comment 13 Gerardo Marin 2004-03-31 21:15:03 UTC
*** bug 254622 has been marked as a duplicate of this bug. ***
Comment 14 Gerardo Marin 2004-03-31 21:15:43 UTC
*** bug 251959 has been marked as a duplicate of this bug. ***
Comment 15 Gerardo Marin 2004-04-01 22:34:01 UTC
*** bug 256332 has been marked as a duplicate of this bug. ***
Comment 16 Gerardo Marin 2004-05-15 00:38:06 UTC
*** bug 258396 has been marked as a duplicate of this bug. ***
Comment 17 Gerardo Marin 2004-05-15 00:38:37 UTC
*** bug 257190 has been marked as a duplicate of this bug. ***
Comment 18 Gerardo Marin 2004-05-18 20:37:07 UTC
*** bug 258647 has been marked as a duplicate of this bug. ***