Open

Description
During the last few months, I have encountered a bug that prevents QL from loading a system after a fresh SBCL upgrade, see the attached backtrace.
I can not really understand what is causing it, my guess is that the cached files from the last SBCL somehow interfere with the new SBCL, but commenting out the following line in my .sbclrc allows the first compilation to proceed:
(declaim (optimize (safety 3) (debug 3) (speed 0) (space 0)))
After a successful first compilation without these settings, every subsequent compilation can be performed with safety and debug levels set back to 3.
Metadata
Metadata
Assignees
Labels
No labels