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 133257 - A .recently-used file makes the panel crash
A .recently-used file makes the panel crash
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.4.x
Other Linux
: High critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-02 23:17 UTC by gnomebug.20.vanicat
Modified: 2005-08-15 01:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnomebug.20.vanicat 2004-02-02 23:17:09 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.

Comment 1 alexander.winston 2004-02-03 03:52:42 UTC
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).
Comment 2 Kjartan Maraas 2004-02-03 06:24:37 UTC
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?
Comment 3 Mark McLoughlin 2004-02-04 13:05:42 UTC
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.