25.03.2014, 13:09, "Mark Evenson" evenson@panix.com:
When you get a chance could you build [r14661][] to test? I’m planning to push an abcl-1.3.1 within 30 days to fix issues like this.
Hello Mark,
Test results for revision 14662: http://common-lisp.net/project/cl-test-grid/abcl/abcl-diff19.html
As you see, improvements are due to newer ASDF.
The crash of cl-prime-maker is due to stack overflow. To reproduce it at the cl-test-grid.cloud.efficito.com, login as 'testgrid' user (your ssh key is added) and do:
java -jar ~/lisps/abcl/dist/abcl.jar --noinit --nosystem --batch "--eval" "(require :abcl-contrib)" --load ~/cl-test-grid/work-dir/agent/quicklisp/setup.lisp --eval '(ql:quickload :cl-prime-maker)'
Best regards, - Anton