-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory corruption issues on SBCL 1.5.6 #401
Comments
Quick-fix / bandaid PR similar to quil-lang/qvm#172 coming soon |
Looks like there might be additional issues for cl-quil / quilc with SBCL 1.5.6 beyond just Changing issue title to indicate broader scope.
|
Expanded backtrace of the above test failure with
|
Weeeeeeeeird. But fun. |
A head-scratcher to be sure. |
Looks like something fishy going on with the combination of
If I just call the compiler directly rather than
Also works If I explicitly
Replacing |
The hyperspec entry for
And also
You'd think that the fact the |
Kudos to @notmgsk for spotting this SBCL commit which looks like a likely candidate: |
A couple more examples:
This fails:
This doesn't:
|
All the https://sourceforge.net/p/sbcl/sbcl/ci/550c4d23c77cc670fb95d7216e3c6d493bbd76eb/ |
Closing this since the bulk of the memory corruption issues were resolved by the above mentioned SBCL commit. Opened #407 to track fixing |
quilc fails to compile with SBCL 1.5.6.
This is essentially the same issue as quil-lang/qvm#168
See also #397
The text was updated successfully, but these errors were encountered: