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 503551 - Evolution crashes when trying to delete unselected contact
Evolution crashes when trying to delete unselected contact
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.12.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: Milan Crha
Evolution QA team
: 535735 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-12-14 06:39 UTC by Kandepu Prasad
Modified: 2008-05-31 06:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
proposed evo patch (1.11 KB, patch)
2008-01-22 12:54 UTC, Milan Crha
committed Details | Review

Description Kandepu Prasad 2007-12-14 06:39:53 UTC
Steps to reproduce:
1. Go to any Address Book.
2. Select any Contact which makes menu Edit->Delete Contact sensitive.
3. Now unselect the contact by "holding Ctrl + selecting the contact"
4. One can see the above menu is still sensitive and which when selected Evolution crashed.

gdb traces attached below.

Stack trace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb65a36c0 (LWP 6941)]
eab_view_delete_selection (view=0x826d950, is_delete=1)
    at e-addressbook-view.c:1848
1848            contact = list->data;
(gdb) thread apply all bt

Thread 1 (Thread 0xb65a36c0 (LWP 6941))

  • #0 eab_view_delete_selection
    at e-addressbook-view.c line 1848
  • #1 delete_contact_cb
    at addressbook-view.c line 187
  • #2 ??
    from /usr/lib/libbonoboui-2.so.0
  • #3 ??
  • #4 ??
  • #5 ??
  • #6 ??
  • #7 g_thread_functions_for_glib_use
  • #8 ??
  • #9 ??
  • #10 ??
    from /usr/lib/libgobject-2.0.so.0
  • #11 ??
  • #12 ??


Other information:
Comment 1 Milan Crha 2008-01-22 12:54:58 UTC
Created attachment 103427 [details] [review]
proposed evo patch

for evolution;
Comment 2 Srinivasa Ragavan 2008-01-22 12:59:20 UTC
Looks fine to commit.
Comment 3 Milan Crha 2008-01-22 19:31:57 UTC
Committed to trunk. Committed revision 34866.
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2008-05-31 06:43:22 UTC
*** Bug 535735 has been marked as a duplicate of this bug. ***