UWP app random crash

Nimalika 21 Reputation points
2020-07-27T08:31:42.103+00:00

Our UWP app crashes in release mode randomly.

Windows event viewer shows following exception codes

Faulting module name: edgeIso.dll, version: 11.0.18362.836, time stamp: 0x23127c72
Exception code: 0xc0000409

Faulting module name: dcomp.dll, version: 10.0.18362.836, time stamp: 0x1ca78712
Exception code: 0xc0000409

We found that code: 0xc0000409 indicates a stack buffer overflow. How can we fix these types of exceptions? We tried handling UnhandledException to get more info on these exceptions but app crashes without calling it in release mode.

Thanks.

Universal Windows Platform (UWP)
{count} votes