Problem with scm_display_backtrace and guile 1.8.3

2008-02-04 Thread René Köcher
Hi, 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 work

trouble with scm_display_backtrace in guile 1.8.3

2008-02-04 Thread René Köcher
Hi, 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 work