mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -05:00
tst: winfsp-tests: UnhandledExceptionFilter
This commit is contained in:
parent
28ac5a1cfe
commit
1cc42c9d70
@ -192,10 +192,11 @@ LONG WINAPI UnhandledExceptionHandler(struct _EXCEPTION_POINTERS *ExceptionInfo)
|
|||||||
&Large.QuadPart,
|
&Large.QuadPart,
|
||||||
&Info.V))
|
&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,
|
ExceptionInfo->ExceptionRecord->ExceptionCode,
|
||||||
Info.V.Name,
|
Info.V.Name,
|
||||||
Large.LowPart);
|
Large.LowPart,
|
||||||
|
ExceptionInfo->ExceptionRecord->ExceptionAddress);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user