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/07/27 07:50:08 UTC

[GitHub] [doris] liaoxin01 opened a new issue, #11250: [Bug] be core,doris::vectorized::VMergeIteratorContext::copy_row

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

   ### 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
   
   master
   
   ### What's Wrong?
   
   Aborted at 1658899655 (unix time) try "date -d @1658899655" if you are using GNU date *** *** Current BE git commitID: 352a3819b *** *** SIGABRT unkown detail explain (@0xace2b) received by PID 708139 (TID 0x7f6f90da0700) from PID 708139; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_master/be/src/common/signal_handler.h:420 1# 0x00007F6F98B800C0 in /lib/x86_64-linux-gnu/libc.so.6 2# raise in /lib/x86_64-linux-gnu/libc.so.6 3# abort in /lib/x86_64-linux-gnu/libc.so.6 4# 0x000055A2C3543C49 in /mnt/ssd01/doris-master/VEC_ASAN/be/lib/doris_be 5# 0x000055A2C353925D at src/[logging.cc:1650](http://logging.cc:1650/) 6# google::LogMessage::SendToLog() at src/[logging.cc:1607](http://logging.cc:1607/) 7# google::LogMessage::Flush() at src/[logging.cc:1477](http://logging.cc:1477/) 8# google::LogMessageFatal::~LogMessageFatal() at src/[logging.cc:2227](http://logging.cc:2227/) 9# doris::vectorized::Colu
 mnNullable const& assert_cast<doris::vectorized::ColumnNullable const&, doris::vectorized::IColumn const&>(doris::vectorized::IColumn const&) at /home/zcp/repo_center/doris_master/be/src/vec/common/assert_cast.h:50 10# doris::vectorized::ColumnNullable::insert_from(doris::vectorized::IColumn const&, unsigned long) at /home/zcp/repo_center/doris_master/be/src/vec/columns/column_nullable.cpp:202 11# doris::vectorized::VMergeIteratorContext::copy_row(doris::vectorized::Block*) at /home/zcp/repo_center/doris_master/be/src/vec/olap/vgeneric_iterators.cpp:187 12# doris::vectorized::VMergeIterator::next_batch(doris::vectorized::Block*) at /home/zcp/repo_center/doris_master/be/src/vec/olap/vgeneric_iterators.cpp:356 13# doris::BetaRowsetReader::next_block(doris::vectorized::Block*) at /home/zcp/repo_center/doris_master/be/src/olap/rowset/beta_rowset_reader.cpp:191 14# doris::vectorized::VCollectIterator::Level0Iterator::refresh_current_row() at /home/zcp/repo_center/doris_master/be/src/vec/
 olap/vcollect_iterator.cpp:207 15# doris::vectorized::VCollectIterator::Level0Iterator::init() at /home/zcp/repo_center/doris_master/be/src/vec/olap/vcollect_iterator.cpp:192 16# doris::vectorized::VCollectIterator::build_heap(std::vector<std::shared_ptr<doris::RowsetReader>, std::allocator<std::shared_ptr<doris::RowsetReader> > >&) at /home/zcp/repo_center/doris_master/be/src/vec/olap/vcollect_iterator.cpp:67 17# doris::vectorized::BlockReader::_init_collect_iter(doris::TabletReader::ReaderParams const&, std::vector<std::shared_ptr<doris::RowsetReader>, std::allocator<std::shared_ptr<doris::RowsetReader> > >) at /home/zcp/repo_center/doris_master/be/src/vec/olap/block_reader.cpp:63 18# doris::vectorized::BlockReader::init(doris::TabletReader::ReaderParams const&) at /home/zcp/repo_center/doris_master/be/src/vec/olap/block_reader.cpp:135 19# doris::vectorized::VOlapScanner::open() at /home/zcp/repo_center/doris_master/be/src/vec/exec/volap_scanner.cpp:130 20# doris::vectorized::VOla
 pScanNode::scanner_thread(doris::vectorized::VOlapScanner) at /home/zcp/repo_center/doris_master/be/src/vec/exec/volap_scan_node.cpp:399 21# doris::vectorized::VOlapScanNode::_start_scanner_thread_task(doris::RuntimeState*, int)::{lambda()#1}::operator()() const at /home/zcp/repo_center/doris_master/be/src/vec/exec/volap_scan_node.cpp:1887 22# void std::invoke_impl<void, doris::vectorized::VOlapScanNode::_start_scanner_thread_task(doris::RuntimeState*, int)::{lambda()#1}&>(std::_invoke_other, doris::vectorized::VOlapScanNode::_start_scanner_thread_task(doris::RuntimeState*, int)::{lambda()#1}&) at /var/local/ldb_toolchain/include/c++/11/bits/invoke.h:61
   
   ### What You Expected?
   
   fix it
   
   ### 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-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] [doris] dataroaring closed issue #11250: [Bug] be core,doris::vectorized::VMergeIteratorContext::copy_row

Posted by GitBox <gi...@apache.org>.
dataroaring closed issue #11250: [Bug] be core,doris::vectorized::VMergeIteratorContext::copy_row
URL: https://github.com/apache/doris/issues/11250


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


[GitHub] [doris] liaoxin01 commented on issue #11250: [Bug] be core,doris::vectorized::VMergeIteratorContext::copy_row

Posted by GitBox <gi...@apache.org>.
liaoxin01 commented on issue #11250:
URL: https://github.com/apache/doris/issues/11250#issuecomment-1196387907

   ![dlrWn5nv6X](https://user-images.githubusercontent.com/19986811/181193450-fa095c8d-9906-4135-a01b-4716bae4f028.jpg)
   


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