You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following code works with icc 16 and gcc 5.4 but cores with clang36
Aws::SDKOptions m_options;
m_options.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Info;
Aws::InitAPI(m_options);
Core dump is:
#0 0x0000000000000000 in ?? () #1 0x00007fffe0fa9f23 in Aws::InitAPI(Aws::SDKOptions const&) () from (...)/aws-sdk-cpp/1.0.5/lib/libaws-cpp-sdk-core.so
Uh oh!
There was an error while loading. Please reload this page.
Following code works with icc 16 and gcc 5.4 but cores with clang36
Aws::SDKOptions m_options;
m_options.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Info;
Aws::InitAPI(m_options);
Core dump is:
#0 0x0000000000000000 in ?? ()
#1 0x00007fffe0fa9f23 in Aws::InitAPI(Aws::SDKOptions const&) () from (...)/aws-sdk-cpp/1.0.5/lib/libaws-cpp-sdk-core.so
...
Help appreciated
p m_options
$3 = {loggingOptions = {logLevel = Aws::Utils::Logging::LogLevel::Info, defaultLogPrefix = 0x7fffe4e4841b "aws_sdk_",
logger_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Logging::LogSystemInterface ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Logging::LogSystemInterface ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0}}, memoryManagementOptions = {memoryManager = 0x0}, httpOptions = {
httpClientFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Http::HttpClientFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Http::HttpClientFactory ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0}, initAndCleanupCurl = true}, cryptoOptions = {
md5Factory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::HashFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::HashFactory ()>> = {}, _buf = {
__lx = "\006=\241د*\301\354`\211R\001\000\000\000\000Њb\002\000\000\000"}, _f = 0x0},
sha256Factory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::HashFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::HashFactory ()>> = {}, _buf = {
_lx = "h\263\327!\023\353.\020^\230\001\000\000\000\000\210\064w\002\000\000\000"}, _f = 0x0},
sha256HMACFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::HMACFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::HMACFactory ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0},
aes_CBCFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0},
aes_CTRFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0},
aes_GCMFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0},
aes_KeyWrapFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SymmetricCipherFactory ()>> = {},
_buf = {__lx = '\000' <repeats 23 times>}, _f = 0x0},
secureRandomFactory_create_fn = {std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SecureRandomFactory ()>> = {}, std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<Aws::Utils::Crypto::SecureRandomFactory ()>> = {}, _buf = {
__lx = '\000' <repeats 23 times>}, _f = 0x0}, initAndCleanupOpenSSL = true}
The text was updated successfully, but these errors were encountered: