milvus
milvus copied to clipboard
[Bug]: knowhere coredump when do test in arm cpu
Is there an existing issue for this?
- [X] I have searched the existing issues
Environment
- Milvus version: master-18c351efa6e97492929
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:
Current Behavior
when do cpp test in arm machine, core dump when do test related to knowhere module
Expected Behavior
No response
Steps To Reproduce
cmake_build/bin/all_tests --gtest_filter='*Indexing_With_binary_Predicate_Range*'
Milvus Log
No response
Anything else?
No response
/assign @liliu-z
/unassign
openblas compile problem, milvus using conan openblas as dependent lib, but if I build openblas by myself and not use conan lib, this test success.
Please check if there is any openblas related lib(cblas, lapack ... etc) in the system environment.
is this reproducible?
is this reproducible?
The problem is that openblas compiled by conan uses the sve instruction, which will crash on the arm platform without sve support.
#31308 Can solve it
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.