Taylor Venable writes:
> Hi there, I'm writing a piece of code with a web server component, and
> part of that being that I want to jump back to the REPL when one hits
> ^C. So it would go something like this:
>
> scheme@(guile-user)> (start-server)
> ;;; handling requests
> ^C
> scheme@(guile-u
Hi Andy,
I patched the debian source/debuild/dpkg -i with the 2 patches you mentioned and
that were not in the debian ... but it still crash. this time the backtrace is
larger, would it gives us more info?
I'll try to make a short example which 'mimics' what my app mainly do and try to
make it cr