GNOME Bugzilla – Bug 575217
tga loader fails without setting an error
Last modified: 2016-12-28 18:06:26 UTC
As per bug 538888, the tga loader fails to set a GError, but returns failure when closing the loader. When I try loading the tga with eog i get: GdkPixbuf-CRITICAL **: io_buffer_free_segment: assertion `buffer->data != NULL' failed GdkPixbuf-WARNING **: Bug! loader 'tga' didn't set an error on failure
Created attachment 130571 [details] The sample file
$ gdk-pixbuf-thumbnailer ~/Downloads/androstanRezeptor.tga foo.png ** (gdk-pixbuf-thumbnailer:18627): WARNING **: Could not thumbnail '/home/hadess/Downloads/androstanRezeptor.tga': TGA image was truncated or incomplete. commit 8c604de710de281c5a08f54f32a0670cbb607125 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Dec 28 19:05:16 2016 +0100 tests: Add failing test for bug 575217 It currently errors out with "TGA image was truncated or incomplete". https://bugzilla.gnome.org/show_bug.cgi?id=575217