Debugging a dotnet.exe process crash using Visual Studio

0

For some reason dotnet.exe crashes inside a .NET Core framework library async call httpClient.SendAsync(...) after upgrading .NET Core from 2.0 to 2.1.

Because dotnet.exe crashes that prevents Visual Studio from showing any error stack trace.

I am getting following error in Output -> Debug window, but it is not sufficient to fix the issue:

The program '[12372] dotnet.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.

What other ways could I use to debug this problem, since error stack trace is not available?

c#
visual-studio
debugging
asp.net-core-2.1
asked on Stack Overflow Nov 30, 2018 by Răzvan Flavius Panda • edited Nov 30, 2018 by Răzvan Flavius Panda

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0