msridhar78 opened a new pull request, #56696:
URL: https://github.com/apache/doris/pull/56696

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary:
   Crash similar to Co
   
   (gdb) bt
   #0  0x0000555575a42b26 in 
doris::vectorized::ColumnVector<(doris::PrimitiveType)6>::insert_indices_from(doris::vectorized::IColumn
 const&, unsigned int const*, unsigned int const*)::{lambda(long const*, long*, 
unsigned int const*, unsigned int const*)#1}::operator()(long const*, long*, 
unsigned int const*, unsigned int const*) const (this=0x7fffffffc9df, 
src=0x7ffff2f73010, dest=0x7ffff2f74048, 
       begin=0x7fffffffcb50, end=0x7fffffffcb60) at 
/root/doris/be/src/vec/columns/column_vector.cpp:289
   #1  0x00005555759d1ae9 in 
doris::vectorized::ColumnVector<(doris::PrimitiveType)6>::insert_indices_from 
(this=0x7ffff2fe0bc0, src=..., 
       indices_begin=0x7fffffffcb50, indices_end=0x7fffffffcb60) at 
/root/doris/be/src/vec/columns/column_vector.cpp:293
   #2  0x0000555569dfaff6 in 
doris::vectorized::VColumnVectorTest_insert_indices_from_uInt64_crash_Test::TestBody
 (this=0x7ffff31350a0)
       at /root/doris/be/test/vec/core/column_vector_test.cpp:66
   #3  0x000055557af8b4d4 in void 
testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, 
void>(testing::Test*, void (testing::Test::*)(), char const*) ()
   #4  0x000055557af7aad6 in void 
testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, 
void>(testing::Test*, void (testing::Test::*)(), char const*) ()
   #5  0x000055557af55647 in testing::Test::Run() ()
   #6  0x000055557af5632d in testing::TestInfo::Run() ()
   #7  0x000055557af56ac0 in testing::TestSuite::Run() ()
   #8  0x000055557af6827c in testing::internal::UnitTestImpl::RunAllTests() ()
   #9  0x000055557af8d304 in bool 
testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
 bool>(testing::internal::UnitTestImpl*, bool 
(testing::internal::UnitTestImpl::*)(), char const*) ()
   #10 0x000055557af7ccf6 in bool 
testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
 bool>(testing::internal::UnitTestImpl*, bool 
(testing::internal::UnitTestImpl::*)(), char const*) ()
   #11 0x000055557af67e0b in testing::UnitTest::Run() ()
   #12 0x000055556903dae3 in RUN_ALL_TESTS () at 
/var/local/thirdparty/installed/include/gtest/gtest.h:2490
   #13 0x00005555690338c0 in main (argc=1, argv=0x7fffffffdc18) at 
/root/doris/be/test/testutil/run_all_tests.cpp:111
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [x] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to