-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
autobuilds/Solaris: FREE ERROR in test 1939 [curl_easy_cleanup without curl_multi_remove_handle - in CONNECT] #10194
Comments
Difficult, as this does not seem to trigger on any build in the CI setup. I also cannot make this happen on any of my machines even when trying the same configure line. I have not yet been able to get access to a Solaris machine to see if this can be reproduce at will there. (I can't seem to login to cfarm machines at all atm...) |
Hi @bagder I can set up an account on the buildfarm for you, the two Solaris machines at cfarm are actually also the OpenCSW machines. However, getting the cfarm access restored would be best. Best regards -- Dago |
@dago: I can login fine to all/most other cfarm machines, but not to the gcc210/gcc211 hosts that are the Solaris machines. Presumably there's some special ssh config magic needed. |
@dago it would be super helpful if you could change the Solaris CI jobs to actually run 'make test' like other CI jobs and report errors correctly. this CI job reports green and successful, but the log shows it failing this 1939 test as well as 977... |
Avoid the tricky reusing of the data->req.p.http pointer for http proxy tunneling. Fixes #10194
For the record: this issue is not Solaris specific, it just happened to reproduce most easily on this machine. It is a generic bug. Test 1939 working exactly as intended. |
Hi @bagder,
Currently the CI test does |
Avoid the tricky reusing of the data->req.p.http pointer for http proxy tunneling. Fixes curl#10194 Closes curl#10234
I did this
Look at @dago 's Solaris autobuilds. Test 1939 fails with:
The first build with the error seems to be https://curl.se/dev/log.cgi?id=20221230160947-660168, with the most recent commit being
71b7e01 lib: connect/h2/h3 refactor
I expected the following
Test 1939 succeeding.
curl/libcurl version
operating system
Solaris 10
The text was updated successfully, but these errors were encountered: