Diff for the revision 14556 (and by the way, new quicklisp 2013-06-15): http://common-lisp.net/project/cl-test-grid/abcl/abcl-diff14.html
As you see, there are some regressions in this revision. Some of them are caused by the same error "The assertion (EQ (CAR (SECOND JVM::FORM)) (QUOTE LAMBDA)) failed."
Also, there are some crashes (tinaa, metatilities, etc). Reproduced tinaa crash with rm -rf ~/.cache/common-lisp/ java -jar lisps/abcl/dist/abcl.jar --eval '(ql:quickload :tinaa)' > tinaa.load.log 2>&1 less tinaa.load.log reveals "java.lang.Error: ABCL Debug.assertTrue() assertion failed!"
Best regards, - Anton
18.06.2013, 09:40, "Erik Huelsmann" ehuels@gmail.com:
Exscribe issue fixed last night - and greatly simplified the crashing function in the process!
Bye,
Eeik
sent from my phone On Jun 17, 2013 8:15 PM, "Anton Vodonosov" avodonosov@yandex.ru wrote:
Have you seen the abcl-1.3.0-dev-svn-14545-fasl42-linux-x86 results already?
I've published the diff report here: http://common-lisp.net/project/cl-test-grid/abcl/abcl-diff13.html
What deserves attention is exscribe crash.
Reproduce like this: rm -rf ~/.cache/common-lisp/ java -jar lisps/abcl/dist/abcl.jar --eval '(ql:quickload :exscribe)' > exscribe.load.log 2>&1 less exscribe.load.log
The compiler crashes due to java.lang.Error: "ABCL Debug.assertTrue() assertion failed!"