xinyiZzz commented on PR #9447: URL: https://github.com/apache/incubator-doris/pull/9447#issuecomment-1120438089
``` ==47967==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55d6edb1fc2f bp 0x7ffeb746cd50 sp 0x7ffeb74698d0 T0) ==47967==The signal is caused by a READ memory access. ==47967==Hint: address points to the zero page. #0 0x55d6edb1fc2f in void doris::vectorized::check_function<doris::vectorized::DataTypeNumber<double>, true>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::any, std::allocator<std::any> > const&, std::vector<std::pair<std::vector<std::any, std::allocator<std::any> >, std::any>, std::allocator<std::pair<std::vector<std::any, std::allocator<std::any> >, std::any> > > const&) /home/disk3/zxy/baidu/bdg/doris/core/be/test/vec/function/function_test_util.h:162 #1 0x55d6edafbf7b in doris::vectorized::MathFunctionTest_round_test_Test::TestBody() /home/disk3/zxy/baidu/bdg/doris/core/be/test/vec/function/function_math_test.cpp:382 #2 0x55d6f7baf7dc in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d9c7dc) #3 0x55d6f7ba9c18 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d96c18) #4 0x55d6f7b812fb in testing::Test::Run() (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d6e2fb) #5 0x55d6f7b81d1f in testing::TestInfo::Run() (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d6ed1f) #6 0x55d6f7b825df in testing::TestSuite::Run() (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d6f5df) #7 0x55d6f7b91c9f in testing::internal::UnitTestImpl::RunAllTests() (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d7ec9f) #8 0x55d6f7bb058d in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d9d58d) #9 0x55d6f7baaad2 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d97ad2) #10 0x55d6f7b90494 in testing::UnitTest::Run() (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x22d7d494) #11 0x55d6ed423126 in RUN_ALL_TESTS() /home/disk3/zxy/baidu/bdg/doris/core/thirdparty/installed/include/gtest/gtest.h:2490 #12 0x55d6ed41f6f2 in main /home/disk3/zxy/baidu/bdg/doris/core/be/test/testutil/run_all_tests.cpp:43 #13 0x7fb028695cdc in __libc_start_main (/lib64/libc.so.6+0x318ae1ecdc) #14 0x55d6ebd35579 in _start (/home/disk3/zxy/baidu/bdg/doris/core/be/ut_build_ASAN/test/doris_be_test+0x16f22579) ``` Is this the error? I got this error when I run be UT, apply your patch to solve it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org