Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alexischr
Copy link
Contributor

Fixes #16803

@alexischr
Copy link
Contributor Author

@monojenkins build failed

@jaykrell
Copy link
Contributor

I wonder if pthread_atfork should be used for this?

g_assert (sigaction (SIGCHLD, &sa, NULL) != -1);

/* Remove SIGQUIT, we are already dumping threads */
g_assert (sigaction (SIGQUIT, &sa, NULL) != -1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

g_assert not supposed to have side effects.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaykrell This is some code that was moved and complemented, I did not want to make changes to the motif

@lambdageek
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@marek-safar
Copy link
Member

@monojenkins backport 2019-08

@marek-safar marek-safar merged commit f526788 into master Sep 26, 2019
@marek-safar marek-safar deleted the fix-gh-16803 branch September 26, 2019 14:41
monojenkins added a commit that referenced this pull request Sep 26, 2019
#17078)

[2019-08] [crashing] Remove Mono signal handlers when starting to handle a crash

Fixes #16803

Backport of #17002.

/cc @marek-safar @alexischr
@lambdageek
Copy link
Member

@monojenkins backport to 2019-06

@monojenkins
Copy link
Contributor

@lambdageek backporting to 2019-06 failed, the patch results in conflicts:

Applying: [crashing] Remove Mono signal handlers when starting to handle a crash
Using index info to reconstruct a base tree...
M	mono/mini/mini-exceptions.c
Falling back to patching base and 3-way merge...
Auto-merging mono/mini/mini-exceptions.c
CONFLICT (content): Merge conflict in mono/mini/mini-exceptions.c
error: Failed to merge in the changes.
Patch failed at 0001 [crashing] Remove Mono signal handlers when starting to handle a crash

Please backport manually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mono_gc_finalize_notify spinning after process exit

6 participants