Activity log for bug #296243

Date Who What changed Old value New value Message
2008-11-10 09:47:54 Nacho Alonso bug added bug
2008-11-10 10:01:45 Nacho Alonso description Hello, I just upgraded to the last Ubuntu release (8.10) and now Osmo crashes with a segmentation fault every time I try to search contacts by first name or by all fields. Searching by last name does work. Searches worked fine in 8.04 I have checked this in the version of Osmo in the Ubuntu repositories (0.2.0) and in the last SVN revision (606) as well. Hello, I just upgraded to the last Ubuntu release (8.10) and now Osmo crashes with a segmentation fault every time I try to search contacts unless the search does not return any contact. Searches worked fine in 8.04. I have checked this in the version of Osmo in the Ubuntu repositories (0.2.0) and in the last SVN revision (606) as well. Steps to reproduce 1- Start Osmo with an empty contact list 2- Add a new contact. Name it 'John' 3- Click the search box 4- Press 'j', Osmo crashes If, for instance, you press 'a' instead of 'j' Osmo does not crash.
2008-11-10 14:15:34 Eike Nicklas osmo: assignee eike-nicklas
2008-11-10 14:15:34 Eike Nicklas osmo: statusexplanation
2008-11-10 14:53:43 Nacho Alonso bug added attachment 'output' (Terminal output)
2008-11-15 14:17:00 Eike Nicklas osmo: status New Confirmed
2008-11-27 00:18:45 Eike Nicklas description Hello, I just upgraded to the last Ubuntu release (8.10) and now Osmo crashes with a segmentation fault every time I try to search contacts unless the search does not return any contact. Searches worked fine in 8.04. I have checked this in the version of Osmo in the Ubuntu repositories (0.2.0) and in the last SVN revision (606) as well. Steps to reproduce 1- Start Osmo with an empty contact list 2- Add a new contact. Name it 'John' 3- Click the search box 4- Press 'j', Osmo crashes If, for instance, you press 'a' instead of 'j' Osmo does not crash. In Ubuntu 8.10, Osmo crashes with a segmentation fault every time I try to search contacts unless the search does not return any contact. Searches worked fine in 8.04. TEST CASE: 1- Start Osmo with an empty contact list 2- Add a new contact. Name it 'John' 3- Click the search box 4- Press 'j', Osmo crashes. If, for instance, you press 'a' instead of 'j' Osmo does not crash. This bug only occurs with GTK+ >= 2.14 and has been fixed upstream in R619. A minimal patch is: --- a/src/contacts.c +++ b/src/contacts.c @@ -606,7 +606,7 @@ path = gtk_tree_path_new_first(); if (path != NULL) { gtk_tree_view_set_cursor (GTK_TREE_VIEW (appGUI->cnt->contacts_list), path, NULL, FALSE); - g_free(path); + gtk_tree_path_free(path); } } else { gui_clear_text_buffer (gtk_text_view_get_buffer(GTK_TEXT_VIEW(appGUI->cnt->contacts_desc_textview)), &titer);
2008-11-27 00:19:39 Eike Nicklas osmo: status Confirmed In Progress
2008-11-29 11:58:58 Eike Nicklas description In Ubuntu 8.10, Osmo crashes with a segmentation fault every time I try to search contacts unless the search does not return any contact. Searches worked fine in 8.04. TEST CASE: 1- Start Osmo with an empty contact list 2- Add a new contact. Name it 'John' 3- Click the search box 4- Press 'j', Osmo crashes. If, for instance, you press 'a' instead of 'j' Osmo does not crash. This bug only occurs with GTK+ >= 2.14 and has been fixed upstream in R619. A minimal patch is: --- a/src/contacts.c +++ b/src/contacts.c @@ -606,7 +606,7 @@ path = gtk_tree_path_new_first(); if (path != NULL) { gtk_tree_view_set_cursor (GTK_TREE_VIEW (appGUI->cnt->contacts_list), path, NULL, FALSE); - g_free(path); + gtk_tree_path_free(path); } } else { gui_clear_text_buffer (gtk_text_view_get_buffer(GTK_TEXT_VIEW(appGUI->cnt->contacts_desc_textview)), &titer); In Ubuntu 8.10, Osmo crashes with a segmentation fault every time I try to search contacts unless the search does not return any contact. Searches worked fine in 8.04. TEST CASE: 1- Start Osmo with an empty contact list 2- Add a new contact. Name it 'John' 3- Click the search box 4- Press 'j', Osmo crashes. If, for instance, you press 'a' instead of 'j' Osmo does not crash. This bug only occurs with GTK+ >= 2.14 and has been fixed upstream in R619. A minimal patch is: --- a/src/contacts.c +++ b/src/contacts.c @@ -456,7 +456,7 @@ path = gtk_tree_path_new_first(); if (path != NULL) { gtk_tree_view_set_cursor (GTK_TREE_VIEW (appGUI->cnt->contacts_list), path, NULL, FALSE); - g_free(path); + gtk_tree_path_free(path); } } else { gui_clear_text_buffer (gtk_text_view_get_buffer(GTK_TEXT_VIEW(appGUI->cnt->contacts_desc_textview)), &titer);
2008-12-01 08:27:12 Launchpad Janitor osmo: status In Progress Fix Released
2008-12-04 22:42:34 Eike Nicklas bug added attachment 'osmo_0.2.0-1ubuntu0.1.debdiff' (debdiff against version in intrepid including the upstream patch)
2008-12-04 22:44:13 Eike Nicklas osmo: status Fix Released Confirmed
2008-12-04 22:44:13 Eike Nicklas osmo: assignee eike-nicklas
2008-12-04 22:44:47 Eike Nicklas bug added subscriber MOTU Stable Release Updates
2008-12-04 22:56:11 John Dong bug added subscriber MOTU Stable Release Updates
2008-12-04 22:57:14 John Dong osmo: status New Confirmed
2008-12-04 22:57:14 John Dong osmo: statusexplanation Distribution should be intrepid-proposed, not intrepid. MOTU-SRU ACKs this debdiff provided that is fixed.
2008-12-04 23:01:45 Eike Nicklas bug added attachment 'osmo_0.2.0-1ubuntu0.1.debdiff' (now with intrepid-proposed as distribution target)
2008-12-07 20:11:06 Martin Pitt osmo: status Confirmed Fix Committed
2008-12-07 20:11:06 Martin Pitt osmo: statusexplanation Distribution should be intrepid-proposed, not intrepid. MOTU-SRU ACKs this debdiff provided that is fixed.
2008-12-07 20:11:42 Martin Pitt bug added subscriber SRU Verification
2008-12-07 20:11:51 Martin Pitt osmo: status Confirmed Fix Released
2008-12-07 20:11:51 Martin Pitt osmo: statusexplanation osmo (0.2.4-2) unstable; urgency=low * add osmo-dbg package * debian/patches: - add fix_gtk_crash.patch: fixes a crash with GTK+>=2.14 (Closes: LP: #296243) -- Ubuntu Archive Auto-Sync < archive@ubuntu.com> Mon, 01 Dec 2008 08:17:30 +0000
2008-12-23 18:36:05 Launchpad Janitor osmo: status Fix Committed Fix Released
2009-07-21 05:38:11 Launchpad Janitor branch linked lp:debian/squeeze/osmo
2009-07-21 05:49:23 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/intrepid/osmo/intrepid-proposed