<div class="gmail_quote">On Fri, Jan 21, 2011 at 11:45 PM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":wq">With your exact test case, there is indeed no problem for me.  So I<br>
tried two other tests, related to reception of SIGINT</div></blockquote></div><br>Well, then I think I might know the problem. If this is a multithreaded ECL, when SIGINT is received, it is handled by a separate thread. However, this thread is spawned by a thread which is created before your code is executed. In other words, the handler thread never gets to see your restarts. At most the *debugger-hook* might be used to "push" restarts, but not that they do not make much sense, since they are executed on a standalone thread, where the notion of "continue" does not make much sense.<div>

<br></div><div>In an "ordinary" ECL the situation is a bit different, as the debugger is better "installed" and what it does is coordinate with the already running toplevel. I will look into your examples, which are clear and simple enough, to see what is going on there -- the third example is particularly ugly.<br>

<div><div><div><br></div><div>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div></div></div></div>