-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Assert in uv__io_poll #34633
Comments
Interesting... I can tell from the line number that the kevent() system call (what node/libuv uses to suspend itself and wait for new events) timed out even though we told it to wait indefinitely. It's basically an impossible condition barring kernel bugs - which is probably what you hit here. Is it possible for you to check |
@bnoordhuis Hello The result of
Also small correction, actually We have started to experience this issue recently and didn't find any changes from image side that could cause it. Also this Node.js was recently updated 9 months ago that can't be root cause too. |
Thanks, but... v6.x has been end-of-life'd for over a year so, if nothing else, you should upgrade to a supported version. I'll close this but let me know if you still run into this with node v1[024].x. |
What steps will reproduce the bug?
Unknown 🤷♂️ , failed
only onceon CI.How often does it reproduce? Is there a required condition?
OnceA few timesWhat is the expected behavior?
Run without crashes
What do you see instead?
Additional information
Sorry that there is so little info here, but it doesn't repro on the same VM with same parameters. It's more like notification that this problem exists so you can review/analyze this part of the code.
Just in case: the script is open source https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/XcodeV5/xcode.ts
The text was updated successfully, but these errors were encountered: