raulcd opened a new issue, #46863:
URL: https://github.com/apache/arrow/issues/46863

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   There seems to be a consistent sanitizer failure on the 
[test-r-m1-san](https://github.com/ursacomputing/crossbow/actions/runs/15746620340/job/44384034391)
 job on `S3FileSystem` with the following error:
   ```
   Start test: S3FileSystem
   
/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/RtmpjRMkwO/file8951246f6d2e/_deps/aws-sdk-cpp-src/src/aws-cpp-sdk-core/include/aws/core/client/AWSClientAsyncCRTP.h:51:40:
 runtime error: downcast of address 0x61b00011cd98 which does not point to an 
object of type 'Aws::S3::S3Client'
   0x61b00011cd98: note: object is of type 'Aws::Client::AWSXMLClient'
    00 00 00 00  b0 eb b9 28 01 00 00 00  75 73 2d 65 61 73 74 2d  31 00 e6 8b 
01 00 00 00  00 00 00 00
                 ^~~~~~~~~~~~~~~~~~~~~~~
                 vptr for 'Aws::Client::AWSXMLClient'
       #0 0x0001245e7770 in 
Aws::Client::ClientWithAsyncTemplateMethods<Aws::S3::S3Client>::ClientWithAsyncTemplateMethods()+0x1f0
 (arrow.so:arm64+0x701f770)
       #1 0x0001245ebe10 in 
Aws::S3::S3Client::S3Client(std::__1::shared_ptr<Aws::Auth::AWSCredentialsProvider>
 const&, 
std::__1::shared_ptr<Aws::Endpoint::EndpointProviderBase<Aws::S3::S3ClientConfiguration,
 Aws::S3::Endpoint::S3BuiltInParameters, 
Aws::S3::Endpoint::S3ClientContextParameters>>, Aws::S3::S3ClientConfiguration 
const&)+0x310 (arrow.so:arm64+0x7023e10)
       #2 0x0001232088e4 in arrow::fs::(anonymous 
namespace)::ClientBuilder::BuildClient(std::__1::optional<arrow::io::IOContext>)+0x3424
 (arrow.so:arm64+0x5c408e4)
       #3 0x0001231e74d4 in arrow::fs::S3FileSystem::Impl::Init()+0x114 
(arrow.so:arm64+0x5c1f4d4)
       #4 0x0001231e7070 in arrow::fs::S3FileSystem::Make(arrow::fs::S3Options 
const&, arrow::io::IOContext const&)+0x230 (arrow.so:arm64+0x5c1f070)
       #5 0x00011d968b70 in fs___S3FileSystem__create(bool, 
std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>, std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char>>, 
std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>, std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char>>, 
std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>, std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char>>, int, 
std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>, std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char>>, 
std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>, std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char>>, bool, bool, bool, 
bool, double, double) filesystem.cpp:342
       #6 0x00011d71cfa8 in _arrow_fs___S3FileSystem__create 
arrowExports.cpp:3571
       #7 0x000105cec518 in R_doDotCall dotcode.c
       #8 0x000105cec7f8 in do_dotcall dotcode.c:1437
       #9 0x000105d2f268 in bcEval_loop eval.c:8118
       #10 0x000105d1ad4c in bcEval eval.c:7501
       #11 0x000105d1a4e8 in Rf_eval eval.c:1167
       #12 0x000105d1d0ac in R_execClosure eval.c:2393
       #13 0x000105d1c1a0 in applyClosure_core eval.c:2306
       #14 0x000105d1a784 in Rf_eval eval.c:1280
       #15 0x00010a809e78 in ffi_exec+0x178 (rlang.so:arm64+0x9e78)
       #16 0x000105ceab18 in do_External dotcode.c:573
       #17 0x000105d2f268 in bcEval_loop eval.c:8118
       #18 0x000105d1ad4c in bcEval eval.c:7501
       #19 0x000105d1a4e8 in Rf_eval eval.c:1167
       #20 0x000105d1d0ac in R_execClosure eval.c:2393
       #21 0x000105d1c1a0 in applyClosure_core eval.c:2306
       #22 0x000105d1a784 in Rf_eval eval.c:1280
       #23 0x000105d20924 in do_set eval.c:3567
       #24 0x000105d1a6b0 in Rf_eval eval.c:1232
       #25 0x000105d1f94c in do_begin eval.c:2996
       #26 0x000105d1a6b0 in Rf_eval eval.c:1232
       #27 0x000105d21844 in do_eval eval.c:3941
       #28 0x000105d2f268 in bcEval_loop eval.c:8118
       #29 0x000105d1ad4c in bcEval eval.c:7501
       #30 0x000105d1a4e8 in Rf_eval eval.c:1167
       #31 0x000105d1d0ac in R_execClosure eval.c:2393
       #32 0x000105d1c1a0 in applyClosure_core eval.c:2306
       #33 0x000105d1a784 in Rf_eval eval.c:1280
       #34 0x000105d21a98 in do_eval eval.c:3959
       #35 0x000105d2f268 in bcEval_loop eval.c:8118
       #36 0x000105d1ad4c in bcEval eval.c:7501
       #37 0x000105d1a4e8 in Rf_eval eval.c:1167
       #38 0x000105d1d0ac in R_execClosure eval.c:2393
       #39 0x000105d1c1a0 in applyClosure_core eval.c:2306
       #40 0x000105d1c6d8 in R_forceAndCall eval.c:2460
       #41 0x000105c7624c in do_lapply apply.c:75
       #42 0x000105d80e0c in do_internal names.c:1411
       #43 0x000105d2f4b0 in bcEval_loop eval.c:8138
       #44 0x000105d1ad4c in bcEval eval.c:7501
       #45 0x000105d1a4e8 in Rf_eval eval.c:1167
       #46 0x000105d1d0ac in R_execClosure eval.c:2393
       #47 0x000105d1c1a0 in applyClosure_core eval.c:2306
       #48 0x000105d1a784 in Rf_eval eval.c:1280
       #49 0x000105d6b578 in Rf_ReplIteration main.c:264
       #50 0x000105d6cba0 in run_Rmainloop main.c:1236
       #51 0x000105d6cc0c in Rf_mainloop main.c:1243
       #52 0x0001044a3e9c in main+0x1c (R:arm64+0x100003e9c)
       #53 0x00018bb0ab94 in start+0x17b8 (dyld:arm64e+0xfffffffffff3ab94)
   
   SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior 
/var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/RtmpjRMkwO/file8951246f6d2e/_deps/aws-sdk-cpp-src/src/aws-cpp-sdk-core/include/aws/core/client/AWSClientAsyncCRTP.h:51:40
 
     'test-filesystem.R:142:3' [success]
     'test-filesystem.R:142:3' [success]
   End test: S3FileSystem
   ```
   
   Seems related to the AWS SDK upgrade.
   
   ### Component(s)
   
   C++, Continuous Integration, R


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to