From: Ken B. <kb...@co...> - 2017-03-20 21:37:43
|
Hi Sam, On 3/20/2017 11:35 AM, Sam Steingold wrote: > Ken, does it fail with the hg tip? Yes. I just built clisp from Bruno's tarball (https://haible.de/bruno/gnu/clisp-2.49.50.tar.bz2), and here's what happens when I try to save an executable in the build directory: $ ./clisp -norc -q -x '(progn (ext:saveinitmem "test.exe" :init-function (function exit) :EXECUTABLE t))' ;; Wrote the memory image into test.exe (13,849,465 bytes) Bytes permanently allocated: 160,328 Bytes currently in use: 3,602,952 Bytes available until next GC: 66,168 3602952 ; 66168 ; 160328 ; 2 ; 26120 ; 15000 $ ./test.exe Segmentation fault (core dumped) I suspect that the problem has something to do with my patches to make dynamic modules work, but I don't know for sure. Ken |