Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix GC stress modes 4 and 8 on Linux ARM #17456

Merged
merged 1 commit into from Apr 6, 2018

Commits on Apr 6, 2018

  1. Fix GC stress modes 4 and 8 on Linux ARM

    There were two problems:
    * The illegal instruction 0xde01 used for INTERRUPT_INSTR_CALL doesn't
      generate SIGILL, but SIGTRAP, since this is the code used for
      breakpoints.
    * The USE_REDIRECT_FOR_GCSTRESS was defined even for FEATURE_PAL for
      ARM, which is incorrect and resulted in explicit redirect frame not
      being created in DoGcStress and thus the GC stack walk was skipping
      managed frames that it should walk.
    janvorli committed Apr 6, 2018
    Copy the full SHA
    26d018f View commit details
    Browse the repository at this point in the history