[Ecls-list] ECL support for cl-launch and xcvb

Daniel Herring dherring at tentpost.com
Mon Nov 9 05:51:17 UTC 2009


On Sun, 8 Nov 2009, Faré wrote:

> With 9.10.2, I fail at test 73 when I first try to dump an image and
> resume from it. Apparently, the primitive (si:quit 0) fails miserably,
> I get plenty of "No restarts available." before ECL seems to run out
> of stack and go into weirder lower-level errors. The --dump feature
> used to work, so this is a regression. I note that even in a normal
> ecl, si:quit quits but fails to yield the specified return code:
> /usr/lib/ecl/ecl-original -q -eval '(si:quit 23)' ; echo $?
> 0

FWIW, my ECL build 9.8.3 (git b38bc4) works ok
# ecl -q -eval '(si:quit 23)' ; echo $?
23

- Daniel


More information about the ecl-devel mailing list