Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled stackoverflow tests with largeframe for RISCV64 (#106383)
For bigger structures than the page size, the current way of calculating whether failureAddress is a part of the stack is not always proper. Because siginfo_t structure with failureAddress (si_addr field) comes from OS the problem must be related with SP or with the formula: (failureAddress - (sp - GetVirtualPageSize())) < 2 * GetVirtualPageSize() which is used to check if SIGSEGV is a stack overflow.
- Loading branch information