as the subject states I encountered some problems while
trying to get a backtrace for a exception. I'm trying to embedd
guile into a C programm which should catch exceptions at
global scope and print usable error messages and backtraces.
After some searching I got to the code below which works fine
except for backtrace display.. (crashes with wrong-type-arg)
Any help on this is much appreciated, all samples and
documentation I found was targeted at guile 1.6...