hubgeter opened a new pull request, #383:
URL: https://github.com/apache/doris-thirdparty/pull/383
fix coredump:
```
#0 0x5561f1d46f12 in operator delete(void*, unsigned long)
(/mnt/disk2/tengjianping/doris-master/output/be/lib/doris_be+0x50ae4f12)
#1 0x55622c94b454 in
std::__new_allocator<std::shared_ptr<orc::ExpressionTree>>::deallocate(std::shared_ptr<orc::ExpressionTree>*,
unsigned long)
(/mnt/disk2/tengjianping/doris-master/output/be/lib/doris_be+0x8b6e9454)
#2 0x55622c94b41e in
std::_Deque_base<std::shared_ptr<orc::ExpressionTree>,
std::allocator<std::shared_ptr<orc::ExpressionTree>>>::_M_deallocate_node(std::shared_ptr<orc::ExpressionTree>*)
(/mnt/disk2/tengjianping/doris-master/output/be/lib/doris_be+0x8b6e941e)
#3 0x55622c950681 in std::deque<std::shared_ptr<orc::ExpressionTree>,
std::allocator<std::shared_ptr<orc::ExpressionTree>>>::_M_pop_front_aux()
(/mnt/disk2/tengjianping/doris-master/output/be/lib/doris_be+0x8b6ee681)
#4 0x55622c94868e in std::deque<std::shared_ptr<orc::ExpressionTree>,
std::allocator<std::shared_ptr<orc::ExpressionTree>>>::pop_front()
(/mnt/disk2/tengjianping/doris-master/output/be/lib/doris_be+0x8b6e668e)
#5 0x55622c947d79 in
orc::rewriteLeaves(std::shared_ptr<orc::ExpressionTree>, unsigned long*)
SearchArgument.cc
#6 0x55622c947809 in orc::SearchArgumentBuilderImpl::build()
(/mnt/disk2/tengjianping/doris-master/output/be/lib/doris_be+0x8b6e5809)
#7 0x5562195209a6 in
doris::vectorized::OrcReader::_init_search_argument(std::vector<std::shared_ptr<doris::vectorized::VExpr>,
std::allocator<std::shared_ptr<doris::vectorized::VExpr>>> const&)
/mnt/disk2/tengjianping/doris-master/be/src/vec/exec/format/orc/vorc_reader.cpp:1072:27
#8 0x556219527175 in
doris::vectorized::OrcReader::set_fill_columns(std::unordered_map<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>,
std::allocator<char>>, doris::SlotDescriptor const*>,
std::hash<std::__cxx11::basic_string<char,
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]