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 357431 - ripple plugin crash
ripple plugin crash
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-24 10:37 UTC by ptk
Modified: 2008-01-15 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ptk 2006-09-24 10:37:26 UTC
Please describe the problem:
When entering period equal to 0 and change wavetype to sawtooth plugin crashes

Steps to reproduce:
1. Make image whatever you want
2. Go to riple filter and enter period=0 wavetype=sawtooth



Actual results:
I see a gimp window with warning

Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 weskaggs 2006-09-24 16:08:59 UTC
A period of 0 for a wave naturally leads to bad results.  Fixed by setting the minimum to 1 instead of 0, and I also added an error check for noninteractive calling.

Fixed in both branches:

2006-09-24  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* plug-ins/common/ripple.c: set min for "period" scale entry
	to 1 instead of 0, and add error check for noninteractive.
	Fixes bug #357431.