From: Ken B. <kb...@co...> - 2017-03-22 02:48:14
|
Hi Bruno, On 3/21/2017 6:52 PM, Bruno Haible wrote: > For me, with the same clisp-2.49.50, it succeeds, both in 32-bit and 64-bit > Cygwin builds. Here's the output of "make check-exec-image": make check-exec-image works for me too, but the test case I gave in my previous mail still crashes. Here it is again: $ ./clisp -norc -q -x '(progn (ext:saveinitmem "test.exe" :init-function (function exit) :EXECUTABLE t))' ;; Wrote the memory image into test.exe (13,954,214 bytes) Bytes permanently allocated: 160,720 Bytes currently in use: 3,624,680 Bytes available until next GC: 109,960 3624680 ; 109960 ; 160720 ; 1 ; 27104 ; 15000 $ ./test.exe Segmentation fault (core dumped) Did you try this? Ken |