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 172347 - FractalExplorer crashed on deleting a fractal
FractalExplorer crashed on deleting a fractal
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-01 12:42 UTC by Karine Delvare
Modified: 2005-04-03 23:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Karine Delvare 2005-04-01 12:42:10 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:
Comment 1 Michael Schumacher 2005-04-01 15:15:52 UTC
Happens in 2.2.4, too.
Comment 2 Sven Neumann 2005-04-03 21:38:06 UTC
The list is supposed to be rewritten (ported to GtkTreeView) for GIMP 2.4.
Comment 3 Sven Neumann 2005-04-03 23:09:06 UTC
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).