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 379863 - Gnome Panel crashed
Gnome Panel crashed
Status: RESOLVED DUPLICATE of bug 363437
Product: gtk+
Classification: Platform
Component: Class: GtkRecent
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Emmanuele Bassi (:ebassi)
Depends on:
Blocks:
 
 
Reported: 2006-11-27 17:55 UTC by Sven Herzberg
Modified: 2006-11-27 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bug Buddy Report (5.78 KB, text/plain)
2006-11-27 17:55 UTC, Sven Herzberg
Details
The problematic recent files list (13.02 KB, application/x-xbel)
2006-11-27 17:57 UTC, Sven Herzberg
Details

Description Sven Herzberg 2006-11-27 17:55:00 UTC
(this might be an epiphany bug)

1. Open a link like this in epiphany:
http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentManager.html#GtkRecentManager-struct
2. Press <Ctrl>u to see the source
3. In that moment the gnome panel crashes

The recent files code shouldn't make the gnome panel crash, even if it wasn't used 100% correctly.
Comment 1 Sven Herzberg 2006-11-27 17:55:38 UTC
Created attachment 77231 [details]
Bug Buddy Report
Comment 2 Sven Herzberg 2006-11-27 17:57:03 UTC
Created attachment 77232 [details]
The problematic recent files list
Comment 3 Emmanuele Bassi (:ebassi) 2006-11-27 18:30:33 UTC
looks like a dupe of #363437, which has been fixed in HEAD and in the stable branch of gtk+.  it happens when g_filename_from_uri() fails in the file:/ URI scheme, and triggers an assertion later in the code.

*** This bug has been marked as a duplicate of 363437 ***