llama90 commented on issue #43164:
URL: https://github.com/apache/arrow/issues/43164#issuecomment-2213539472
Please take this. Thank you!
```bash
lldb ./arrow-s3fs-test
(lldb) target create "./arrow-s3fs-test"
Current executable set to
'/Users/lama/workspace/arrow-new/cpp/cmake-build-debug/debug/arrow-s3fs-test'
(arm64).
(lldb) run
Process 17773 launched:
'/Users/lama/workspace/arrow-new/cpp/cmake-build-debug/debug/arrow-s3fs-test'
(arm64)
Running main() from
/Users/lama/workspace/arrow-new/cpp/cmake-build-debug/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 69 tests from 7 test suites.
[----------] Global test environment set-up.
Assertion failed: (s_configManager), function GetCachedConfigValue, file
ConfigAndCredentialsCacheManager.cpp, line 178.
Process 17773 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = hit program
assert
frame #4: 0x0000000100462348
arrow-s3fs-test`Aws::Config::GetCachedConfigValue(key="region") at
ConfigAndCredentialsCacheManager.cpp:178:13
175
176 Aws::String GetCachedConfigValue(const Aws::String &key)
177 {
-> 178 assert(s_configManager);
179 return
s_configManager->GetConfig(Aws::Auth::GetConfigProfileName(), key);
180 }
181
Target 0: (arrow-s3fs-test) stopped.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]