[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

core dumped while scheme_apply



Hello, world.

Recently I've started my embedded mzscheme project. So here's my first real 
problem (real because I couldn't find a clue in the docs).

When I call scheme_apply and the scheme function which I call generates a 
runtime error, my program dumps core because of segfault while calling libc's
longjmp() (that's what gdb says).

Does anybody know how to avoid this?
-- 
Yours truely, WBR, Paul Argentoff.