How to Dump a .NET Core Application on Linux
问题 I have a .NET application that I have ported to .NET Core. I am testing it on Ubuntu 14.04. I am trying to figure out how to get a .dmp file or the Linux equivalent when the program crashes. I call Environment.FailFast but as far as I can tell this doesn't generate a .dmp file like it does on Windows. Acording to this case Environment.FailFast should be creating a dump but if it is I can't find it. In addition I have tried manually creating a dump using gcore . This works however it takes a