Closed
Description
- What platform/OS are you using?
Ubuntu 18.04 x64 - Which version of the SDK?
#define AWS_SDK_VERSION_STRING "1.7.111" - What compiler are you using? what version?
GCC 9.2.1 - What are your CMake arguments?
CMAKE_ARGS -G${CMAKE_GENERATOR}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DBUILD_ONLY:String=transfer$s3
-DBUILD_SHARED_LIBS:BOOL=OFF
-DENABLE_TESTING:BOOL=OFF
-DOPENSSL_INCLUDE_DIR=${OPENSSL_INCLUDE_DIR}
-DOPENSSL_CRYPTO_LIBRARY=${OPENSSL_CRYPTO_LIBRARY_FILE} #For testing only
-DOPENSSL_SSL_LIBRARY=${OPENSSL_SSL_LIBRARY_FILE} #For testing only
-DCURL_INCLUDE_DIR=${CMAKE_SOURCE_DIR}/contrib/curl/include/
-DCURL_LIBRARY=$<TARGET_FILE:libcurl> #For testing only
-DCUSTOM_MEMORY_MANAGEMENT=ON
The callstack:
#0 std::__future_base::_State_baseV2::wait (this=0x289487273c52f114) at /usr/include/c++/9/future:334
#1 std::__basic_future<Aws::Utils::Outcome<Aws::S3::Model::UploadPartResult, Aws::Client::AWSErrorAws::S3::S3Errors > >::_M_get_result (this=0x7f3470ee5e20) at /usr/include/c++/9/future:717
#2 std::future<Aws::Utils::Outcome<Aws::S3::Model::UploadPartResult, Aws::Client::AWSErrorAws::S3::S3Errors > >::get (this=0x7f3470ee5e20) at /usr/include/c++/9/future:796