You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is only found that executing the Assembly.GetCallingAssembly() function in the catch block when an exception occurs in building the regular expression will cause the program to crash. Exit code is -1073740791
MacOS did not encounter this issue.
.NET 8 did not encounter this issue.
Description
Currently, it is only found that executing the
Assembly.GetCallingAssembly()
function in the catch block when an exception occurs in building the regular expression will cause the program to crash. Exit code is -1073740791MacOS did not encounter this issue.
.NET 8 did not encounter this issue.
Reproduction Steps
Expected behavior
This simple operation theoretically should not cause a crash.
Actual behavior
Exit code is -1073740791
Regression?
No response
Known Workarounds
No response
Configuration
Environment:
OS Name: Windows
OS Version: 10.0.22631
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100\
Host:
Version: 9.0.0
Architecture: x64
Commit: 9d5a6a9
Other information
No response
The text was updated successfully, but these errors were encountered: