Hello,<br><br>When running gambit 4.0b22 (or termite) with and without --enable-gcc-opts compiled in I get an error when I press C-d in the debugger.<br><br>Here is an interaction log in the emacs *scheme* buffer:<br><br>Gambit Version 4.0 beta 22<br>
<br>> (wtf)<br>*** ERROR IN (stdin)@1.2 -- Unbound variable: wtf<br>;;;; Note: I press C-d when the first debug prompt appears and this error is raised.<br>1> *** ERROR IN (stdin)@1.2 -- The pipe has been ended. <br>
(peek-char '#<input-port #2 (stdin)>)<br>1> *** ERROR IN (stdin)@1.2 -- The pipe has been ended. <br>(peek-char '#<input-port #2 (stdin)>)<br>1> *** ERROR IN (stdin)@1.2 -- The pipe has been ended. <br>
(peek-char '#<input-port #2 (stdin)>)<br>1> *** ERROR IN (stdin)@1.2 -- The pipe has been ended. <br>(peek-char '#<input-port #2 (stdin)>)<br><br>The error keeps looping until I kill the gsi.exe process with the task manager.<br>
<br>Any ideas what's going on here?<br><br>The debug commands still seem to work fine though.<br>ie.  ,t  ,d  etc.<br>