GNOME Bugzilla – Bug 163886
disallow SVG favicons
Last modified: 2005-08-17 18:06:49 UTC
Distribution: Debian testing/unstable Package: epiphany Severity: normal Version: GNOME2.9.4 unspecified Gnome-Distributor: GNOME.Org Synopsis: Epiphany Crash (while loading favicon?) Bugzilla-Product: epiphany Bugzilla-Component: General Bugzilla-Version: unspecified BugBuddy-GnomeVersion: 2.0 (2.9.1) Description: Description of the crash: Had just third-clicked to open a couple of links in the background, was scrolling down as they loaded...boom. Debugging Information: Backtrace was generated from '/opt/gnome2/bin/epiphany' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1090552608 (LWP 22411)] [New Thread 1130417072 (LWP 31845)] [Thread debugging using libthread_db enabled] [New Thread 1090552608 (LWP 22411)] [New Thread 1130417072 (LWP 31845)] [Thread debugging using libthread_db enabled] [New Thread 1090552608 (LWP 22411)] [New Thread 1130417072 (LWP 31845)] [New Thread 1138809776 (LWP 31839)] [New Thread 1121979312 (LWP 22413)] [New Thread 1108716464 (LWP 22412)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 54449
Thread 1 (Thread 1090552608 (LWP 22411))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-01-12 21:31 ------- Unknown platform unknown. Setting to default platform "Other". Unknown milestone "unknown" in product "epiphany". Setting to default milestone for this product, '---' Setting to default status "UNCONFIRMED". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
I can reproduce this every time going to http://gnome-look.org. I've tried getting rid of my ~/.gnome2/epiphany/, but I get the same crash.
Here it crashes with this trace: Program received signal SIGFPE, Arithmetic exception.
+ Trace 54465
Thread NaN (LWP 8318)
I guess it's a div-by-zero...
My patch to librsvg in bug 163947 fixes this crash (but ephy still doesn't get icon).
My librsvg patch was committed, so this bug is fixed. However, if anyone cares about why the icon isn't loaded by epiphany, I guess they could leave this one open and rename it.
Fixed in cvs.
*** Bug 169004 has been marked as a duplicate of this bug. ***
Reopening. The code to detect the mime type doesn't seem to work correctly, even though it worked when I tested it. Looks like gnome_vfs_get_file_info can return the mime type based on extension even when the content is available and I use FORCE_SLOW_MIME_TYPE !?
This has been fixed in cvs for a while.