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 331044 - despeckle plugin crashes
despeckle plugin crashes
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other Windows
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-13 20:27 UTC by Stephen
Modified: 2008-01-15 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephen 2006-02-13 20:27:12 UTC
Steps to reproduce:
1. Run the despeckle plugin in the win32 version
2. The status bar completes then at the end it displays a generic windows error
3. 


Stack trace:
out put from windows:  AppName: despeckle.exe	 AppVer: 0.0.0.0	 ModName:
despeckle.exe
ModVer: 0.0.0.0	 Offset: 000016e0

output from program:  Plug-In crashed: "despeckle.exe"
(F:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins\despeckle.exe)

Other information:
Under more information in from the windows error message i pulled the above
information.  I could not find a stack tracer for windows.
Comment 1 weskaggs 2006-02-13 22:46:33 UTC
This happens when you using the default values, or do you need to change anything to make it crash?  Does it matter what type of image you apply it to?
Comment 2 Stephen 2006-02-13 23:43:57 UTC
This happened on every *.jpg file i tried.  I messed with the values to see if it would make a difference but it kept on doing it.  In consequence I installed the stable version which had no problems.
Comment 3 Sven Neumann 2006-02-14 07:21:25 UTC
Someone should run valgrind on this plug-in then.
Comment 4 Sven Neumann 2006-02-14 11:27:45 UTC
2006-02-14  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/despeckle.c (despeckle_median): fixed incorrect
	loop boundaries. Should fix bug #331044.