-
Notifications
You must be signed in to change notification settings - Fork 858
Dedicated crash handler thread. #21826
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c1d34c2
First draft and experiment.
neunhoef a0e27a6
Clean up code.
neunhoef abc4216
CHANGELOG.
neunhoef 4a0e661
Take out test assertion again.
neunhoef 27fb623
Increase backwards compatibility of the output.
neunhoef 1cc8b35
Shut down crash handler thread when --version is used.
neunhoef 4d39c2c
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef 5b45310
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef 3704b8e
Use atomic wait/notify_all for crash handler thread.
neunhoef dded8d4
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef f308917
Explain state transitions.
neunhoef b5950e6
Cleaner shutdown.
neunhoef 62e81ff
Take out commented out code.
neunhoef 1f33096
clang-format.
neunhoef 70b04f0
First phase of moving stuff to dedicated crash handler thread.
neunhoef ebf3c43
Rework suggested by reviewer.
neunhoef fb9813c
Take assertion out.
neunhoef 4b8523d
Remove additional string for backwards compatibilty.
neunhoef c09a7c6
Add CrashHandler as thread name.
neunhoef c4d6bea
Thread exceptions.
neunhoef 2a2f45e
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef 17d3f81
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef 58cf61d
Fixes suggested by reviewer.
neunhoef 7ec0d64
Finishing touches suggested by the reviewer.
neunhoef 065de5e
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef 1da431c
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef 0b9e10c
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
neunhoef ff2542f
Fix CHANGELOG.
neunhoef 1c5508d
Update arangod/RestServer/arangod.cpp
neunhoef c5d4a61
A few more suggestions by reviewer.
neunhoef File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Merge remote-tracking branch 'origin/devel' into feature/crash-handle…
…r-thread
8000
- Loading branch information
commit 4d39c2c0d5bbc31268957dab901bdd792a27b01a
There are no files selected for viewing
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
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
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.
Is this a mistake in resolving conflicts?
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.
Yes, it was a merge error. Is corrected.