Steps to reproduce on master and 0.17:
0git checkout bitcoin/master && make distclean
1./configure --with-sanitizers=undefined CC=clang CXX=clang++
2make -j 16 check && ./test/functional/test_runner.py -j 16
Runs into some divide by zero and other issues…