-
Notifications
You must be signed in to change notification settings - Fork 188
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
Intermittent CI failure: assertion tripped when run under Valgrind #730
Comments
Different but presuambly related failure here: https://github.com/luvit/luv/actions/runs/12801148295/job/35690138656?pr=746
This seems suspiciously like stack corruption/use-after-free/race condition or something like that. Impossible error codes, impossible |
Something else that's strange about this is the The expected output for the
|
To add to the above wrt impossible error codes: It's because libuv returns the wrong thing for errors. It's returning A result of errno -115 tells us nothing more than one of the pthread functions failed, we will not know why or which until libuv starts providing the correct error information. |
Split from #721
This assertion was tripped in a CI run of our tests here: https://github.com/luvit/luv/actions/runs/11649845591/job/32437850489
It occurred during the "getpriority, setpriority" test, and a re-run fixed it so it is an intermittent failure.
Our own tests tripping this assertion seems like bad news.
Same failure here and (presumably, logs have been cleared) here
Not sure why it's only getting tripped when run under Valgrind.
The text was updated successfully, but these errors were encountered: