Application Crash Code: c0000409 SubCode: FAST_FAIL_INVALID_SET_OF_CONTEXT What does the subcode mean?
Random crashes in our enterprise app after updating to OpenJDK 17 (from 8). Only happening on Windows 10 devices. What does the sub-code FAST_FAIL_INVALID_SET_OF_CONTEXT mean? I can't find any sort of reference for it online.
ExceptionAddress: 00007ff9bd01ee63 (ntdll!RtlGuardRestoreContext+0x00000000000000b3) ExceptionCode: c0000409 (Security check failure or stack buffer overrun) ExceptionFlags: 00000001 NumberParameters: 1 Parameter[0]: 000000000000000d Subcode: 0xd FAST_FAIL_INVALID_SET_OF_CONTEXT
I have a dump file but this error has prevented Java from providing any crash files. The error occurs intermittently.
Thank you.