abcl icon indicating copy to clipboard operation
abcl copied to clipboard

CL_Protobufs test failing with JVM::OFFSET size

Open Slids opened this issue 3 years ago • 1 comments

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.

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

Everything installs and starts off, it's not til we run (asdf:test-system :cl-protobufs) ...

Slids avatar Mar 22 '22 17:03 Slids

Namely, we be failing here: https://github.com/armedbear/abcl/blob/36a4b5994227d768882ff6458b3df9f79caac664/src/org/armedbear/lisp/jvm-instructions.lisp#L1136

Slids avatar Aug 06 '22 17:08 Slids