-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
mono_os_mutex_destroy: pthread_mutex_destroy failed with "Device or resource busy" #99609
Labels
area-Diagnostics-mono
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
Milestone
Comments
This is same as #97565 . The fix does not seem to work. |
The eventpipe mutex is being destroyed here:
While eventpipe is still running on a different thread here:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-Diagnostics-mono
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=599402
Build error leg or test failing: System.Threading.ThreadPools.Tests.ThreadPoolTests.ThreadPoolMinMaxThreadsEventTest
Pull request: #99595
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=599402
Error message validated:
[mono_os_mutex_destroy: pthread_mutex_destroy failed
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/12/2024 3:23:03 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: