Error "Process is terminating due to StackOverflowException." occurs every time when a C# program ends.
See original GitHub issueEnvironment data
dotnet --info
output:
.NET Core SDK (reflecting any global.json): Version: 2.1.403 Commit: 04e15494b6
Runtime Environment:
OS Name: arch
OS Version:
OS Platform: Linux
RID: arch-x64
Base Path: /opt/dotnet/sdk/2.1.403/
Host (useful for support): Version: 2.1.5 Commit: 290303f510
.NET Core SDKs installed: 2.1.403 [/opt/dotnet/sdk]
.NET Core runtimes installed: Microsoft.NETCore.App 2.1.5 [/opt/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download
VS Code version: 1.27.2
C# Extension version: 1.17.0-beta5
Steps to reproduce
Create a new C# console application using dotnet new console
;
Try to debug the default HelloWorld program;
Expected behavior
Program exits with no error.
Actual behavior
Error “Process is terminating due to StackOverflowException.” occurs.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (4 by maintainers)
Top GitHub Comments
1.17.0-beta6 is now on the release page. Please follow these instructions to install.
I hope to put out a new beta tomorrow that has a fix for 2439. So we should hopefully know if this is indeed a duplicate or not soon…