[fix](core) fix closure use after release#38087
Merged
yiguolei merged 1 commit intoapache:masterfrom Jul 18, 2024
Merged
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40143 ms |
TPC-DS: Total hot run time: 173638 ms |
ClickBench: Total hot run time: 30.6 s |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40217 ms |
TPC-DS: Total hot run time: 172640 ms |
ClickBench: Total hot run time: 30.78 s |
yiguolei
approved these changes
Jul 18, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
Contributor
Author
|
run external |
Contributor
Author
|
run cloud_p0 |
yiguolei
pushed a commit
that referenced
this pull request
Jul 18, 2024
yiguolei
approved these changes
Jul 18, 2024
dataroaring
pushed a commit
that referenced
this pull request
Jul 19, 2024
## Proposed changes ``` *** SIGSEGV address not mapped to object (@0x8) received by PID 3465895 (TID 3467451 OR 0x7f383371d700) from PID 8; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_release/doris/be/src/common/signal_handler.h:421 1# 0x00007F3B62FFEB50 in /lib64/libc.so.6 2# doris::PInternalServiceImpl::_response_pull_slave_rowset(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long, long, long, long, bool) at /home/zcp/repo_center/doris_release/doris/be/src/service/internal_service.cpp:1922 3# doris::PInternalServiceImpl::request_slave_tablet_pull_rowset(google::protobuf::RpcController*, doris::PTabletWriteSlaveRequest const*, doris::PTabletWriteSlaveResult*, google::protobuf::Closure*)::$_0::operator()() const at /home/zcp/repo_center/doris_release/doris/be/src/service/internal_service.cpp:1878 4# doris::WorkThreadPool<false>::work_thread(int) at /home/zcp/repo_center/doris_release/doris/be/src/util/work_thread_pool.hpp:159 5# execute_native_thread_routine at ../../../../../libstdc++-v3/src/c++11/thread.cc:84 6# start_thread in /lib64/libpthread.so.0 7# __clone in /lib64/libc.so.6 ``` <!--Describe your changes.-->
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes