-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Test test_task_arena
times out on Apple Silicon
#952
Comments
Could you please provide threads call stacks? |
@pavelkumbrasev |
Yes, I think the same. |
Here's the debug/thread info for test_task_arena hang:
|
@pavelkumbrasev On average, the test was completed in 6-7 seconds. But some launches worked for 60 seconds or longer. Commit: 274f68e Build (with LTO):
Test:
Based on the stack trace data, the problem is inside the TestArenaConcurrency test. Unlike ARM, the test on x86 completes, but it takes 10-100 times longer:
Minidump with heap and pdb: |
LTO does not affect test behavior. Without LTO:
|
Encountered this issue while running tests on an M1 Macbook Pro against oneTBB 2021.7.
Build arm64:
Run test 100x:
ctest --repeat-until-fail 100 . -R test_task_arena --output-on-failure --timeout 60
Result:
Test times out after ~20 iterations.
The text was updated successfully, but these errors were encountered: