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 345791 - Perspective Tool Crashes
Perspective Tool Crashes
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal critical
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-24 04:54 UTC by Campbell Barton
Modified: 2006-06-27 18:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Dr. MinGW log for the crash (6.43 KB, text/plain)
2006-06-25 20:17 UTC, Michael Schumacher
Details

Description Campbell Barton 2006-06-24 04:54:35 UTC
Make a new image.
Select the perspective transform tool, double click to view the options.
Make an adjust it with the perspective transform tool (I had preview enabled) 
Execute the transformation.
In the tool options select the  "backward" option = crash.
Comment 1 Michael Schumacher 2006-06-25 20:14:15 UTC
Confirming. I'll attach a crash log.
Comment 2 Michael Schumacher 2006-06-25 20:17:23 UTC
Created attachment 67990 [details]
Dr. MinGW log for the crash

Hm, does gthe tool have a display while it is calculating the transform?
Comment 3 Sven Neumann 2006-06-27 18:52:23 UTC
2006-06-27  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptransformtool.c (gimp_transform_tool_notify_type):
	do not call bounds() and recalc() with a NULL display.  Added
	sanity checks for the display parameter to both functions.
	Fixes bug #345791.