Skip to content

Error starting the QL client when SBCL safety and debug are set to level 3 #212

Open
@ghost

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.

ql-bug-220101.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions