GNOME Bugzilla – Bug 331044
despeckle plugin crashes
Last modified: 2008-01-15 14:05:39 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.
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?
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.
Someone should run valgrind on this plug-in then.
2006-02-14 Sven Neumann <sven@gimp.org> * plug-ins/common/despeckle.c (despeckle_median): fixed incorrect loop boundaries. Should fix bug #331044.