mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIN32K]
add dumping of locked handles to missing places. svn path=/trunk/; revision=50970
This commit is contained in:
@@ -325,6 +325,7 @@ DbgPreServiceHook(ULONG ulSyscallId, PULONG_PTR pulArguments)
|
||||
{
|
||||
DbgPrint("FATAL: Win32DbgPreServiceHook(%ld): There are %ld exclusive locks!\n",
|
||||
ulSyscallId, pti->cExclusiveLocks);
|
||||
GdiDbgDumpLockedHandles();
|
||||
ASSERT(FALSE);
|
||||
}
|
||||
|
||||
@@ -339,6 +340,7 @@ DbgPostServiceHook(ULONG ulSyscallId, ULONG_PTR ulResult)
|
||||
{
|
||||
DbgPrint("FATAL: Win32DbgPostServiceHook(%ld): There are %ld exclusive locks!\n",
|
||||
ulSyscallId, pti->cExclusiveLocks);
|
||||
GdiDbgDumpLockedHandles();
|
||||
ASSERT(FALSE);
|
||||
}
|
||||
return ulResult;
|
||||
|
||||
Reference in New Issue
Block a user