-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Init/Shutdown sequence cannot be done twice #3128
Comments
I tried replicating and could not. I do think think this about the warning we have on the repo main page
using a brew install or custom install of curl and not the one that ships with macOS should fix your problem |
Thank you @sbiscigl !
|
cool give a shout if you have anymore issues! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Hello,
It seems even after ref counting of Init/Shutdown has been added in #2411, doing a sequence of Init/Shutdown twice, fails.
In pseudocode:
Expected Behavior
It seems the SDK requires us to ensure, once Shutdown is called, we can never Init again?
Current Behavior
The outcome of S3 GET API is:
curlCode: 35, SSL connect error
Reproduction Steps
Here's a GTest:
The relevant output is:
GET FAILED curlCode: 35, SSL connect error
The entire output is:
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.411
Compiler and Version used
Apple clang version 15.0.0 (clang-1500.3.9.4)
Operating System and version
MacOS 14.4.1
The text was updated successfully, but these errors were encountered: