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

   ## Proposed changes
   fix coredump on no null string type rf
   ```cpp
   ** SIGSEGV address not mapped to object (@0x1) received by PID 9781 (TID 
13516 OR 0x7f961d90c700) from PID 1; stack trace: ***
   0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at 
/home/zcp/repo_center/doris_master/doris/be/src/common/signal_handler.h:421
   1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in 
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
   2# JVM_handle_linux_signal in 
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
   3# 0x00007FA0B1B5C090 in /lib/x86_64-linux-gnu/libc.so.6
   4# void doris::StringSet, std::allocator > > >::_insert_fixed_len_string 
>(doris::vectorized::ColumnStr const&, unsigned char const*, unsigned long, 
unsigned long) at 
/home/zcp/repo_center/doris_master/doris/be/src/exprs/hybrid_set.h:424
   5# doris::StringSet, std::allocator > > 
>::insert_fixed_len(COW::immutable_ptr const&, unsigned long) in 
/mnt/hdd01/ci/master-deploy/be/lib/doris_be
   6# doris::RuntimePredicateWrapper::insert_fixed_len(COW::immutable_ptr 
const&, unsigned long) at 
/home/zcp/repo_center/doris_master/doris/be/src/exprs/runtime_filter.cpp:409
   7# doris::RuntimePredicateWrapper::insert_batch(COW::immutable_ptr const&, 
unsigned long) in /mnt/hdd01/ci/master-deploy/be/lib/doris_be
   8# doris::IRuntimeFilter::insert_batch(COW::immutable_ptr, unsigned long) at 
/home/zcp/repo_center/doris_master/doris/be/src/exprs/runtime_filter.cpp:971
   9# doris::VRuntimeFilterSlots::insert(doris::vectorized::Block const*) at 
/home/zcp/repo_center/doris_master/doris/be/src/exprs/runtime_filter_slots.h:124
   10# doris::Status 
doris::vectorized::process_runtime_filter_build(doris::RuntimeState*, 
doris::vectorized::Block*, doris::vectorized::HashJoinNode*, bool) at 
/home/zcp/repo_center/doris_master/doris/be/src/vec/exec/join/vhash_join_node.h:90
   ```
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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

Reply via email to