GNOME Bugzilla – Bug 356209
GIMP crashes when cloning from one view to another, and "Sample Merged" is enabled
Last modified: 2008-01-15 14:08:38 UTC
Steps to reproduce: 1. Start GIMP. 2. Create a new image. 3. Create a new view (View->New View) 4. Select the clone tool. 5. Tick "Sample Merged". 6. Attempt to clone from one window to the other (Ctrl-click on one window, and start cloning in the other). 7. Watch GIMP crash. Stack trace:
+ Trace 72451
Other information:
Thanks! Fixed in CVS: 2006-09-16 Michael Natterer <mitch@gimp.org> * app/tools/gimpperspectiveclonetool.c (button_press) * app/tools/gimpsourcetool.c (button_press): need to instruct the paint_core to make a copy of the projection whenever we clone from the same *image*, not from the same display. Fixes crash when cloning from the same image's projection in another view (bug #356209).