Hi Garrison, > - fc merely executes an unwind. the code generators do not know how to codegen unwind. Only the interpreter has support for it. Yes, this sucks. You will need to call the libgcc unwind routine directly. Ciao, Duncan.