blackfox1983 opened a new issue #3788:
URL: https://github.com/apache/incubator-doris/issues/3788


   **Describe the bug**
   A Table created with columns which type is BITMAP, when use 
bitmap_union_count(), be will crashed.
   be.out will show like as belows:
   
   *** Aborted at 1591095597 (unix time) try "date -d @1591095597" if you are 
using GNU date ***
   PC: @          0x2012914 roaring_bitmap_get_cardinality
   *** SIGILL (@0x2012914) received by PID 8649 (TID 0x7f2634de6700) from PID 
33630484; stack trace: ***
       @     0x7f2642a7d340 (unknown)
       @          0x2012914 roaring_bitmap_get_cardinality
       @          0x159d89d 
doris::segment_v2::SegmentIterator::_apply_bitmap_index()
       @          0x159f287 
doris::segment_v2::SegmentIterator::_get_row_ranges_by_column_conditions()
       @          0x159f86d doris::segment_v2::SegmentIterator::_init()
       @          0x15a012e doris::segment_v2::SegmentIterator::next_batch()
       @           0xf1d92a doris::BetaRowsetReader::next_block()
       @           0xe92886 
doris::CollectIterator::ChildCtx::_refresh_current_row()
       @           0xe8eb28 doris::CollectIterator::add_child()
       @           0xe8f552 doris::Reader::_capture_rs_readers()
       @           0xe92393 doris::Reader::init()
       @          0x1462575 doris::OlapScanner::open()
       @          0x14379cc doris::OlapScanNode::scanner_thread()
       @           0xf857b5 doris::PriorityThreadPool::work_thread()
       @          0x1a358ad thread_proxy
       @     0x7f2642832dd5 start_thread
       @     0x7f2642b4502d __clone
   
   
   


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



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

Reply via email to