GNOME Bugzilla – Bug 164827
freeze when misusing crop tool
Last modified: 2008-01-15 12:45:51 UTC
Please describe the problem: gimp freezes temporarily when following the described steps: Steps to reproduce: 1. use the crop tool so that its dialog appears 2. focus on the Aspect ratio field 3. click on the upper arrow to increase ratio value until it freezes (it happens when it gets less than a pixel wide) Actual results: gimp freezes for some time. it recovers some seconds later Expected results: do not freeze. disallow insane values Does this happen every time? yes Other information:
I can reproduce this.
Fixed in both branches. 2005-01-23 Bill Skaggs <weskaggs@primate.ucdavis.edu> * app/tools/gimpcroptool.c (crop_aspect_changed): don't accept aspect ratios that make image less than 1 byte high, fixes bug #164827.
*** Bug 167196 has been marked as a duplicate of this bug. ***