Thank you for your log .
That's it — same file offset too (0x7286e), not just the same exception code. That's about as close to a 100% match as you can get from a WER event log alone.
This confirms it , same bug, two completely independent machines, so honestly, at this point I don't think there's much doubt left. The problems is that as you know Windows 10 is in ESU , I haven't hope that Microsoft will fix this bug .
One more thing, in case it helps build up telemetry on this: could you check whether Windows Error Reporting is actually enabled and set to auto-send on your end? Most people never touch this, so you're probably fine, but worth a 10-second check in powershell >
Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\Windows Error Reporting' -Name Disabled -ErrorAction SilentlyContinue
Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\Windows Error Reporting\Consent' -Name DefaultConsent -ErrorAction SilentlyContinue
check the value for first command Disabled : 0 , and for the second command DefaultConsent : 3