tst: winfsp-tests: UnhandledExceptionFilter

This commit is contained in:
Bill Zissimopoulos 2020-10-27 16:02:49 -07:00
parent 28ac5a1cfe
commit 1cc42c9d70
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -192,10 +192,11 @@ LONG WINAPI UnhandledExceptionHandler(struct _EXCEPTION_POINTERS *ExceptionInfo)
&Large.QuadPart,
&Info.V))
{
wsprintfA(OutBuf, "\nEXCEPTION 0x%lX at %s+0x%lX\n",
wsprintfA(OutBuf, "\nEXCEPTION 0x%lX at %s+0x%lX(0x%p)\n",
ExceptionInfo->ExceptionRecord->ExceptionCode,
Info.V.Name,
Large.LowPart);
Large.LowPart,
ExceptionInfo->ExceptionRecord->ExceptionAddress);
}
else
{