LizZhang315 opened a new issue, #17841:
URL: https://github.com/apache/doris/issues/17841

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   d4dc56c
   
   ### What's Wrong?
   
   failed case: 
https://ci-builds.apache.org/job/Doris/job/doris_daily_enable_vectorized/lastBuild/testReport/junit/(root)/test_query_bitmap_filter/test_bitmap_filter_uncorrelated_2/
   
   select k1 from baseall a where k4 in (select bm_k4 from test_k1_bitmap b 
where bitmap_count(bm_k4) > 250);
   <img width="483" alt="image" 
src="https://user-images.githubusercontent.com/24400239/225505177-b994de2e-2a3e-4cd5-bee3-b2984d7e83ac.png";>
   
   
   core file:
   
   *** Query id: 76e572b376c14d27-974a0caad121db06 ***
   *** Aborted at 1678936489 (unix time) try "date -d @1678936489" if you are 
using GNU date ***
   *** Current BE git commitID: d4dc56c ***
   *** SIGSEGV address not mapped to object (@0x18) received by PID 88249 (TID 
88703 OR 0x7f4e4a9cc700) from PID 24; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /root/doris-release/be/src/common/signal_handler.h:413
    1# 0x00007F4F56565500 in /lib64/libpthread.so.0
    2# 
doris::vectorized::DataTypeBitMap::get_uncompressed_serialized_bytes(doris::vectorized::IColumn
 const&, int) const at 
/root/doris-release/be/src/vec/data_types/data_type_bitmap.cpp:34
    3# 
doris::vectorized::DataTypeNullable::get_uncompressed_serialized_bytes(doris::vectorized::IColumn
 const&, int) const at 
/root/doris-release/be/src/vec/data_types/data_type_nullable.cpp:101
    4# doris::vectorized::Block::serialize(int, doris::PBlock*, unsigned long*, 
unsigned long*, doris::segment_v2::CompressionTypePB, bool) const at 
/root/doris-release/be/src/vec/core/block.cpp:769
    5# 
doris::vectorized::VDataStreamSender::serialize_block(doris::vectorized::Block*,
 doris::PBlock*, int) at 
/root/doris-release/be/src/vec/sink/vdata_stream_sender.cpp:644
    6# doris::vectorized::VDataStreamSender::send(doris::RuntimeState*, 
doris::vectorized::Block*, bool) at 
/root/doris-release/be/src/vec/sink/vdata_stream_sender.cpp:512
    7# doris::PlanFragmentExecutor::open_vectorized_internal() at 
/root/doris-release/be/src/runtime/plan_fragment_executor.cpp:312
    8# doris::PlanFragmentExecutor::open() at 
/root/doris-release/be/src/runtime/plan_fragment_executor.cpp:242
    9# doris::FragmentExecState::execute() at 
/root/doris-release/be/src/runtime/fragment_mgr.cpp:229
   10# 
doris::FragmentMgr::_exec_actual(std::shared_ptr<doris::FragmentExecState>, 
std::function<void (doris::RuntimeState*, doris::Status*)> const&) at 
/root/doris-release/be/src/runtime/fragment_mgr.cpp:494
   11# std::_Function_handler<void (), 
doris::FragmentMgr::exec_plan_fragment(doris::TExecPlanFragmentParams const&, 
std::function<void (doris::RuntimeState*, doris::Status*)> 
const&)::{lambda()#1}>::_M_invoke(std::_Any_data const&) at 
/var/local/ldb-toolchain/include/c++/11/bits/std_function.h:291
   12# doris::ThreadPool::dispatch_thread() at 
/root/doris-release/be/src/util/threadpool.cpp:537
   13# doris::Thread::supervise_thread(void*) at 
/root/doris-release/be/src/util/thread.cpp:454
   14# start_thread in /lib64/libpthread.so.0
   15# clone in /lib64/libc.so.6
   
   
   
   
   ### What You Expected?
   
   query execute success
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.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

Reply via email to