GNOME Bugzilla – Bug 686698
Crash in build with gdk-pixbuf-query-loaders and tiff or jpeg loader
Last modified: 2012-10-25 03:01:59 UTC
Created attachment 227050 [details] Backtrace of loading ani and jpeg I'm currently experiencing a crash when building gdk-pixbuf. It occurs during a make install or jhbuild with gnome-apps-3.8 when the build script tries to run gdk-pixbuf/gdk-pixbuf-query-loaders. I've narrowed it down to only crashing when more than one loader is passed in and one of the loaders must be the tiff or jpeg loader. So for instance the following will crash: .libs/lt-gdk-pixbuf-query-loaders libpixbufloader-tga.la libpixbufloader-tiff.la .libs/lt-gdk-pixbuf-query-loaders libpixbufloader-ani.la libpixbufloader-jpeg.la Whereas passing any loader individually (including tiff and jpeg) or any multiple of loaders which are not tiff or jpeg works fine.
*** This bug has been marked as a duplicate of bug 686822 ***