You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/28 05:05:38 UTC

[GitHub] [incubator-doris] dataroaring opened a new issue, #9823: [Bug] be core dump when EqualPredicate::evaluate_or

dataroaring opened a new issue, #9823:
URL: https://github.com/apache/incubator-doris/issues/9823

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   dev-1.0.1 & master
   
   ### What's Wrong?
   
   `#0  doris::StringValue::eq (other=..., this=0x1000) at /root/incubator-doris/be/src/runtime/string_value.h:127
   #1  doris::StringValue::operator== (other=..., this=0x1000) at /root/incubator-doris/be/src/runtime/string_value.h:138
   #2  doris::EqualPredicate<doris::StringValue>::evaluate_or (this=0x563a90dd43a0, column=..., sel=0x7f91ebdd50a0, size=4096, 
       flags=0x7f91ebdd3f90) at /root/incubator-doris/be/src/olap/comparison_predicate.cpp:326
   #3  0x0000563a6ff885ab in doris::OrBlockColumnPredicate::evaluate (selected_size=0x7f91ebdd7130, sel=0x7f91ebdd50a0, 
       block=..., this=0x563b018dd1e0) at /root/incubator-doris/be/src/olap/block_column_predicate.cpp:95
   #4  doris::OrBlockColumnPredicate::evaluate (this=0x563b018dd1e0, block=..., sel=0x7f91ebdd50a0, selected_size=0x7f91ebdd7130)
       at /root/incubator-doris/be/src/olap/block_column_predicate.cpp:87
   #5  0x0000563a6ff87c96 in doris::AndBlockColumnPredicate::evaluate (this=<optimized out>, block=..., sel=0x7f91ebdd50a0, 
       selected_size=0x7f91ebdd7130) at /root/incubator-doris/be/src/olap/block_column_predicate.cpp:162
   #6  0x0000563a708b634a in doris::segment_v2::SegmentIterator::_evaluate_short_circuit_predicate (
       this=this@entry=0x563aef79e500, vec_sel_rowid_idx=vec_sel_rowid_idx@entry=0x7f91ebdd50a0, 
       selected_size_ptr=selected_size_ptr@entry=0x7f91ebdd7130)
       at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr_base.h:1290
   #7  0x0000563a708bcc2d in doris::segment_v2::SegmentIterator::next_batch (this=0x563aef79e500, block=0x563ad8e5ed20)
       at /root/incubator-doris/be/src/olap/rowset/segment_v2/segment_iterator.cpp:981
   #8  0x0000563a6ffd9b6d in doris::BetaRowsetReader::next_block (this=0x563ae4743980, block=0x563ad8e5ed20)
       at /root/incubator-doris/be/src/olap/rowset/beta_rowset_reader.cpp:193
   #9  0x0000563a71865bf8 in doris::vectorized::VCollectIterator::Level0Iterator::next (this=0x563ad7dbbf40, 
       block=0x563ad8e5ed20) at /root/incubator-doris/be/src/vec/olap/vcollect_iterator.cpp:236
   #10 0x0000563a71865cec in doris::vectorized::VCollectIterator::Level1Iterator::_normal_next (block=<optimized out>, 
       this=<optimized out>) at /root/incubator-doris/be/src/vec/olap/vcollect_iterator.cpp:395
   #11 doris::vectorized::VCollectIterator::Level1Iterator::next (this=0x563b17133020, block=0x563ad8e5ed20)
       at /root/incubator-doris/be/src/vec/olap/vcollect_iterator.cpp:293
   #12 0x0000563a7182e948 in doris::vectorized::BlockReader::_direct_next_block (this=<optimized out>, block=<optimized out>, 
       mem_pool=<optimized out>, agg_pool=<optimized out>, eof=0x7f91ebdd79be)
       at /root/incubator-doris/be/src/vec/olap/block_reader.cpp:175
   #13 0x0000563a709df06e in doris::vectorized::VOlapScanner::get_block (this=this@entry=0x563aced55600, state=<optimized out>, 
       block=block@entry=0x563ad8e5ed20, eof=eof@entry=0x7f91ebdd79be)
       at /root/incubator-doris/be/src/vec/exec/volap_scanner.cpp:55
   #14 0x0000563a709d485e in doris::vectorized::VOlapScanNode::scanner_thread (this=0x563b2aa84000, scanner=0x563aced55600)`
   
   ### What You Expected?
   
   work normal.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yiguolei closed issue #9823: [Bug] be core dump when EqualPredicate::evaluate_or

Posted by GitBox <gi...@apache.org>.
yiguolei closed issue #9823: [Bug] be core dump when EqualPredicate<doris::StringValue>::evaluate_or 
URL: https://github.com/apache/incubator-doris/issues/9823


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org