GNOME Bugzilla – Bug 398652
Crash on gnomevfs error
Last modified: 2007-01-24 11:37:20 UTC
Steps to reproduce: I think this began to emerge after I made a hard reboot once. Now gimmie won't start and crashes with this error every time. Both with the 0.1.1 and 0.2.1 Stack trace: 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 Traceback (most recent call last):
+ Trace 103712
gimmie.gimmie.main(sys.argv[1:])
load_it()
load_it = lambda: _load_gimmie_bar(topics)
gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
self.layout(edge_gravity, self.edge_window, swapbar)
running_list = self.make_running_list(edge_gravity, topic)
running = TopicRunningList(running_source, edge_gravity)
self._reload(source)
self.add_item(i, target_height)
running = RunningItemTile(i, target_height, self.gravity)
self._reload(item)
self.icons = self._load_icons(item, self.target_height)
icon = item.get_icon(target_height)
self.get_mimetype() or "",
return self.ensure_file_info().mime_type
self.vfs_info = gnomevfs.get_file_info(vfs_uri)
Other information:
Running under Gnome 2.17.5, Gentoo, I get this crash with the same stack trace. I can run gimmie-applet from the panel, though.
Should be fixed now. Please try out SVN and let me know if the problem still occurs. *** This bug has been marked as a duplicate of 398327 ***
Latest SVN fixes the problem for me, thanks!
Same here