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 517195 - GdkPixbuf-WARNING: Bug! gdk_pixbuf loader 'ani' didn't set error on failure
GdkPixbuf-WARNING: Bug! gdk_pixbuf loader 'ani' didn't set error on failure
Status: RESOLVED INCOMPLETE
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2008-02-18 11:27 UTC by Andrey Tsyvarev
Modified: 2014-10-27 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Corrupted ANI file for check (748 bytes, application/x-compressed-tar)
2014-10-27 08:36 UTC, Andrey Tsyvarev
Details

Description Andrey Tsyvarev 2008-02-18 11:27:14 UTC
If one tries to load a corrupted ani-file as an animated image, the following warning is displayed:
GdkPixbuf-WARNING: Bug! gdk_pixbuf loader 'ani' didn't set error on failure

This message means that the loader itself did not set error (GError) properly, although the corresponding function of this loader returned NULL. Instead, the error was set by a wrapper function from gdk-pixbuf that called this loader's function.

The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=S0626
Comment 1 Bastien Nocera 2014-10-22 13:57:50 UTC
The problem with forwarding bugs without including all the necessary information to reproduce the problem.

The archive containing the ANI file isn't available any more. If you can locate it again, please reopen this bug and attach the file here.
Comment 2 Andrey Tsyvarev 2014-10-27 08:34:49 UTC
ANI file has been restored, but problem was disappeared(tried with gdk-pixbuf 2.28).

Now error message is: "ANI image was truncated or incomplete", so it seems that problem has been fixed with r570a8f967cb7c315c4f9746a9094b4b1fc9c8611.
Comment 3 Andrey Tsyvarev 2014-10-27 08:36:08 UTC
Created attachment 289388 [details]
Corrupted ANI file for check
Comment 4 Bastien Nocera 2014-10-27 10:50:06 UTC
commit 63c006a2880b3607523d6852e167005853aa182a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 27 11:47:37 2014 +0100

    tests: Add broken animation to test suite
    
    From data_S0626.tgz in https://bugzilla.gnome.org/show_bug.cgi?id=517195