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

Re: core dumped while scheme_apply



On Thu, Feb 14, 2002 at 09:54:17AM -0700, Matthew Flatt wrote:

> Calling `scheme_setjmp' has the side-effect of installing a return
> target into `scheme_error_buf'. Then, when an exception triggers a call
> to `scheme_longjmp', the information in `scheme_error_buf' is used to
> escape from the exception context.

Ok. Thank you. I've never used c's longjmp/setjmp pair so couldn't understand
things right. Now I know a bit more, thanks to you ;-)
-- 
Yours truely, WBR, Paul Argentoff.