-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Some tests fail on macOS with c-ares 1.17.1 #6247
Comments
That doesn't look like a stable nor frequent failure? Most CI rounds seem to do fine for those tests. I just ran those tests locally in c-ares builds on both mac and Linux here, and none of the tests failed even once (on current master).
|
It actually looks like 37cdc2a introduced the CI failure. |
I'll dig deeper. |
I upgraded my mac's c-ares from 1.16.1 to 1.17.1 and test 506 started to fail. Works fine with 1.17.1 on Linux... |
The resolve call is done with the right port number, but the subsequent check used the wrong one, which then could find a previous resolve which would return and leave the fresh resolve "incomplete" and leaking memory. Fixes #6247
I did this
See https://github.com/curl/curl/pull/6234/checks?check_run_id=1449769820
Test 506 fails for an (to me) unknown reason, the output order is invalid.
Tests 711 till 715 show a memory issue on macOS if build with c-ares.
I expected the following
Should be working correctly, or did something change recently?
curl/libcurl version
current master and PRs
operating system
macOS CI
The text was updated successfully, but these errors were encountered: