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

Display stack trace at stack overflow #31956

Merged
merged 4 commits into from
Feb 10, 2020

Commits on Feb 8, 2020

  1. Display stack trace at stack overflow

    This change enables printing stack trace at stack overflow to the
    console. In case multiple threads fail with stack overflow in parallel,
    only the trace of the first thread is printed.
    janvorli committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    a23013f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Reflect PR feedback

    * Update the stack overflow stack size to use fixed size as a basis rather than
    basing it on the virtual page size.
    * Rename the AdjustContextForWriteBarrier to AdjustContextForJITHelpers
    * Add waiting for the stack overflow stack trace printing completion to
    the `EEPolicy::HandleFatalStackOverflow` so that it gets printed
    completely even in case of multiple threads failing with stack overflow.
    janvorli committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    8631bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fcaf79 View commit details
    Browse the repository at this point in the history
  3. Replace event by polling

    janvorli committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    397ba42 View commit details
    Browse the repository at this point in the history