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

[PLAT-5035] Capture user-reported error threads to disk to avoid deadlock #833

Merged
merged 2 commits into from
Oct 13, 2020

Commits on Oct 9, 2020

  1. Capture user-reported error threads to disk to avoid deadlock

    Threads may have been suspended while holding locks in malloc, the
    Objective-C runtime, or other subsystems, so we must only call
    async-signal-safe functions while other threads are suspended.
    nickdowell committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    6a31a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4425396 View commit details
    Browse the repository at this point in the history