I'm looking at a crash dump from a C++ app and can see that the application crashed with FAST_FAIL_FATAL_APP_EXIT.
The stack frame below suggests that an unhandled exception ntdll!RcConsolidateFrames+0x6.
I'm wondering if you could help point me in the right direction on how to go about tracking where the exception occurred.
msvcr120!abort+0x34
msvcr120!terminate+0x1e
msvcp120!_Call_func$catch$0+0x13
msvcr120!_CallSettingFrame+0x20
msvcr120!__CxxCallCatchBlock+0xf5
ntdll!RcConsolidateFrames+0x6
msvcp120!_Call_func+0x14
msvcr120!_callthreadstartex+0x17
msvcr120!_threadstartex+0x102
kernel32!BaseThreadInitThunk+0x14
ntdll!RtlUserThreadStart+0x21