Open nmbook opened 10 years ago
Probably relevant: https://github.com/joyent/libuv/commit/29fdb34
Has been fixed in libuv v0.10.19
That link was out of context, here's more: https://github.com/joyent/node/issues/6407
I was seeing these assertions too. I re-cloned the repo and I haven't seen them again since.
I haven't looked at much of this code since the Hackathon, but since the libuv additions, meshchat no longer runs for me.
After everything is bound up, it almost immediately gives this assertion from libuv code.
I have no experience with how libuv works, and so far the first thing I see from it is a cryptic assertion in the UDP code. Although I welcome the improved event loop stuff that was advertised, I hope this can be fixed.
FYI: fedora 20 x64 in a VM on DigitalOcean (
uname -a
=Linux natembook.com 3.12.10-300.fc20.x86_64 #1 SMP Thu Feb 6 22:11:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
)