-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable unwind #2655
enable unwind #2655
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
@@ -7,6 +7,8 @@ else () | |||
option (USE_INTERNAL_UNWIND_LIBRARY "Set to FALSE to use system unwind library instead of bundled" OFF) | |||
endif () | |||
|
|||
option (ENABLE_UNWIgiND "Enable libunwind (better stacktraces)" ON) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually, we add these options in the root CMakeLists.txt
of tics.
And should it be option (ENABLE_UNWIND ...)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is strange. even though the flag is not defined previously, CI builds it with unwind
, anyone sees the reason?
This comment has been minimized.
This comment has been minimized.
I add So if a variables is not defined, it is "ON" by default? strange... |
Co-authored-by: Fu Zhe <[email protected]>
@JaySon-Huang I suddenly remembered something: for |
The change itself LGTM. |
I try to add it but it shows |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Never mind, I think it is a cached variable by running the cmake before this PR: https://github.com/pingcap/tics/pull/2164/files#diff-dba8ba4a17d71a9b87fa0a9add4c267a3e93e45e4a0ee8a4d250233477605dd7L4 |
Remove some cherry-pick labels since it only affects release-5.2 and master. |
In response to a cherrypick label: cannot checkout |
In response to a cherrypick label: failed to apply #2655 on top of branch "release-5.2":
|
/cherry-pick release-5.2 |
@Mini256: failed to apply #2655 on top of branch "release-5.2":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/cherry-pick release-5.2 |
@Mini256: failed to apply #2655 on top of branch "release-5.2":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
@Mini256: new pull request created: #2666. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
@Mini256: new pull request created: #2667. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/cherry-pick release-5.2 |
@Mini256: failed to apply #2655 on top of branch "release-5.2":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
@Mini256: failed to apply #2655 on top of branch "release-5.2":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Co-authored-by: Meng Xin <[email protected]>
What problem does this PR solve?
enable unwind to get the whole stack when TiFlash crashed
Issue Number: close #2616
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note