After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 398652 - Crash on gnomevfs error
Crash on gnomevfs error
Status: RESOLVED DUPLICATE of bug 398327
Product: gimmie
Classification: Deprecated
Component: general
unspecified
Other All
: Normal critical
: ---
Assigned To: Gimmie Maintainers
Gimmie Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-20 10:06 UTC by dlai
Modified: 2007-01-24 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dlai 2007-01-20 10:06:41 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):
  • File "/usr/local/bin/gimmie", line 51 in ?
    gimmie.gimmie.main(sys.argv[1:])
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 87 in main
    load_it()
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 82 in <lambda>
    load_it = lambda: _load_gimmie_bar(topics)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 41 in _load_gimmie_bar
    gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 20 in __init__
    self.layout(edge_gravity, self.edge_window, swapbar)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 91 in layout
    running_list = self.make_running_list(edge_gravity, topic)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 45 in make_running_list
    running = TopicRunningList(running_source, edge_gravity)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 273 in __init__
    self._reload(source)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 326 in _reload
    self.add_item(i, target_height)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 294 in add_item
    running = RunningItemTile(i, target_height, self.gravity)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 73 in __init__
    self._reload(item)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 125 in _reload
    self.icons = self._load_icons(item, self.target_height)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 80 in _load_icons
    icon = item.get_icon(target_height)
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 90 in get_icon
    self.get_mimetype() or "",
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 143 in get_mimetype
    return self.ensure_file_info().mime_type
  • File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 56 in ensure_file_info
    self.vfs_info = gnomevfs.get_file_info(vfs_uri)
NotFoundError: File not found

Other information:
Comment 1 Jose M. daLuz 2007-01-20 17:25:50 UTC
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.
Comment 2 Alex Graveley 2007-01-20 20:59:14 UTC
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 ***
Comment 3 Jose M. daLuz 2007-01-20 21:29:30 UTC
Latest SVN fixes the problem for me, thanks!
Comment 4 dlai 2007-01-24 11:37:20 UTC
Same here