Skip to content
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

Node assertion !uv__io_active(&handle->io_watcher, POLLIN | POLLOUT) fails. #13

Open
da2x opened this issue May 5, 2019 · 2 comments
Open

Comments

@da2x
Copy link
Contributor

da2x commented May 5, 2019

So this happen almost every time I try to use dat-push.

$ dat-push --dir public_html/ example.com
Importing newest files...
Joining network...
Searching for targets...
Replicating with 1.2.3.4
Replicating with 1.2.3.4
Finished replicating with 1.2.3.4
Finished replicating with 1.2.3.4
node: src/unix/udp.c:67: uv__udp_finish_close: Assertion `!uv__io_active(&handle->io_watcher, POLLIN | POLLOUT)' failed.
Aborted (core dumped)

https://retrace.fedoraproject.org/faf/reports/2551623/

@joehand
Copy link
Owner

joehand commented May 7, 2019

Thanks, this is an issue that has long plagued us! But I have never been able to regularly reproduce it and find a fix. (Though it regularly causes the Dat travis tests to fail).

For now, you can disable utp in dat.joinNetwork({utp: false}).

@joehand
Copy link
Owner

joehand commented May 7, 2019

See mafintosh/discovery-swarm#46 and I'll try to dig up the other issues (if anyone out there wants to try to solve this one!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants