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

AArch64 linux.thread-reset fails on non-SVE hardware #6741

Open
AssadHashmi opened this issue Mar 28, 2024 · 1 comment
Open

AArch64 linux.thread-reset fails on non-SVE hardware #6741

AssadHashmi opened this issue Mar 28, 2024 · 1 comment

Comments

@AssadHashmi
Copy link
Contributor

When adding SVE signal context support (#6725), linux.thread-reset started failing intermittently on non-SVE hardware.

To replicate the failure, build in DEBUG or RELEASE mode and run the unit test. It will fail almost all of the time in RELEASE mode and will fail most of the time in DEBUG mode. Attempts to debug using GDB or just with -debug -loglevel will result in the test passing almost all of the time.

@derekbruening
Copy link
Contributor

When adding SVE signal context support (#6725), linux.thread-reset started failing intermittently on non-SVE hardware.

That sounds like there could be a regression introduced by the SVE changes? Is it possible to bisect the changes and isolate which change causes the failures?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants