Kasper Gałkowski

Results 20 comments of Kasper Gałkowski

Maybe this is related? https://www.oracle.com/java/technologies/javase/17-relnote-issues.html#JDK-8265591 https://bugs.openjdk.java.net/browse/JDK-8265591

Stacktrace matches the JDK Git diff: ([line 240](https://github.com/openjdk/jdk/commit/8758b554#diff-50de65a27d09a727c0b6ea40ce7ebd97bf7ead098ff910d7757ae0dd781fc2c8R240)) (It expects an utf-8, but encounters a class) ``` Caused by: java.lang.IllegalArgumentException: Wrong type at constant pool index at java.base/jdk.internal.reflect.ConstantPool.getUTF8At0(Native Method) at...

@easye I still have this after that merge - it's a separate problem from the `print-object` stuff. I think this problem has something to do with initialization of the Lisp...

I tested on `x86_64-linux` : - [OpenJDK 17](https://github.com/openjdk/jdk17u/archive/jdk-17.0.1+12.tar.gz) - [ABCL 1.8.0](https://common-lisp.net/project/armedbear/releases/1.8.0/abcl-src-1.8.0.tar.gz) - [cl-autowrap](http://beta.quicklisp.org/archive/cl-autowrap/2021-12-09/cl-autowrap-20211209-git.tgz) - [c2ffi](https://github.com/rpav/c2ffi/archive/f50243926a0afb589de1078a073ac08910599582.tar.gz) - [FFmpeg](https://github.com/FFmpeg/FFmpeg/archive/0d666200d30be1643aa46fa67073f257c11937ac.tar.gz) running these commands: ``` java --add-opens=java.base/java.util.jar=ALL-UNNAMED -cp "abcl.jar:abcl-contrib.jar:jna-5.9.0.jar" org.armedbear.lisp.Main (require 'asdf) (require 'cl-autowrap)...

Hmmm, mabye an issue in Emacs. I get the same in inferior python mode.

see bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58353