GNOME Bugzilla – Bug 470302
Crash after opening large images
Last modified: 2008-10-30 19:57:43 UTC
From Debian bug report http://bugs.debian.org/439489: I'm getting absolutely reproducible crashes when cropping an image. I have a set of large TIFF files of 9,4 MB each. When I load two from the set and crop one of them, Gimp crashes, always at the same point (see below for a stack trace). Cropping with only one image so far hasn't caused any crashes, but I'll report again if that changes (as that's the way I'll have to work as long as this bug occurs). Starting program: /usr/bin/gimp [Thread debugging using libthread_db enabled] [New Thread -1220245840 (LWP 5815)] (gimp:5815): Gtk-WARNING **: Debug: missing action debug-menu Program received signal SIGSEGV, Segmentation fault.
+ Trace 157904
Thread NaN (LWP 5815)
Im am unable to reproduce on latest SVN, is the original reporter able to?
I could reproduce the bug on 2.4.0rc1 and can no longer reproduce it in SVN, so I guess it's fixed. For reference, here are easy steps to reproduce under rc1: 1. Start gimp, set tile cache to 64 MB if it's not already set 2. Create a new image with resolution of 3500x3500 3. Crash
I was also able to reproduce it with those steps on RC1, but not on trunk, so this appears to be fixed in trunk. This bug seems not to be a division by zero issue, i.e. it does not look like a duplicate of bug #469785, but it was likely fixed in one of Øyvind's cleanup/fix commits that has taken place after RC1.