C
C#9mo ago
n8ta

❔ ENV var dump collection not working on some machines

I'm using these env vars to collect dumps from my .net core macOS app (docs: https://learn.microsoft.com/en-us/dotnet/core/diagnostics/collect-dumps-crash) DOTNET_CreateDumpVerboseDiagnostics=1 DOTNET_CreateDumpLogToFile=/var/tmp/dotnet.log COMPlus_DbgEnableMiniDump=1 COMPlus_CreateDumpDiagnostics=1 COMPlus_EnableCrashReport=1 COMPlus_EnableDumpOnSigTerm=1 This works locally on an arm device and an intel device. I see /var/tmp/dotnet.log show up with coredump diagnostics and I see coredumps in TMPDIR. However when I run it in an azure devops pipeline no coredumps are created and the coredump log only contains 0003bf7f TickFrequency: 1000000 ticks per ms 0003bf7f PAGE_SIZE 4096 I'm not sure how to debug this further since I cannot ssh into my ADO pipeline agent. Anyone have any suggestions on next steps?
1 Reply
Accord
Accord9mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.