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 75888 - crash during favicon deconding
crash during favicon deconding
Status: RESOLVED DUPLICATE of bug 56837
Product: galeon
Classification: Deprecated
Component: general
1.2.0
Other Linux
: Normal major
: ---
Assigned To: Yanko Kaneti
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2002-03-22 11:26 UTC by Massimo Santini
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Massimo Santini 2002-03-22 11:26:31 UTC
While loading a site homepage Galeon silently crashes.

Step to reproduce: point the browser to http://www.cineca.it/

Note that Mozilla works as expected on the same site.

Last lines of a strace showing the crash follow:

stat64("/home/santini/.galeon/favicons/www.cineca.it_favicon.ico",
{st_mode=S_IFREG|0664, st_size=1150, ...}) = 0
open("/home/santini/.galeon/favicons/www.cineca.it_favicon.ico", O_RDONLY) = 32
fstat64(32, {st_mode=S_IFREG|0664, st_size=1150, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40eab000
read(32, "\0\0\1\0\1\0\20\20\0\0\1\0 \0h\4\0\0\26\0\0\0(\0\0\0\20"...,
4096) = 1150
open("/usr/lib/gdk-pixbuf/loaders/libpixbufloader-ico.so", O_RDONLY) = 34
read(34, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\t\0"...,
1024) = 1024
fstat64(34, {st_mode=S_IFREG|0755, st_size=68188, ...}) = 0
old_mmap(NULL, 10300, PROT_READ|PROT_EXEC, MAP_PRIVATE, 34, 0) = 0x4147a000
mprotect(0x4147c000, 2108, PROT_NONE)   = 0
old_mmap(0x4147c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 34,
0x1000) = 0x4147c000
close(34)                               = 0
_llseek(32, 0, [0], SEEK_SET)           = 0
read(32, "\0\0\1\0\1\0\20\20\0\0\1\0 \0h\4\0\0\26\0\0\0(\0\0\0\20"...,
4096) = 1150
read(32, "", 4096)                      = 0
write(2, "\n** ", 4
** )                    = 4
write(2, "ERROR **: ", 10ERROR **: )              = 10
write(2, "file io-ico.c: line 342 (DecodeH"..., 82file io-ico.c: line 342
(DecodeHeader): assertion failed: (State->LineBuf != NULL)) = 82
write(2, "\naborting...\n", 13
aborting...
)         = 13
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
kill(9403, SIGABRT)                     = 0
--- SIGABRT (Aborted) ---
+++ killed by SIGABRT +++
Comment 1 Yanko Kaneti 2002-03-22 11:35:49 UTC
You need to upgrade your gdk-pixbuf package


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