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 520840 - pixbuf crash while downsizing with BILINEAR
pixbuf crash while downsizing with BILINEAR
Status: RESOLVED DUPLICATE of bug 80925
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-03-06 21:00 UTC by Stephane Delcroix
Modified: 2010-07-10 04:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case (591 bytes, text/x-csrc)
2008-03-06 21:03 UTC, Stephane Delcroix
Details

Description Stephane Delcroix 2008-03-06 21:00:49 UTC
While resizing pixbufs with a very small zoom factor. it crash while trying to allocate ~40G (which obviously I don't have :) )

Attached is a 20 line test case for this. It happens with gdk_pixbuf_scale or with gdk_pixbuf_composite[_color].

(originally triggered by bug #406505).

The fact that the smaller the target is, the longer it takes to resize the pixbuf could be related to this.
Comment 1 Stephane Delcroix 2008-03-06 21:03:22 UTC
Created attachment 106717 [details]
test case

I can provide a stactrace or a core dump if needed, but the test case should be enough...
Comment 2 Owen Taylor 2008-03-06 21:12:51 UTC
Known issue

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