Hi,

I am currently working on promoting Kudu running on aarch64/ARM64 server, I 
have tried to build and run tests of Kudu on ARM server according to the 
README of https://github.com/apache/kudu. After doing some modification in 
Kudu, I have sucessfully built the Kudu on ARM64 server, but when I try to 
build and run test cases of Kudu with TSAN or ASAN enabled. the building 
process can sucess, but all the test cases(TSAN or ASAN) running will raise 
following error:

root@kudu-asan2:/opt/kudu/build/asan# bin/kudu-ts-cli-test
AddressSanitizer:DEADLYSIGNAL
=================================================================
==14360==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 
0x000000000000 bp 0xffffdfed61b0 sp 0xffffdfed61b0 T0)
==14360==Hint: pc points to the zero page.
==14360==The signal is caused by a READ memory access.
==14360==Hint: address points to the zero page.

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (<unknown module>) 
==14360==ABORTING


I am using Ubuntu18.04 on arm server:

root@kudu-asan2:/opt/kudu/build/asan# uname -a
Linux kudu-asan2 4.15.0-70-generic #79-Ubuntu SMP Tue Nov 12 10:36:10 UTC 2019 
aarch64 aarch64 aarch64 GNU/Linux


and with *LLVM-9.0.0*. I have struggled this problem for a while but no 
progress, could any help me give some suggestion ?
Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to address-sanitizer+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/address-sanitizer/aaf59bf4-a849-469a-b448-b1d863548a98%40googlegroups.com.

Reply via email to