-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Crash When Enabling Threading Events on Windows #48407
Comments
dotnet-issue-labeler
bot
added
area-Tracing-coreclr
untriaged
New issue has not been triaged by the area owner
labels
Feb 17, 2021
cc: @sywhang |
Definitely could be. Sorry, I did a quick search for dupes, but didn't find this one. |
@brianrob no worries at all! I've identified the issue and will be following up with a fix soon. Thanks for reporting this |
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Feb 17, 2021
This was referenced Feb 18, 2021
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Feb 18, 2021
jkotas
added a commit
to dotnet/runtimelab
that referenced
this issue
Feb 27, 2021
jkotas
added a commit
to jkotas/runtimelab
that referenced
this issue
Feb 27, 2021
ghost
locked as resolved and limited conversation to collaborators
Mar 20, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When running the latest dotnet SDK with threading events enabled, writing out the ThreadPoolWorkerThreadStart event causes a crash.
Steps:
dotnet new console
The following is output:
This is the full stack under a debugger:
Configuration
Windows x64
Regression?
Yes, this is a regression.
The text was updated successfully, but these errors were encountered: