GNOME Bugzilla – Bug 322396
Crop dimension entering causes crash
Last modified: 2005-12-28 07:36:57 UTC
Steps to reproduce: 1. New Image (with default paintbrush tool) 2. Choose crop tool 3. Enter '8' for width in tools option (don't choose fix) 4. Click the 'height' entry box 5. Boom. Stack trace: ...
+ Trace 64246
Other information:
That's a known bug that exists for quite a while.
Well, it can't have existed for quite a while, because I only added the callback to respond to these events to RectangleTool a couple of weeks ago -- until then changes to those entries were just ignored. Anyway, I will take responsibility for this.
A couple of weeks is quite a while for code that is supposed to be under active development.
Okay, I think this should fix the problems: 2005-11-28 Bill Skaggs <weskaggs@primate.ucdavis.edu> * app/tools/gimprectangletool.c: don't crash when user modifies width/height of nonexistent rectangle, and make sure to disconnect option notify handlers in dispose. Should fix bug #322396.
*** Bug 324033 has been marked as a duplicate of this bug. ***
*** Bug 325082 has been marked as a duplicate of this bug. ***