cydrain opened a new issue, #60669: URL: https://github.com/apache/doris/issues/60669
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version version: Doris v4.0.2-rc02 arch: aarch64 cpu: Kumpeng-920 system: kylin-v10-sp3 ### What's Wrong? run "./run-be-ut.sh --run --filter=VectorSearchTest.*" coredump, see following backtrace: ``` #0 0x0000aaac1a44bd98 in _mm_loadu_si128 (p=0xfffff58cce28) at /home/caiyd/work/zte/VEngine/xengine/be/src/glibc-compatibility/memcpy/memcpy_aarch64.cpp:22 #1 inline_memcpy (dst_=0xfffff58ccc30, src_=0xfffff58ccdb8, size=128) at /home/caiyd/work/zte/VEngine/xengine/be/src/glibc-compatibility/memcpy/memcpy_aarch64.cpp:170 #2 0x0000aaac1a44bb34 in memcpy(void * __restrict__, const void * __restrict__, size_t) (dst=0xfffff58ccc30, src=0xfffff58ccdb8, size=128) at /home/caiyd/work/zte/VEngine/xengine/be/src/glibc-compatibility/memcpy/memcpy_aarch64.cpp:239 #3 0x0000ffff0c683a6c in ?? () from /usr/lib64/libpthread.so.0 #4 0x0000ffff0c67713c in __pthread_initialize_minimal () from /usr/lib64/libpthread.so.0 #5 0x0000ffff0c6767e4 in ?? () from /usr/lib64/libpthread.so.0 #6 0x0000ffff0c6fda38 in ?? () from /lib/ld-linux-aarch64.so.1 #7 0x0000ffff0c6f1204 in ?? () from /lib/ld-linux-aarch64.so.1 ``` ### What You Expected? command run successfully ### How to Reproduce? ./run-be-ut.sh --run --filter=VectorSearchTest.* ### Anything Else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
