Hi all!
I'm currently experiencing a problem regarding thread debugging in some compiled code. I have a thread which seems to die for some unknown reasons (which I'd like to find out) but since it is compiled code, I don't have access to gambit's debugging facilities such as a backtrace of the execution. Is there a way to get that info even with compiled code?
I cannot use 'gsi' with my code because it uses gambit's FFI (and gsi does not support the FFI)...
Thank you!
David