niyue commented on PR #39098: URL: https://github.com/apache/arrow/pull/39098#issuecomment-1847464772
> You may reproduce this on your macOS with Docker: LLVM=10 CLANG_TOOLS=10 UBUNTU=20.04 archery docker run ubuntu-cpp @kou Thanks for the pointer. And I manage to address the issue for LLVM 10 (caused by this [1]) But the `C++ / AMD64 Ubuntu 22.04 C++ ASAN UBSAN` check still fails, with one test case failed. Do you know how I can run this check locally using Docker like above. I assume the container can be built and launched like `LLVM=14 CLANG_TOOLS=14 UBUNTU=22.04 archery docker run ubuntu-cpp`, but I don't know how to turn of the ASAN/UBSAN flow like CI. BTW, for these two checks: * `C++ / AMD64 Ubuntu 22.04 C++ ASAN UBSAN` * `C++ / AMD64 Conda C++ AVX2 ` Do both of them use `LLVM 14 + AMD64 + Ubuntu 22.04`? The same test case does not fail on the latter, do you think if they differ primarily on the ASAN/UBSAN build flags? Thanks. [1] https://github.com/apache/arrow/pull/39098#discussion_r1420656676 -- 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]
