aztec-2.0 icon indicating copy to clipboard operation
aztec-2.0 copied to clipboard

MSAN: Grumpkin CRS Test

Open ludamad opened this issue 1 year ago • 0 comments

[ RUN      ] reference_string.mem_grumpkin_file_consistency
==2999==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x5591ed5f504b in bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>::is_point_at_infinity() const /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/../../ecc/curves/bn254/../../groups/./affine_element_impl.hpp:120:9
    #1 0x5591ed5ec34d in bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>::operator==(bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params> const&) const /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/../../ecc/curves/bn254/../../groups/./affine_element_impl.hpp:140:29
    #2 0x5591ed5eaff2 in testing::AssertionResult testing::internal::CmpHelperEQ<bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>, bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>>(char const*, char const*, bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params> const&, bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params> const&) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/include/gtest/gtest.h:1374:11
    #3 0x5591ed4ad242 in testing::AssertionResult testing::internal::EqHelper::Compare<bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>, bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>, (void*)0>(char const*, char const*, bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params> const&, bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params> const&) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/include/gtest/gtest.h:1393:12
    #4 0x5591ed4a5078 in reference_string_mem_grumpkin_file_consistency_Test::TestBody() /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/mem_crs_factory.test.cpp:71:5
    #5 0x5591f028afa4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #6 0x5591f00e94f1 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #7 0x5591f004ff18 in testing::Test::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2696:5
    #8 0x5591f005358b in testing::TestInfo::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2845:11
    #9 0x5591f00564eb in testing::TestSuite::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:3004:30
    #10 0x5591f0096796 in testing::internal::UnitTestImpl::RunAllTests() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5890:44
    #11 0x5591f028e6e4 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #12 0x5591f00f951d in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #13 0x5591f00944cf in testing::UnitTest::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5455:10
    #14 0x5591f0296370 in RUN_ALL_TESTS() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/include/gtest/gtest.h:2314:73
    #15 0x5591f0296359 in main /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest_main.cc:63:10
    #16 0x7f56e03d4a8f  (/lib/x86_64-linux-gnu/libc.so.6+0x23a8f) (BuildId: d320ce4e63925d698610ed423fc4b1f0e8ed51f1)
    #17 0x7f56e03d4b48 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23b48) (BuildId: d320ce4e63925d698610ed423fc4b1f0e8ed51f1)
    #18 0x5591ed417d54 in _start (/usr/src/barretenberg/cpp/build-msan/bin/srs_tests+0x33d54) (BuildId: 4c312921707539eee4a28bb166e544dcbfc0cc7c)

  Uninitialized value was stored to memory at
    #0 0x5591ed44463a in __msan_memcpy (/usr/src/barretenberg/cpp/build-msan/bin/srs_tests+0x6063a) (BuildId: 4c312921707539eee4a28bb166e544dcbfc0cc7c)
    #1 0x5591effb31f5 in bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>::get_first_g1() const /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/file_crs_factory.hpp:81:65
    #2 0x5591ed4a4f5d in reference_string_mem_grumpkin_file_consistency_Test::TestBody() /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/mem_crs_factory.test.cpp:71:5
    #3 0x5591f028afa4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #4 0x5591f00e94f1 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #5 0x5591f004ff18 in testing::Test::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2696:5
    #6 0x5591f005358b in testing::TestInfo::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2845:11
    #7 0x5591f00564eb in testing::TestSuite::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:3004:30
    #8 0x5591f0096796 in testing::internal::UnitTestImpl::RunAllTests() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5890:44
    #9 0x5591f028e6e4 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #10 0x5591f00f951d in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #11 0x5591f00944cf in testing::UnitTest::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5455:10
    #12 0x5591f0296370 in RUN_ALL_TESTS() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/include/gtest/gtest.h:2314:73
    #13 0x5591f0296359 in main /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest_main.cc:63:10
    #14 0x7f56e03d4a8f  (/lib/x86_64-linux-gnu/libc.so.6+0x23a8f) (BuildId: d320ce4e63925d698610ed423fc4b1f0e8ed51f1)

  Uninitialized value was stored to memory at
    #0 0x5591ed44463a in __msan_memcpy (/usr/src/barretenberg/cpp/build-msan/bin/srs_tests+0x6063a) (BuildId: 4c312921707539eee4a28bb166e544dcbfc0cc7c)
    #1 0x5591effaca03 in bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>::FileVerifierCrs(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/file_crs_factory.cpp:36:14
    #2 0x5591effc6086 in bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>* std::__1::construct_at[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>*>(bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/construct_at.h:38:48
    #3 0x5591effc5339 in void std::__1::allocator_traits<std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>>::construct[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, void, void>(std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>&, bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/allocator_traits.h:304:9
    #4 0x5591effc3d6f in std::__1::__shared_ptr_emplace<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>>::__shared_ptr_emplace[abi:v160006]<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&>(std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/shared_ptr.h:284:13
    #5 0x5591effc32b5 in std::__1::shared_ptr<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>> std::__1::allocate_shared[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, void>(std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/shared_ptr.h:995:55
    #6 0x5591effb2418 in std::__1::shared_ptr<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>> std::__1::make_shared[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, void>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/shared_ptr.h:1004:12
    #7 0x5591effb1efa in bb::srs::factories::FileCrsFactory<bb::curve::Grumpkin>::get_verifier_crs(unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/file_crs_factory.cpp:69:25
    #8 0x5591ed4a4dd0 in reference_string_mem_grumpkin_file_consistency_Test::TestBody() /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/mem_crs_factory.test.cpp:68:39
    #9 0x5591f028afa4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #10 0x5591f00e94f1 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #11 0x5591f004ff18 in testing::Test::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2696:5
    #12 0x5591f005358b in testing::TestInfo::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2845:11
    #13 0x5591f00564eb in testing::TestSuite::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:3004:30
    #14 0x5591f0096796 in testing::internal::UnitTestImpl::RunAllTests() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5890:44
    #15 0x5591f028e6e4 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #16 0x5591f00f951d in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #17 0x5591f00944cf in testing::UnitTest::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5455:10
    #18 0x5591f0296370 in RUN_ALL_TESTS() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/include/gtest/gtest.h:2314:73
    #19 0x5591f0296359 in main /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest_main.cc:63:10

  Uninitialized value was created by a heap allocation
    #0 0x5591ed444bee in __interceptor_aligned_alloc (/usr/src/barretenberg/cpp/build-msan/bin/srs_tests+0x60bee) (BuildId: 4c312921707539eee4a28bb166e544dcbfc0cc7c)
    #1 0x5591ed611cbd in protected_aligned_alloc(unsigned long, unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/common/mem.hpp:35:9
    #2 0x5591f068437b in (anonymous namespace)::SlabAllocator::get(unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/common/slab_allocator.cpp:178:18
    #3 0x5591f0682f4f in bb::get_mem_slab(unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/common/slab_allocator.cpp:216:22
    #4 0x5591edb6cc69 in std::__1::shared_ptr<bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params> []> bb::scalar_multiplication::point_table_alloc<bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>>(unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/ecc/scalar_multiplication/point_table.hpp:25:42
    #5 0x5591effac744 in bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>::FileVerifierCrs(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/file_crs_factory.cpp:33:18
    #6 0x5591effc6086 in bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>* std::__1::construct_at[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>*>(bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/construct_at.h:38:48
    #7 0x5591effc5339 in void std::__1::allocator_traits<std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>>::construct[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, void, void>(std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>&, bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/allocator_traits.h:304:9
    #8 0x5591effc3d6f in std::__1::__shared_ptr_emplace<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>>::__shared_ptr_emplace[abi:v160006]<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&>(std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/shared_ptr.h:284:13
    #9 0x5591effc32b5 in std::__1::shared_ptr<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>> std::__1::allocate_shared[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, void>(std::__1::allocator<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/shared_ptr.h:995:55
    #10 0x5591effb2418 in std::__1::shared_ptr<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>> std::__1::make_shared[abi:v160006]<bb::srs::factories::FileVerifierCrs<bb::curve::Grumpkin>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&, void>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&, unsigned long&) /opt/include/c++/v1/__memory/shared_ptr.h:1004:12
    #11 0x5591effb1efa in bb::srs::factories::FileCrsFactory<bb::curve::Grumpkin>::get_verifier_crs(unsigned long) /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/file_crs_factory.cpp:69:25
    #12 0x5591ed4a4dd0 in reference_string_mem_grumpkin_file_consistency_Test::TestBody() /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/mem_crs_factory.test.cpp:68:39
    #13 0x5591f028afa4 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10
    #14 0x5591f00e94f1 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2657:14
    #15 0x5591f004ff18 in testing::Test::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2696:5
    #16 0x5591f005358b in testing::TestInfo::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2845:11
    #17 0x5591f00564eb in testing::TestSuite::Run() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:3004:30
    #18 0x5591f0096796 in testing::internal::UnitTestImpl::RunAllTests() /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:5890:44
    #19 0x5591f028e6e4 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest.cc:2621:10

SUMMARY: MemorySanitizer: use-of-uninitialized-value /usr/src/barretenberg/cpp/src/barretenberg/srs/factories/../../ecc/curves/bn254/../../groups/./affine_element_impl.hpp:120:9 in bb::group_elements::affine_element<bb::field<bb::Bn254FrParams>, bb::field<bb::Bn254FqParams>, grumpkin::GrumpkinG1Params>::is_point_at_infinity() const
Exiting
Running main() from /usr/src/barretenberg/cpp/build-msan/_deps/gtest-src/googletest/src/gtest_main.cc

ludamad avatar Feb 20 '24 16:02 ludamad