GNOME Bugzilla – Bug 133257
A .recently-used file makes the panel crash
Last modified: 2005-08-15 01:57:57 UTC
Distribution: Debian testing/unstable Package: gnome-panel Severity: normal Version: unspecified Synopsis: A .recently-used file make the panel crash Bugzilla-Product: gnome-panel Bugzilla-Component: general Bugzilla-Version: unspecified Description: Description of Problem: It's the common segmentation fault, this time with a .recently-used file Steps to reproduce the problem: 1. replace your .recently-used file by : <?xml version="1.0"?> <RecentFiles> <RecentItem> <URI>file://att=1</URI> <Mime-Type>application/octet-stream</Mime-Type> <Timestamp>1070628494</Timestamp> <Groups> <Group>gedit</Group> </Groups> </RecentItem> </RecentFiles> 2. The panel will do a segmentation fault Actual Results: segmentation fault Expected Results: no segmentation fault How often does this happen? every time I tried Additional Information: ------- Bug moved to this database by unknown@bugzilla.gnome.org 2004-02-02 18:17 ------- The original reporter (gnomebug.20.vanicat@spamgourmet.com) of this bug does not have an account here. Reassigning to the exporter, unknown@bugzilla.gnome.org. Reassigning to the default owner of the component, gnome-panel-maint@bugzilla.gnome.org.
I can almost instantaneously reproduce this crash on Debian GNU/Linux Sid as of 2004-02-03 using gnome-panel 2.4.2 (Debian package gnome-panel , version 2.4.2-2).
I get hangs with OO.o and .recently-used in 2.5.x latest too. Could this be related to the stuff that was reverted in egg-recent?
Okay, synced with libegg. Re-open if its still reproducible: 2004-02-04 Mark McLoughlin <mark@skynet.ie> * egg-recent-item.[ch], egg-recent-model.[ch], egg-recent-view.[ch]: sync with libegg. Hopefull fixes bug #133257. * panel-recent.c: (panel_recent_append_documents_menu): Update for API changes.