Skip to content
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

fix: Uninstall iOS signal handler after one invocation #9

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Feb 23, 2021

Priviously, the signal handler of iOS would not terminate the process or delegate to the original signal handler, which at least in the iOS simulator would lead to an infinite signal loop and start writing a huge amount of minidumps. By restoring the signal handlers to the original, only one minidump is written and the default signal handlers are invoked.

@Swatinem Swatinem marked this pull request as ready for review February 24, 2021 09:22
@Swatinem Swatinem requested a review from a team February 24, 2021 12:04
@Swatinem Swatinem merged commit 77bf06f into master Mar 3, 2021
@Swatinem Swatinem deleted the fix/ios-signal branch March 3, 2021 07:50
supervacuus pushed a commit to supervacuus/breakpad that referenced this pull request Oct 18, 2022
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.

2 participants