KeDeng has posted comments on this change. ( http://gerrit.cloudera.org:8080/22977 )
Change subject: [arm64] Fix SIGBUS errors for atomic operations ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/22977/1/src/kudu/tablet/concurrent_btree.h File src/kudu/tablet/concurrent_btree.h: http://gerrit.cloudera.org:8080/#/c/22977/1/src/kudu/tablet/concurrent_btree.h@461 PS1, Line 461: alignas(8) AtomicVersionValue versionPlaceholder_; > What compiler and cmake flags are you using? The build command I used is as follows: CC=/usr/bin/clang CXX=/usr/bin/clang++ ../../thirdparty/installed/common/bin/cmake -DCMAKE_BUILD_TYPE=debug ../.. The version information for Clang is: # clang --version clang version 18.1.8 (RESF 18.1.8-3.el9) Target: aarch64-redhat-linux-gnu Thread model: posix InstalledDir: /bin Configuration file: /etc/clang/aarch64-redhat-linux-gnu-clang.cfg If everything works fine in your Rocky environment, then I suspect the issue might be related to the host system. The host machine I'm using is a server provisioned on Tencent Cloud with the Kylin V10 (????V10) operating system. If reproducing the issue is too much trouble, I can just handle the compilation and investigation in my local code repository. Feel free to ignore this issue. Thanks a lot for your effort! -- To view, visit http://gerrit.cloudera.org:8080/22977 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I6f8ea46308f942ded97d93d27ae466fd13a31b53 Gerrit-Change-Number: 22977 Gerrit-PatchSet: 2 Gerrit-Owner: KeDeng <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]> Gerrit-Comment-Date: Thu, 12 Jun 2025 02:41:53 +0000 Gerrit-HasComments: Yes
