js8544 commented on PR #34014: URL: https://github.com/apache/arrow/pull/34014#issuecomment-1416752797
I found the root cause. GRPC's [`gpr_mu`](https://github.com/grpc/grpc/blob/master/include/grpc/support/sync_posix.h#L28) mutex has different structures depending on whether UBSAN is on. So we have to compile GRPC by ourselves if we want to enable UBSAN. cc @kou @westonpace -- 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]
