vagetablechicken opened a new issue #4116: URL: https://github.com/apache/incubator-doris/issues/4116
**Describe the bug** Current master branch https://github.com/apache/incubator-doris/commit/03cf9b2a2449b64e5373d2472d8cc7d811d31525 has use-after-poison bug on schema_change_test. I'll fix it soon. **To Reproduce** Steps to reproduce the behavior: 1. `./run-ut.sh --run` **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ``` ==131458==ERROR: AddressSanitizer: use-after-poison on address 0x62500003500a at pc 0x000000d31f04 bp 0x7fff1d8db8e0 sp 0x7fff1d8db090 READ of size 4097 at 0x62500003500a thread T0 #0 0xd31f03 in __interceptor_strlen ../../.././libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:225 #1 0xe23988 in doris::Slice::Slice(char const*) /root/doris-env/doris/be/src/util/slice.h:76 #2 0xe13463 in doris::TestColumn_ConvertCharToHLL_Test::TestBody() /root/doris-env/doris/be/test/olap/schema_change_test.cpp:878 #3 0x249b1c6 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x249b1c6 ) #4 0x249656f in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x249656f) #5 0x247c3c9 in testing::Test::Run() (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x247c3c9) #6 0x247cc4b in testing::TestInfo::Run() (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x247cc4b) #7 0x247d2a2 in testing::TestCase::Run() (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x247d2a2) #8 0x2483e16 in testing::internal::UnitTestImpl::RunAllTests() (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x2483e16) #9 0x249c066 in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (/root/doris-env/doris/b e/ut_build_ASAN/test/olap/schema_change_test+0x249c066) #10 0x2497167 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (/root/doris-env/doris/be/ ut_build_ASAN/test/olap/schema_change_test+0x2497167) #11 0x2482aed in testing::UnitTest::Run() (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0x2482aed) #12 0xe24ad2 in RUN_ALL_TESTS() (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0xe24ad2) #13 0xe14928 in main /root/doris-env/doris/be/test/olap/schema_change_test.cpp:892 #14 0x7fcb408af504 in __libc_start_main (/lib64/libc.so.6+0x22504) #15 0xd031ce (/root/doris-env/doris/be/ut_build_ASAN/test/olap/schema_change_test+0xd031ce) ``` ---------------------------------------------------------------- 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. 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