GNOME Bugzilla – Bug 516369
Wind plug-in crashes
Last modified: 2008-10-30 20:09:38 UTC
Steps to reproduce: 1. create a duplicate of a new text layer 2. alpha channel to selection 3. apply filters->distorsion->wind Stack trace: Other information: this occurs both in winxp and ubuntu 7.10
I cannot reproduce this problem. Please give a more detailed description. What type of image are you working on, what are the layer sizes? Perhaps attach a small XCF file that we can use to reproduce the problem.
The size of the image it happens on is the default size 420x300. > I'm trying to reproduce a bloody text tutorial wich include following > steps: > * Create a text layer > * Duplicate the the layer - and with that layer selected: > * Hide the first textlayer > * Enlarge the selection to layer boundary ( border?) ( The program is > swedish I hope it the correct translation. > * Transform -> rotate the layer CCW > * Layer to Alpha selection > * bucket fill selection with red > * Filter - distorsion - wind > > And then plug-in crashes and warning window pops up with notice to save > the current work. > > that tutorial includes also gaussian blur, transforming selection CW > back The crash occurs as I described but when I deselected the item and added wind plug-in it behaved normal.
This is still not enough information to reproduce the problem. Please attach an XCF file with everything before the step where the crash occurs.
Created attachment 105696 [details] the file before applying wind requiered file
Thanks. I can reproduce the crash now:
+ Trace 190060
This is now fixed in both branches: 2008-02-22 Sven Neumann <sven@gimp.org> * plug-ins/common/wind.c (render_wind): fixed call to gimp_drawable_mask_intersect() which was causing a crash as reported in bug #516369.