Closed neildsouza closed 7 years ago
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: https://github.com/orthecreedence/cl-async/issues/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, I'm on Archlinux, SBCL 1.3.18 & libuv 1.12.0
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 ...