bug-guile
[Top][All Lists]
Advanced

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

bug#23435: The solution to the mysterious SIGABRT


From: Christopher Allan Webber
Subject: bug#23435: The solution to the mysterious SIGABRT
Date: Tue, 03 May 2016 20:24:09 -0500
User-agent: mu4e 0.9.13; emacs 24.5.1

So with some help from Andy Wingo (thanks Andy!) I figured out what to
do.  What happened is that when code in the resumed delimited
continuation threw an error, it attempted to find the original catch's
prompt, which had disappeared.  Remember that I had a prompt in a
prompt, so the outer prompt's catch had gone away.  The trick was to put
a catch around the inner prompt as well, repeating the same handlers
given to the outer prompt.

Not sure how coherent that is, but this fixed it.  Thanks, Andy!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]