You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/02 07:36:37 UTC

[GitHub] [incubator-doris] kangkaisen opened a new issue #861: BE core dump when build with DEBUG type

kangkaisen opened a new issue #861: BE core dump when build with DEBUG type
URL: https://github.com/apache/incubator-doris/issues/861
 
 
   **Describe the bug**
   After https://github.com/apache/incubator-doris/pull/538. The following check is unnecessary.
   
   ```
   -    DCHECK(num_rows_load == _num_rows_in_block || _next_block_id == _end_block)
   -        << "num_rows_load must equal with _num_rows_in_block"
   -        << ", num_rows_load:" << num_rows_load
   -        << ", _num_rows_in_block:" << _num_rows_in_block
   -        << ", _next_block_id" << _next_block_id
   -        << ", _end_block" << _end_block;
   ```
   
   ```
   
   057 82360 segment_reader.cpp:320] Check failed: num_rows_load == _num_rows_in_block || _next_block_id == _end_block num_rows_load must equal with _num_rows_in_block, num_rows_load:1, _num_rows_in_block:1024, _next_block_id0, _end_block19
   
   
   
       @          0x15f2d16  doris::column_file::ColumnData::_get_block()
       @          0x161542f  doris::column_file::SegmentReader::get_block()
       @          0x15f2c75  doris::column_file::ColumnData::_get_block_from_reader()
       @          0x15f1517  doris::column_file::ColumnData::seek_and_get_current_row()
       @          0x15f2c75  doris::column_file::ColumnData::_get_block_from_reader()
       @          0x15f6de9  doris::column_file::ColumnDataComparator::_compare()
       @          0x15f6c6f  doris::column_file::ColumnDataComparator::operator()()
       @          0x27f13f9  google::LogMessageFatal::~LogMessageFatal()
       @          0x15f1517  doris::column_file::ColumnData::seek_and_get_current_row()
       @          0x15f2d16  doris::column_file::ColumnData::_get_block()
       @          0x15f6c6f  doris::column_file::ColumnDataComparator::operator()()
       @          0x15f2d16  doris::column_file::ColumnData::_get_block()
       @          0x15f837c  __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @          0x15f6de9  doris::column_file::ColumnDataComparator::_compare()
       @          0x15f837c  __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @          0x15f1517  doris::column_file::ColumnData::seek_and_get_current_row()
       @          0x161542f  doris::column_file::SegmentReader::get_block()
       @          0x15f6c6f  doris::column_file::ColumnDataComparator::operator()()
       @          0x15f1517  doris::column_file::ColumnData::seek_and_get_current_row()
       @          0x15f6de9  doris::column_file::ColumnDataComparator::_compare()
       @          0x15f7b4b  std::__lower_bound<>()
       @          0x15f2c75  doris::column_file::ColumnData::_get_block_from_reader()
       @          0x15f837c  __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @          0x15f6de9  doris::column_file::ColumnDataComparator::_compare()
       @          0x15f6c6f  doris::column_file::ColumnDataComparator::operator()()
       @          0x15f7b4b  std::__lower_bound<>()
       @          0x15f837c  __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @          0x15f2d16  doris::column_file::ColumnData::_get_block()
       @          0x15f724f  std::lower_bound<>()
       @          0x15f6c6f  doris::column_file::ColumnDataComparator::operator()()
       @          0x15f7b4b  std::__lower_bound<>()
       @          0x15f6c6f  doris::column_file::ColumnDataComparator::operator()()
       @          0x15f724f  std::lower_bound<>()
       @          0x15f1517  doris::column_file::ColumnData::seek_and_get_current_row()
       @          0x15f837c  __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @          0x15f837c  __gnu_cxx::__ops::_Iter_comp_val<>::operator()<>()
       @          0x15f7b4b  std::__lower_bound<>()
       @          0x15f08ca  doris::column_file::ColumnData::_find_position_by_full_key()
       @          0x15f6de9  doris::column_file::ColumnDataComparator::_compare()
       @          0x15f724f  std::lower_bound<>()
       @          0x15f08ca  doris::column_file::ColumnData::_find_position_by_full_key()
   
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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