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 GetThreadContext call failed in mono GC for unity 5.2.x #1294

Open
wants to merge 1 commit into
base: unity-5.2-staging
Choose a base branch
from

Commits on May 20, 2020

  1. fix GetThreadContext call failed in GC.

    Backport from commit: 3f39ea8e2e79c4d85db445aef97742eec4d56849
    
    Previous comment:
    
    Calls to GetThreadContext may fail. Work around
    this by putting access in suspend/resume loop
    to advance thread past problematic areas where
    suspend fails. Capture context in per thread
    structure rather at suspend time rather than
    retreiving during push logic.
    loadingcn committed May 20, 2020
    Configuration menu
    Copy the full SHA
    e490329 View commit details
    Browse the repository at this point in the history