-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
jkotas
added
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
labels
Mar 12, 2024
dotnet-issue-labeler
bot
added
the
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
label
Mar 12, 2024
jkotas
added
area-Diagnostics-mono
and removed
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
labels
Mar 12, 2024
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Mar 12, 2024
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: