runtime: FailFast logging should include inner exception details and stacktrace
We introduced FailFast logging with this change: https://github.com/dotnet/coreclr/commit/0c4a490 but are currently ignoring the passed exception data and stacktrace when calling FailFast(string,Exception)
. We currently output the stacktrace that originates from the FailFast call.
This issue was reported here: https://github.com/dotnet/corefx/issues/25477 Related issue:
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (15 by maintainers)
That would be great. Now that we have this, I don’t want it to get broken. Ping me if you need pointers.