-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
unhandled memory fault in caveman app #96
Comments
And digging more deeply down the rabbit hole, I can see the following when I turn off various optimizations and (the ...) forms. We shouldn't be lying to the compiler and should be striving for correctness over speed here.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can fairly reliably trigger this:
If I use ab to load a page 10,000 times and then load another page, I can trigger this fairly reliably.
Not sure if the problem lies in caveman2/clack/lack/fast-http/etc... or in SBCL itself. Happy to provide more details.
The text was updated successfully, but these errors were encountered: