Re: make check-exec-image failure
Ken Brown <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
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 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel