xinyiZzz opened a new pull request, #46710:
URL: https://github.com/apache/doris/pull/46710

   ### What problem does this PR solve?
   
   Introduced pr: #46136
   fix: 
   ```
   start BE in local mode
   *** Query id: 0-0 ***
   *** is nereids: 0 ***
   *** tablet id: 0 ***
   *** Aborted at 1736203429 (unix time) try "date -d @1736203429" if you are 
using GNU date ***
   *** Current BE git commitID: 5ee7e73313 ***
   *** SIGSEGV address not mapped to object (@0x7b228e) received by PID 4568 
(TID 6464 OR 0x7fd390c11640) from PID 8069774; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /doris/be/src/common/signal_handler.h:421
    1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in 
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
    2# JVM_handle_linux_signal in 
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
    3# 0x00007FD7DC196520 in /lib/x86_64-linux-gnu/libc.so.6
    4# je_pac_decay_ms_get at ../src/pac.c:555
    5# arena_i_dirty_decay_ms_ctl at ../src/ctl.c:2870
    6# je_ctl_byname at ../src/ctl.c:1574
    7# void 
doris::MemInfo::set_jemallctl_value<long>(std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, long) at 
/doris/be/src/util/mem_info.h:123
    8# doris::Daemon::je_reset_dirty_decay_thread() const at 
/doris/be/src/common/daemon.cpp:533
    9# doris::Thread::supervise_thread(void*) at 
/doris/be/src/util/thread.cpp:499
   10# start_thread at ./nptl/pthread_create.c:442
   11# 0x00007FD7DC27A850 at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:83
   ```
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


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