Is the Win32 platform still supported? I'm currently using version 9.4.1 because its the last version that compiles with Visual Studio. I've found a problem with it - the stepper crashes when a function returns. Here is a transcript:<br>
<br>C:\ECLTest>ecl<br>ECL (Embeddable Common-Lisp) 9.4.1<br>Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya<br>Copyright (C) 1993 Giuseppe Attardi<br>Copyright (C) 2000 Juan J. Garcia-Ripoll<br>ECL is free software, and you are welcome to redistribute it<br>
under certain conditions; see file 'Copyright' for details.<br>Type :h for Help.  Top level.<br>> (defun addone (x) (+ 1 x))<br><br>ADDONE<br>> (step (addone 1))<br> (ADDONE 1) -<br> (BLOCK ADDONE ...) -<br>
 (+ 1 ...) -<br><br>Internal or unrecoverable error in:<br>SIGSEGV without handler to jump to.<br><br>This application has requested the Runtime to terminate it in an unusual way.<br>Please contact the application's support team for more information.<br>
<br>Has this since been fixed in later versions?<br><br>Greg<br>