Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
850 stars 103 forks source link

CL_Protobufs test failing with JVM::OFFSET size issue #409

Closed Slids closed 2 years ago

Slids commented 2 years ago

See: https://github.com/qitab/cl-protobufs/runs/5605860745?check_suite_focus=true

Caught SIMPLE-ERROR while processing --eval option "(asdf:test-system :cl-protobufs)": The assertion (<= -32768 JVM::OFFSET 32767) failed. Error: Process completed with exit code 2.

Slids commented 2 years ago

I am downloading and installing ABCL from head see: https://github.com/qitab/cl-protobufs/blob/master/.github/workflows/ABCL-test.yml

phoe commented 2 years ago

I have no idea what to do with regard to this bugreport - OK, the assertion has failed, but what is the body of code in question, is there a minimal reproducible testcase somewhere, is it meaningful to run ABCL test suite against CCL?

Slids commented 2 years ago

Why am I in CCL /sigh, I was tired this morning, sorry Phoe!