LizZhang315 opened a new issue, #13892:
URL: https://github.com/apache/doris/issues/13892

   ### 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
   
   doris-0.0.0-trunk-7fedfdc
   
   ### What's Wrong?
   
   run daily test with enable_vectorized_engine=false, be core.
   
   be1.out:
   start time: Wed Nov  2 03:45:23 CST 2022
   *** Query id: 0-0 ***
   *** Aborted at 1667337234 (unix time) try "date -d @1667337234" if you are 
using GNU date ***
   *** Current BE git commitID: 7fedfdc ***
   *** SIGSEGV unkown detail explain (@0x0) received by PID 25002 (TID 
0x7f059723a700) from PID 0; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /root/doris-release/be/src/common/signal_handler.h:420
    1# 0x00007F060EBEF920 in /lib64/libc.so.6
    2# doris::IRuntimeFilter::await() at 
/root/doris-release/be/src/exprs/runtime_filter.cpp:1200
    3# doris::OlapScanNode::open(doris::RuntimeState*) at 
/root/doris-release/be/src/exec/olap_scan_node.cpp:257
    4# doris::HashJoinNode::probe_side_open_thread(doris::RuntimeState*, 
std::promise<doris::Status>*) at 
/root/doris-release/be/src/exec/hash_join_node.cpp:188
    5# execute_native_thread_routine in 
/ssd1/palo-qa/teamcity/daily/9335/PALO-BE/be/lib/doris_be
    6# start_thread in /lib64/libpthread.so.0
    7# clone in /lib64/libc.so.6
   start time: Wed Nov  2 05:25:08 CST 2022
   start time: Wed Nov  2 05:28:35 CST 2022
   start time: Wed Nov  2 05:33:26 CST 2022
   start time: Wed Nov  2 05:37:42 CST 2022
   start time: Wed Nov  2 05:46:25 CST 2022
   start time: Wed Nov  2 05:47:16 CST 2022
   start time: Wed Nov  2 05:52:29 CST 2022
   
   
   be2.out:
   start time: Wed Nov  2 03:45:23 CST 2022
   *** Query id: 0-0 ***
   *** Aborted at 1667337234 (unix time) try "date -d @1667337234" if you are 
using GNU date ***
   *** Current BE git commitID: 7fedfdc ***
   *** SIGSEGV invalid permissions for mapped object (@0x555c07846000) received 
by PID 81816 (TID 0x7fb5bcc3c700) from PID 126115840; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /root/doris-release/be/src/common/signal_handler.h:420
    1# 0x00007FB634266920 in /lib64/libc.so.6
    2# 0x0000555C07846000
   start time: Wed Nov  2 05:25:10 CST 2022
   start time: Wed Nov  2 05:33:32 CST 2022
   start time: Wed Nov  2 05:52:33 CST 2022
   [email protected]'s be.out:
   start time: Wed Nov  2 03:45:23 CST 2022
   start time: Wed Nov  2 05:33:38 CST 2022
   start time: Wed Nov  2 05:52:37 CST 2022
   [email protected]'s be.out:
   start time: Wed Nov  2 03:45:23 CST 2022
   *** Query id: 0-0 ***
   *** Aborted at 1667337234 (unix time) try "date -d @1667337234" if you are 
using GNU date ***
   *** Current BE git commitID: 7fedfdc ***
   *** SIGSEGV address not mapped to object (@0x5400454e4f4e) received by PID 
56329 (TID 0x7f8112144700) from PID 1162760014; stack trace: ***
   start time: Wed Nov  2 05:25:13 CST 2022
   start time: Wed Nov  2 05:33:44 CST 2022
   start time: Wed Nov  2 05:52:41 CST 2022
   
   be3.out:
   start time: Wed Nov  2 03:45:23 CST 2022
   *** Query id: 0-0 ***
   *** Aborted at 1667337234 (unix time) try "date -d @1667337234" if you are 
using GNU date ***
   *** Current BE git commitID: 7fedfdc ***
   *** SIGSEGV unkown detail explain (@0x0) received by PID 45928 (TID 
0x7f2d61038700) from PID 0; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /root/doris-release/be/src/common/signal_handler.h:420
    1# 0x00007F2DD78EB920 in /lib64/libc.so.6
    2# doris::IRuntimeFilter::await() at 
/root/doris-release/be/src/exprs/runtime_filter.cpp:1200
    3# doris::OlapScanNode::open(doris::RuntimeState*) at 
/root/doris-release/be/src/exec/olap_scan_node.cpp:257
    4# doris::HashJoinNode::probe_side_open_thread(doris::RuntimeState*, 
std::promise<doris::Status>*) at 
/root/doris-release/be/src/exec/hash_join_node.cpp:188
    5# execute_native_thread_routine in 
/ssd1/palo-qa/teamcity/daily/9335/PALO-BE/be/lib/doris_be
    6# start_thread in /lib64/libpthread.so.0
    7# clone in /lib64/libc.so.6
   start time: Wed Nov  2 05:25:15 CST 2022
   start time: Wed Nov  2 05:28:59 CST 2022
   start time: Wed Nov  2 05:33:50 CST 2022
   start time: Wed Nov  2 05:52:45 CST 2022
   
   ### What You Expected?
   
   The test cases run successfully.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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