GNOME Bugzilla – Bug 548867
Cannot iterate over gtk.ListStore
Last modified: 2008-09-09 08:39:36 UTC
What were you doing when the application crashed? changing my default web browser from default to firefox... Distribution: Ubuntu 8.10 (intrepid) Gnome Release: 2.23.90 2008-08-18 (Ubuntu) BugBuddy Version: 2.23.90 System: Linux 2.6.26-5-generic #1 SMP Fri Aug 15 13:54:58 UTC 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10499906 Selinux: No Accessibility: Disabled GTK+ Theme: Human-Murrine Icon Theme: Human Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors (9 sec old) --------------------- ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Sending initial SaveYourself ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Set properties from client '0x8bd62d0 [1045d44254db9033d5121932951817168600000070850067]' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: CurrentDirectory = '/home/roger' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Set properties from client '0x8bd62d0 [1045d44254db9033d5121932951817168600000070850067]' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: ProcessID = '5530' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Set properties from client '0x8bd62d0 [1045d44254db9033d5121932951817168600000070850067]' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Program = 'gnome-default-applications-properties' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Set properties from client '0x8bd62d0 [gnome-default-applications-properties 1045d44254db9033d5121932951817168600000070850067]' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: CloneCommand = 'gnome-default-applications-properties' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Set properties from client '0x8bd62d0 [gnome-default-applications-properties 1045d44254db9033d5121932951817168600000070850067]' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: RestartCommand = 'gnome-default-applications-properties' '--sm-client-id' '1045d44254db9033d5121932951817168600000070850067' '--screen' '0' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Set properties from client '0x8bd62d0 [gnome-default-applications-properties 1045d44254db9033d5121932951817168600000070850067]' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: UserID = 'roger' ** (x-session-manager:7085): DEBUG: GsmXSMPClient: Client '0x8bd62d0 [gnome-default-applications-properties 1045d44254db9033d5121932951817168600000070850067]' received SaveYourselfDone(success = True) ** (x-session-manager:7085): DEBUG: GsmXsmpServer: sms_error_handler (0x8c5ff30, FALSE, 3, 9, 32771, 0) -------------------------------------------------- Traceback (most recent call last):
+ Trace 205488
for (icon, module, activatable) in self._disabled_module_list:
Looks like a bug in pygobject when iterating over a gtk.ListStore. Reassigning to pygobject team.
From the stack trace it doesn't look like the object is a gtk.ListStore to begin with (and even then, why PyGObject, not PyGTK?). Please provide a test case, otherwise this report is useless.
I had a closer look at it. Indeed, it's a bug in deskbar. The error message was just a little bit weird. It's now fixed svn trunk.
*** Bug 548951 has been marked as a duplicate of this bug. ***
*** Bug 549193 has been marked as a duplicate of this bug. ***
*** Bug 549194 has been marked as a duplicate of this bug. ***
*** Bug 549466 has been marked as a duplicate of this bug. ***
*** Bug 549467 has been marked as a duplicate of this bug. ***
*** Bug 549468 has been marked as a duplicate of this bug. ***
*** Bug 551267 has been marked as a duplicate of this bug. ***