GNOME Bugzilla – Bug 517195
GdkPixbuf-WARNING: Bug! gdk_pixbuf loader 'ani' didn't set error on failure
Last modified: 2014-10-27 10:50:06 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
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.
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.
Created attachment 289388 [details] Corrupted ANI file for check
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