-
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
dotnet crash when debugging unit tests on Visual Studio for Mac (Rosetta) #46192
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Doesn't appear to be aspnetcore specific. Will likely need more diagnostic artifacts to see the managed stack. @jeffschwMSFT - can you help route for that? |
Tagging subscribers to this area: @tommcdon Issue DetailsDescribe the bugI am trying to debug unit tests on Visual Studio for Mac. After starting the debugging, for a while nothing happens. Then the dotnet process crashes. I will attach the output of the crash in a file. Additional Info:
To ReproduceUnfortunately, I cannot share the project I am using. But I recognized the behavior on different projects. I am using XUnit as unit testing framework and the application uses the targetframework: netcoreapp3.1 Exceptions (if any)attached in the file crash-log.txt Further technical details
Laufzeitumgebung: Host (useful for support): .NET SDKs installed: .NET runtimes installed: To install additional .NET runtimes or SDKs:
|
Is this the same as #42311 |
I think it's actually related to #44958 |
I am closing this as a duplicate of #44958 |
Describe the bug
I am trying to debug unit tests on Visual Studio for Mac. After starting the debugging, for a while nothing happens. Then the dotnet process crashes. I will attach the output of the crash in a file.
crash-log.txt
Additional Info:
To Reproduce
Unfortunately, I cannot share the project I am using. But I recognized the behavior on different projects. I am using XUnit as unit testing framework and the application uses the targetframework: netcoreapp3.1
Exceptions (if any)
attached in the file crash-log.txt
Further technical details
dotnet --info
.NET SDK (gemäß "global.json"):
Version: 5.0.101
Commit: d05174dc5a
Laufzeitumgebung:
OS Name: Mac OS X
OS Version: 11.0
OS Platform: Darwin
RID: osx.11.0-x64
Base Path: /usr/local/share/dotnet/sdk/5.0.101/
Host (useful for support):
Version: 5.0.1
Commit: b02e13a
.NET SDKs installed:
2.1.811 [/usr/local/share/dotnet/sdk]
3.1.403 [/usr/local/share/dotnet/sdk]
3.1.404 [/usr/local/share/dotnet/sdk]
5.0.100 [/usr/local/share/dotnet/sdk]
5.0.101 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.All 2.1.23 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.23 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.10 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.23 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.9 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.10 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
VS4Mac 8.8.4 (build 30)
The text was updated successfully, but these errors were encountered: