What's Changed
New Features
- diag: auto-enable createdump for native crash forensics (82574d8) — Managed exception handlers (
OnUnhandledException/OnUnobservedTaskException) already flush logs before exit, but native-side faults (AVs,FailFast, stack overflow, GC corruption) bypass them and truncate the log mid-stream.Main()now wires.NET createdumpto drop a heap mini-dump (full stacks + reachable managed objects) intobin/<Config>/Logs/crash-<pid>.dmp, withDOTNET_CreateDumpDiagnosticsfor stderr fallback. Pre-existingDOTNET_DbgEnableMiniDumpvalues are honoured so users with their own crash reporter can opt out. See the new Diagnostics section inREADME.mdfor the env-var table.
Chores
.gitignore deploy_local(ac8f21e)
Full Changelog: v4.3.21...v4.3.22