GNOME Bugzilla – Bug 553256
crash in Deskbar: system idle
Last modified: 2008-09-24 14:29:56 UTC
What were you doing when the application crashed? system idle Distribution: Ubuntu 8.04 (hardy) Gnome Release: 2.22.3 2008-07-09 (Ubuntu) BugBuddy Version: 2.22.0 System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Crux Icon Theme: Crux 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 (18 sec old) --------------------- (evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 117 and height -6 (evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 117 and height -6 PID TTY TIME CMD PID TTY TIME CMD 5919 ? 00:00:00 pulseaudio WARNING: modinfo for module nvidia_new failed: modinfo: could not find module nvidia_new WARNING: modinfo for module nvidia failed: modinfo: could not find module nvidia WARNING: modinfo for module nvidia_legacy failed: modinfo: could not find module nvidia_legacy WARNING: modinfo for module fglrx failed: modinfo: could not find module fglrx ERROR: whilst scanning summary file -------------------------------------------------- Traceback (most recent call last):
+ Trace 207070
self.module_list.move_module_to_bottom(iter)
self.move_after(iter, self.get_iter(self._bottom_enabled_path))
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but the maintainers need more information to fix the bug. Could you please answer the questions in the other report in order to help the developers? *** This bug has been marked as a duplicate of 488665 ***
(In reply to comment #0) > What were you doing when the application crashed? > system I had just booted Ubuntu and logged in to my account. I hadn't done anything else ... was just "poking" around seeing what the "show search entry" icon did! > > > Distribution: Ubuntu 8.04 (hardy) > Gnome Release: 2.22.3 2008-07-09 (Ubuntu) > BugBuddy Version: 2.22.0 > > System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 > X Vendor: The X.Org Foundation > X Vendor Release: 10400090 > Selinux: No > Accessibility: Disabled > GTK+ Theme: Crux > Icon Theme: Crux > > 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 (18 sec old) --------------------- > (evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 117 and height -6 > (evolution:5955): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 117 and height -6 > PID TTY TIME CMD > PID TTY TIME CMD > 5919 ? 00:00:00 pulseaudio > WARNING: modinfo for module nvidia_new failed: modinfo: could not find module > nvidia_new > WARNING: modinfo for module nvidia failed: modinfo: could not find module > nvidia > WARNING: modinfo for module nvidia_legacy failed: modinfo: could not find > module nvidia_legacy > WARNING: modinfo for module fglrx failed: modinfo: could not find module fglrx > ERROR: whilst scanning summary file > -------------------------------------------------- > Traceback (most recent call last): > File > "/usr/lib/python2.5/site-packages/deskbar/ui/preferences/DeskbarPreferences.py", > line 434, in on_button_bottom_clicked > self.module_list.move_module_to_bottom(iter) > File "/usr/lib/python2.5/site-packages/deskbar/core/ModuleList.py", line 166, > in move_module_to_bottom > self.move_after(iter, self.get_iter(self._bottom_enabled_path)) > TypeError: iter should be a GtkTreeIter >