unexpected fail when using make ut
to run the tests
#31751
Labels
type/enhancement
The issue or PR belongs to an enhancement.
make ut
to run the tests
#31751
Enhancement
Use
make ut
to run the test cases, sometimes the code fail unexpectedly.The child process receive unexpected
sigsegv
orsigtrap
... and then exitNo error stack
After debugging and bisearch for while, I find it's caused by the
numactl
command.The minimal reproduce is run this repeatly:
if
numactl
is not used, the child process works well:The text was updated successfully, but these errors were encountered: