Andy Gocke

Results 208 comments of Andy Gocke

> The size on disk will generally be smaller. I can't remember exactly why, but maybe @vitek-karas or @sbomer know why. I thought it was due to the native code...

@martincostello Hi martin, for debugging Native AOT apps in particular, you might find native tooling better. For instance, you could use GDB or LLDB to attach to the running process...

I assume your Native aot tests are also Native aot? Or are they regular coreclr?

Got it. Yup, in that case I would recommend trying to attach with LLDB or GDB. While the `dotnet-dump` tools have some limited support for Native AOT, the native tools...

Agreed. I’ll leave this issue open. Unfortunately the person who worked on createdump support with Native aot is out on vacation right now, so it might be a bit before...

OK, I've investigated and have some more information. There may be multiple ways that the runtime creates dump files (I haven't surveyed all the possible options) but one is a...

OK, I managed to investigate the current state and get a dump out of `dotnet-dump`, which I think means the same thing can be done using the `Microsoft.Diagnostics.NETCore.Client` library. Here...

This is pretty weird... I can't easily repro the issue. I wonder if this could be caused by a NuGet import behavior, rather than a source code change. @Mpdreamz Can...