I have a script-fu that calls a plug-in that calls another script-fu. When the plug-in returns gimp (1.2.2) crashes with a segmentation fault. If I invoke the script-fu from the script-fu console everything works OK. I'm guessing this is because the script-fu console fires up another copy of the Scheme interpreter, whereas the first method all hapens inside the one interpreter and it gets confused. Does this sound reasonable? Do you think that this bug in gimp would be difficult to fix? Tim