#11201 NORM 11.3.0: Activity icon remains active on home screen
Zarro Boogs per Child
bugtracker at laptop.org
Wed Aug 31 11:57:45 EDT 2011
#11201: Activity icon remains active on home screen
--------------------------------+-------------------------------------------
Reporter: bert | Owner: erikos
Type: defect | Status: new
Priority: normal | Milestone: 11.3.0
Component: sugar | Version: not specified
Resolution: | Keywords:
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
--------------------------------+-------------------------------------------
Changes (by erikos):
* cc: godiard (added)
* next_action: never set => diagnose
* milestone: 1.75-software => 11.3.0
Comment:
Abacus and TA both close uncleanly and segfault. This then causes all the
other issues. I gdb'ed Abacus to see why it segfaults and it segfaults
because it fails the is toplevel window test:
{{{
Program received signal SIGSEGV, Segmentation fault.
0x0346f640 in IA__gtk_widget_is_toplevel (widget=0x30207b20) at
gtkwidget.c:6003
6003 g_return_val_if_fail (GTK_IS_WIDGET (widget), FALSE);
(gdb) list
5998 * Since: 2.18
5999 **/
6000 gboolean
6001 gtk_widget_is_toplevel (GtkWidget *widget)
6002 {
6003 g_return_val_if_fail (GTK_IS_WIDGET (widget), FALSE);
6004
6005 return (GTK_OBJECT_FLAGS (widget) & GTK_TOPLEVEL) != 0;
6006 }
6007
}}}
The regression has been introduced by
"880e60bddaed0d5258afb4f53e135e55745245ac" in sugar-toolkit.
This bug is not 1.75 specific: setting milestone to 11.3.0
--
Ticket URL: <http://dev.laptop.org/ticket/11201#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list