BiteTheDDDDt opened a new issue #8262: URL: https://github.com/apache/incubator-doris/issues/8262
### 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? core dump ```cpp #0 0x000056124100c929 in memcpy () #1 0x000056124119d05c in doris::FieldTypeTraits<(doris::FieldType)13>::deep_copy(void*, void const*, doris::MemPool*) () at /root/doris-release/be/src/olap/types.h:1010 #2 0x000056124129e078 in doris::MemTable::_tuple_to_row(doris::Tuple const*, doris::ContiguousRow*, doris::MemPool*) () at /var/local/ldb-toolchain/include/c++/11/bits/stl_vector.h:1061 #3 0x000056124129eb27 in doris::MemTable::insert(doris::Tuple const*) (this=0x561258334280, tuple=0x5613efd2a125) at /var/local/ldb-toolchain/include/c++/11/bits/unique_ptr.h:421 #4 0x0000561241bca62a in doris::DeltaWriter::write(doris::RowBatch const*, std::vector<int, std::allocator<int> > const&) (this=0x56127d0d7cc0, row_batch=0x7f77a72f56b0, row_idxs=Unhandled dwarf expression opcode 0xf3 ) at /root/doris-release/be/src/runtime/tuple_row.h:31 #5 0x00005612413d1bfc in doris::TabletsChannel::add_batch(doris::PTabletWriterAddBatchRequest const&, doris::PTabletWriterAddBatchResult*) (this=0x56126dc55900, request=..., response=0x561278996bd0) at /root/doris-release/be/src/runtime/tablets_channel.cpp:128 #6 0x00005612413ce2bf in doris::LoadChannel::add_batch(doris::PTabletWriterAddBatchRequest const&, doris::PTabletWriterAddBatchResult*) (this=0x5612868a4700, request=..., response=0x561278996bd0) at /root/doris-release/be/src/runtime/load_channel.cpp:93 #7 0x00005612413c7fa3 in doris::LoadChannelMgr::add_batch(doris::PTabletWriterAddBatchRequest const&, doris::PTabletWriterAddBatchResult*) (this=0x561248906780, request=..., response=0x561278996bd0) at /root/doris-release/be/src/runtime/load_channel_mgr.cpp:160 #8 0x0000561241476d7b in doris::PInternalServiceImpl<doris::PBackendService>::tablet_writer_add_batch(google::protobuf::RpcController*, doris::PTabletWriterAddBatchRequest const*, doris::PTabletWriterAddBatchResult*, google::protobuf::Closure*)::{lambda()#1}::operator()() const () at /root/doris-release/be/src/runtime/exec_env.h:144 #9 0x0000561241369eb3 in doris::PriorityThreadPool::work_thread(int) () at /var/local/ldb-toolchain/include/c++/11/bits/std_function.h:556 #10 0x0000561244b32b50 in execute_native_thread_routine () #11 0x00007f7847519851 in start_thread () from /lib64/libpthread.so.0 #12 0x00007f784781667d in clone () from /lib64/libc.so.6 ``` ### What You Expected? fix ### 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org