-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
test 3026...[curl_global_init thread-safety] failure #9141
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
Comments
How did you build curl? Did you by any chance use cmake to do it? |
Did the below as we applied a minor patch to
|
but how did you generate the makefile? |
Reported-by: Sukanya Hanumanthu Fixes #9141
When curl is built with cmake, it is not threadsafe see #8982 for pending work on that |
Used GNUMake for the above and not cmake, is it a known incompatibility? |
but before make you invoked configure or cmake surely? |
Does this affect the test? |
Well, now you're complicating this issue. I think you now see "no difference" because you didn't properly rebuild everything after you changed from cmake to configure. Also, do you really want The fix for the original issue you submitted has been proposed in #9142 though. |
Thank you for the above, configure was present before/after removing the cmake (configure was always there), though cmake was installed on linux (removed now and tested), it was never used and had no influence, the code always used GNU Make only with configure. |
Test 3026 failed in Curl
7.84.0
, fails on linuxLooks like this commit introduced the error, Is there a fix?
The text was updated successfully, but these errors were encountered: