-
Notifications
You must be signed in to change notification settings - Fork 42
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
SBCL memory issues with cl-async #148
Comments
Possibly a libuv mismatch. I haven't update the cl-libuv bindings in a loooonnng time, and you might have a more recent version with an incompatible ABI. Try loading libuv ~v1.5 (assuming that's not the version you're using). |
Also, possibly related: #147 Although that's more likely just going to cause very sporadic crashes, not the colossal failure you saw in the tests. What platform/sbcl version are you on? |
Hi, |
Archlinux is x86-64 |
I think downgrading libuv may not be possible as there is other stuff I use that I would rather keep current with upstream. |
Hi,
Have been getting the following errors when running the tests.
Any thoughts ...
The text was updated successfully, but these errors were encountered: