dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.26k stars 4.73k forks source link

Make createdump easier to use with native AOT #93308

Open LakshanF opened 1 year ago

LakshanF commented 1 year ago

Current use of createdump requires manual intervention due to dependency on the C++ runtime (see dotnet/diagnostics#4150). There should be a version of createdump that does not have this dependency to make it easier to use this tool (such as for scenarios like bundling this tool in containers together with the native AOT application to make it easier to generate dump files)

mikem8361 commented 1 year ago

/cc: @tommcdon