-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[merp] Introduce a new 'dump mode' that allows different signal behavior when dumping #17537
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
Conversation
Cherry picked from the mono#17310
22cf584 to
1452e2f
Compare
|
@lambdageek There is one failing test ( |
|
Okay I see from your comment you expect a "sleep and retry" instead of a failure for DumpStateTotal |
|
@alexischr There's some code in Lines 6637 to 6658 in 638e2c6
|
b847e5d to
ffee39a
Compare
|
@monojenkins build pkg |
|
@monojenkins backport to 2019-08 |
b5d932f to
ad81229
Compare
|
@monojenkins build pkg |
|
There are a few more callers of |
lambdageek
left a comment
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.
looks conceptually ready.
some build failures to sort out on DISABLE_CRASH_REPORTING configurations.
…ior when dumping The primary reason for this is gaining the ability to interpret SIGTERM properly as a crashing signal when outside of 'dump mode', and as a utility signal during the 'thread summarizer' dumping process.
ad81229 to
d2764d3
Compare
2d15a57 to
e64ba3d
Compare
This reverts commit 1e9f19d. Oops. pushed to the wrong branch
|
Let's try the auto-backport one more time: @monojenkins backport to 2019-10 |
|
@monojenkins build failed |
|
@monojenkins build failed |
Partly revert mono#17296 backports. Follow-up work for backports of mono#17537 backports. Addresses mono#17419
Partly revert mono#17296 backports. Follow-up work for backports of mono#17537 backports. Addresses mono#17419
…ior when dumping (mono/mono#17537) * dump_native_stacktrace should always register the sigterm handler. Cherry picked from the mono/mono#17310 * [merp] Introduce a new 'dump mode' that allows different signal behavior when dumping The primary reason for this is gaining the ability to interpret SIGTERM properly as a crashing signal when outside of 'dump mode', and as a utility signal during the 'thread summarizer' dumping process. Commit migrated from mono/mono@db568c6
[merp] Introduce a new 'dump mode' that allows different signal behavior when dumping
The primary reason for this is gaining the ability to interpret SIGTERM properly as a crashing signal when outside of 'dump mode', and as a utility signal during the 'thread summarizer' dumping process.
Addresses #17419