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 71237 - gdk-pixbuf crash with a certain .tga file
gdk-pixbuf crash with a certain .tga file
Status: RESOLVED WONTFIX
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-02-12 03:04 UTC by Carl Soderstrom
Modified: 2010-07-10 04:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carl Soderstrom 2002-02-12 03:04:12 UTC
I generated a .tga file with povray, which will repeatably crash gqview.  
                                   
it exits with:                                                            
                                   
** ERROR **: file io-ico.c: line 311 (DecodeHeader): assertion failed: (0)
                                   
aborting...                                                               
                                   
Aborted                                                                   
                                   
                                                                          
                                    
the file is available at:                                                 
                                   
www.redchrome.org/misc/halo_demon1.tga                                    
                                   
and the output of 'strace gqview halo_demon1.tga' is at:                  
                                   
www.redchrome.org/misc/strace_gqview.txt            

the gqview maintainer says it's a bug in gdk-pixbuf (the file will crash
eog as well).

gdk-pixbuf version is 0.14.0
Comment 1 Matthias Clasen 2002-02-12 07:45:18 UTC
The image loads just fine in 1.3.13.
Comment 2 Yanko Kaneti 2002-09-16 19:18:53 UTC
It still crashes gdk-pixbuf 0.19.0 - the same assertion

works fine with gtk  head and gtk-2-0 from today

Comment 3 Federico Mena Quintero 2002-09-27 22:40:04 UTC
Merged the gdk-pixbuf-io changes from HEAD into the 1.4 branch so that
we don't generate false positives, but 1.4 does not have a Targa
loader and will not have one --- the one in 2.0 is rather bad as it is.