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

uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed. #516

Closed
bwq90 opened this issue Jul 24, 2022 · 3 comments
Closed

uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed. #516

bwq90 opened this issue Jul 24, 2022 · 3 comments

Comments

@bwq90
Copy link

bwq90 commented Jul 24, 2022

Today I got the below error and then XMRIG Proxy Aborted.

src/unix/core.c:932: uv__io_stop: Assertion loop->watchers[w->fd] == w' failed.`

The proxy was running fine for last few days. The hashrate was stable and everything looked normal. Until it suddently got aborted with the above error.

Now I have restarted proxy and it is again running fine.

Server Machine:

Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic

@bwq90
Copy link
Author

bwq90 commented Jul 28, 2022

Today I again got this error and xmrig proxy crashed. Now I am updating my OS to 20.04 LTS. because the other instance on 20.04 LTS is working fine.

@SChernykh
Copy link
Contributor

This is a bug in libuv and it was fixed in libuv v1.41: nodejs/node#33966 (comment)

@bwq90
Copy link
Author

bwq90 commented Aug 1, 2022

Thanks @SChernykh . Yes I can confirm that after updating to Ubuntu 20.04 LTS. This bug no longer occurs.

@bwq90 bwq90 closed this as completed Aug 1, 2022
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