GNOME Bugzilla – Bug 321932
Map Object plug-in crashes on second call
Last modified: 2008-01-15 14:05:03 UTC
Distribution/Version: FC4 1. Run Gimp 2. Open image, apply filtres-map-map object 3. (optionaly) Undo 4. Try to apply map object again: /usr/local/lib/gimp/2.0/plug-ins/MapObject: fatal error: Segmentation fault /usr/local/lib/gimp/2.0/plug-ins/MapObject (pid:12220): [E]xit, [H]alt, show [S] tack trace or [P]roceed: S
+ Trace 64148
Seems to work fine for me, I cannot reproduce the problem.
There is definitely a problem in the Map Object plug-in. The GimpZoomModel must not be part of the data structure that is being saved and restored using gimp_set_data() and gimp_get_data().
Now fixed in CVS: 2005-11-21 Sven Neumann <sven@gimp.org> * plug-ins/MapObject/mapobject_main.[ch] * plug-ins/MapObject/mapobject_preview.c * plug-ins/MapObject/mapobject_ui.c: must not keep pointers in the struct that is being used to preserve data between invocations of the plug-in. Fixes bug #321932.