Author: tkreuzer
Date: Sat Mar  5 11:13:45 2011
New Revision: 50970

URL: http://svn.reactos.org/svn/reactos?rev=50970&view=rev
Log:
[WIN32K]
add dumping of locked handles to missing places.

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/gdidbg.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/gdidbg.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/gdidbg.c?rev=50970&r1=50969&r2=50970&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/gdidbg.c [iso-8859-1] 
(original)
+++ trunk/reactos/subsystems/win32/win32k/objects/gdidbg.c [iso-8859-1] Sat Mar 
 5 11:13:45 2011
@@ -325,6 +325,7 @@
     {
         DbgPrint("FATAL: Win32DbgPreServiceHook(%ld): There are %ld exclusive 
locks!\n",
                  ulSyscallId, pti->cExclusiveLocks);
+        GdiDbgDumpLockedHandles();
         ASSERT(FALSE);
     }
 
@@ -339,6 +340,7 @@
     {
         DbgPrint("FATAL: Win32DbgPostServiceHook(%ld): There are %ld exclusive 
locks!\n",
                  ulSyscallId, pti->cExclusiveLocks);
+        GdiDbgDumpLockedHandles();
         ASSERT(FALSE);
     }
     return ulResult;


Reply via email to