Hello
I am running tests of some libraries with ABCL (I decided to setup an test environment for CL libraries).
When compiling alexandria tests by (quicklisp:quickload :alexandria-tests) it encounters StackOverflow. I am using the latest quicklisp. I've tried to increase the java stack size by -XX:ThreadStackSize=12048, but it doesn't help.
Best regards, - Anton