This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Dat Close Assertion #217
Comments
Also having this problem on OS X. Same node version. |
This gist appears to work on my Windows 10 machine with node version 8.7.0. I tried it on Linux (4.17.6) Node version 8.0.0 and the gist again worked. However, if I increase the number of simultaneous archives it eventually fails with 8 open dats with the following error:
Not sure if it is related. |
Thanks, we've seen similar issues but never been able to pin it down in the udp library. @mafintosh any ideas here? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am reporting:
Bug Report
Expected behavior
I have some code that opens multiple Dats and then closes them all. The expected behavior is that all of the Dats open and then close without error.
https://gist.github.com/mistersdevelopment/2cddb3760e48de701e602933f3193a40
Actual behavior
The code intermittently asserts in libuv. I realize this may be a libuv issue but it could be how Dat is making use of libuv as well.
The assertion is here:
https://github.com/libuv/libuv/blob/619937c783a05b51fba95cc9a62543deeffe5fa7/src/unix/udp.c#L67
Debug Logs
Thanks!
The text was updated successfully, but these errors were encountered: