mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:53:36 +00:00
[KERNEL32]
Always print information about unhandled exception, even when GUI error dialog boxes are disabled CORE-10088 svn path=/trunk/; revision=68917
This commit is contained in:
parent
a5b00b8271
commit
db71d8393e
1 changed files with 1 additions and 2 deletions
|
@ -292,8 +292,7 @@ UnhandledExceptionFilter(struct _EXCEPTION_POINTERS *ExceptionInfo)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((GetErrorMode() & SEM_NOGPFAULTERRORBOX) == 0)
|
PrintStackTrace(ExceptionInfo);
|
||||||
PrintStackTrace(ExceptionInfo);
|
|
||||||
|
|
||||||
/* Save exception code and address */
|
/* Save exception code and address */
|
||||||
ErrorParameters[0] = (ULONG)ExceptionRecord->ExceptionCode;
|
ErrorParameters[0] = (ULONG)ExceptionRecord->ExceptionCode;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue