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 355237 - Gimp crashes when inserting sample point
Gimp crashes when inserting sample point
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Urgent critical
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-10 07:55 UTC by Heiko Schmidt
Modified: 2006-09-11 07:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Heiko Schmidt 2006-09-10 07:55:33 UTC
Please describe the problem:
My OS is Win Xp.
When I like to insert a sample point while the new Healing Brush Toll is activ Gimp crashes immediately. This happens also with other tools active for instance the "Dodge/Burn" tool or the "Clone" Tool. One time has appeared an error message before gimp crashes which I could not reproduce again.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 weskaggs 2006-09-10 18:59:19 UTC
Confirming for HEAD in Linux.  I got a stack trace, and it shows the crash happening in GimpBrushCore::motion, which ought not to be called at all in this situation.  It looks like the Move tool is no longer getting pushed properly when Ctrl-dragging from a ruler.
Comment 2 Michael Natterer 2006-09-11 07:59:38 UTC
Fixed in CVS:

2006-09-11  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c
	(gimp_display_shell_ruler_button_press): don't just
	unconditionally use the active tool for sample point moving if it
	is a GimpColorTool, use it only if it is a GimpColorTool but *not*
	a GimpPaintTool with color picking disabled. Fixed bug #355237.