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

Unnatural fixes #7753

Merged
merged 3 commits into from
Mar 10, 2020
Merged

Unnatural fixes #7753

merged 3 commits into from
Mar 10, 2020

Commits on Mar 10, 2020

  1. Fatal errors: concatenate multiple args after --error

    It should fix error dialogs on Windows since it decomposes the arg string.
    Nekotekina committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    656db6c View commit details
    Browse the repository at this point in the history
  2. Improve Stop Watchdog

    Make it less possible to interfere with the debugger.
    Nekotekina committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    92eeec3 View commit details
    Browse the repository at this point in the history
  3. Fix thread_base::finalize (and emergency_exit, collaterally)

    Forgot to reset futex callback. Could cause crashes.
    Nekotekina committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6bd96a4 View commit details
    Browse the repository at this point in the history