rippled icon indicating copy to clipboard operation
rippled copied to clipboard

ASAN build fails unit tests on Ubuntu 20.04

Open intelliot opened this issue 2 years ago • 1 comments

This appears to still be an issue in rippled 1.6.0 with Pop OS / Ubuntu 20.04.

mkdir -p build/cmake/gcc.release
pushd build/cmake/gcc.release
cmake -Dassert=true -Dsan=address -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ../../..
popd
cmake --build build/cmake/gcc.release --target rippled -- -j$(nproc)
build/cmake/gcc.release/rippled --unittest  --unittest-jobs=$(nproc)

Originally posted by @ximinez in https://github.com/XRPLF/rippled/issues/2046#issuecomment-686647505

intelliot avatar Aug 17 '23 05:08 intelliot

@MarkusTeufelberger - is this something you could try to fix?

intelliot avatar Aug 17 '23 05:08 intelliot