-
Notifications
You must be signed in to change notification settings - Fork 37
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
TSan reports thread leaks on ctests #846
Comments
This existing TODO comment suggests this is a known issue and it's tied to an already-planned future refactoring, so I'll leave it there: shark-ai/shortfin/src/shortfin/support/blocking_executor.cc Lines 87 to 88 in 1f50538
Note that, intentionally or not,
Stack:
|
In a build with TSan, ctest says:
All four have reports of thread leaks, i.e. threads are not joined by the main thread (one of them,
threads_recycle
, also has a data race, see #847).Sample TSan report:
The text was updated successfully, but these errors were encountered: