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 686698 - Crash in build with gdk-pixbuf-query-loaders and tiff or jpeg loader
Crash in build with gdk-pixbuf-query-loaders and tiff or jpeg loader
Status: RESOLVED DUPLICATE of bug 686822
Product: gdk-pixbuf
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-23 11:01 UTC by Simon Feltman
Modified: 2012-10-25 03:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace of loading ani and jpeg (2.29 KB, text/plain)
2012-10-23 11:01 UTC, Simon Feltman
Details

Description Simon Feltman 2012-10-23 11:01:20 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.
Comment 1 Simon Feltman 2012-10-25 03:01:59 UTC

*** This bug has been marked as a duplicate of bug 686822 ***