We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ok 126 thread - getaffinity, setaffinity default priority 0 hello world from thread priority in thread 0 lua: /home/runner/work/luv/luv/src/loop.c:98: luv_walk_cb: Assertion `data && data->ref < 0x1000000' failed.
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:
No branches or pull requests
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: