GNOME Bugzilla – Bug 172347
FractalExplorer crashed on deleting a fractal
Last modified: 2005-04-03 23:09:06 UTC
Please describe the problem: The FractalExplorer plugin has a Fractals tab which lets you chose the Fractal you want to produce. If you try to delete on of them, the plugin sefaults. Steps to reproduce: 1. Create a new Image 2. Filters / Render / FractalExplorer 3. Fractals tab 4. Pick any fractal and press Delete Actual results: /usr/lib/gimp/2.0/plug-ins/FractalExplorer: fatal error: Segmentation fault Expected results: The fractal should be removed from the list Does this happen every time? Yes Other information:
Happens in 2.2.4, too.
The list is supposed to be rewritten (ported to GtkTreeView) for GIMP 2.4.
Fixed in both branches: 2005-04-04 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer/FractalExplorer.c: fixed typo that caused a crash when deleting a fractal from the list (bug #172347).