Using S3Client in multithreading can cause memory leaks #2403
Unanswered
Gribouillages
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you make sure submodules are up to date? git submodule update --init --recursive |
Beta Was this translation helpful? Give feedback.
1 reply
-
@jmklix I hope this issue can be resolved as soon as possible. Do you need me to provide any additional information about this issue? I am happy to supplement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that there were memory leaks when using Aws::S3::S3Client in multithreading. I wrote a simple demo to analyze and found that if
Aws::S3::S3Client
is not used in the main thread, there will be leaks. Is this a bug? Or is there a problem with my usage? I hope to get help.The version of the SDK I am using is 1.11.44, the operating system is Ubuntu 18.04, and the memory analysis tool used is valgrind.
demo code
valgrind output
Beta Was this translation helpful? Give feedback.
All reactions