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


   ### 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?
   
   BE crashed occasionally, and in be.out, the stack is like:
   ```
   *** Aborted at 1641958477 (unix time) try "date -d @1641958477" if you are 
using GNU date ***
   PC: @          0x479bbfc tcmalloc::CentralFreeList::FetchFromOneSpans()
   *** SIGSEGV (@0x0) received by PID 4097 (TID 0x7f7d3e708700) from PID 0; 
stack trace: ***
       @          0x2f92d42 google::(anonymous 
namespace)::FailureSignalHandler()
       @     0x7f7dbbab2630 (unknown)
       @          0x479bbfc tcmalloc::CentralFreeList::FetchFromOneSpans()
       @          0x479bfd3 tcmalloc::CentralFreeList::RemoveRange()
       @          0x47a7b38 tcmalloc::ThreadCache::FetchFromCentralCache()
       @          0x49794c5 realloc
       @          0x35993b3 array_container_grow
       @          0x3588374 roaring_bitmap_add
       @          0x178c482 doris::AggregateFuncTraits<>::update()
       @          0x17d8e89 doris::MemTable::_aggregate_two_row()
       @          0x17d974b doris::MemTable::insert()
       @          0x1fefcfd doris::DeltaWriter::write()
       @          0x1905d0e doris::TabletsChannel::add_batch()
       @          0x190287e doris::LoadChannel::add_batch()
       @          0x18fd6eb doris::LoadChannelMgr::add_batch()
       @          0x198120b 
_ZZN5doris20PInternalServiceImplINS_15PBackendServiceEE23tablet_writer_add_batchEPN6google8protobuf13RpcControllerEPKNS_28PTabletWriterAddBatchRequestEPNS_27PTabletWriterAddBatchResultEPNS4_7ClosureEENKUlvE_clEv
       @          0x189423f doris::PriorityThreadPool::work_thread()
       @          0x2f5f517 thread_proxy
       @     0x7f7dbbaaaea5 start_thread
       @     0x7f7dbb4d18dd __clone
       @                0x0 (unknown)
   ```
   
   or
   
   ```
   *** Aborted at 1641930346 (unix time) try "date -d @1641930346" if you are 
using GNU date ***
   PC: @          0x479bbfc tcmalloc::CentralFreeList::FetchFromOneSpans()
   *** SIGSEGV (@0x0) received by PID 25838 (TID 0x7f90e4ae1700) from PID 0; 
stack trace: ***
       @          0x2f92d42 google::(anonymous 
namespace)::FailureSignalHandler()
       @     0x7f917557f630 (unknown)
       @          0x479bbfc tcmalloc::CentralFreeList::FetchFromOneSpans()
       @          0x479bfd3 tcmalloc::CentralFreeList::RemoveRange()
       @          0x47a7b38 tcmalloc::ThreadCache::FetchFromCentralCache()
       @          0x1ee6a5f doris::OlapTableSchemaParam::init()
       @          0x1906fd5 doris::TabletsChannel::open()
       @          0x190210a doris::LoadChannel::open()
       @          0x18fef5f doris::LoadChannelMgr::open()
       @          0x1980c39 doris::PInternalServiceImpl<>::tablet_writer_open()
       @          0x312c6e5 brpc::policy::ProcessRpcRequest()
       @          0x3122c47 brpc::ProcessInputMessage()
       @          0x3123b0e brpc::InputMessenger::OnNewMessages()
       @          0x31cde8e brpc::Socket::ProcessEvent()
       @          0x328753f bthread::TaskGroup::task_runner()
       @          0x3278871 bthread_make_fcontext
   ```
   
   Not exactly same, but all crash at `tcmalloc`
   
   ### What You Expected?
   
   Not crash
   
   ### How to Reproduce?
   
   Hard to reproduce. This is always because the memory corruption.
   
   ### 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: [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]

Reply via email to