Author: hbelusca Date: Tue Sep 16 18:43:16 2014 New Revision: 64170
URL: http://svn.reactos.org/svn/reactos?rev=64170&view=rev Log: [NTOS]: Do not break into kdbg because PopFlushVolumes is not fully implemented. Fixes apparent BSOD when trying the "Hibernate" and "Stand By" options in the Task Manager. CORE-8537 #resolve #comment Demote UNIMPLEMENTED_DBGBREAK for UNIMPLEMENTED in the non-implemented case of PopFlushVolumes. Fixes the apparent BSOD.
Modified: trunk/reactos/ntoskrnl/po/povolume.c
Modified: trunk/reactos/ntoskrnl/po/povolume.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/po/povolume.c?rev=... ============================================================================== --- trunk/reactos/ntoskrnl/po/povolume.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/po/povolume.c [iso-8859-1] Tue Sep 16 18:43:16 2014 @@ -299,7 +299,7 @@ if (!(FlushPolicy & 2)) { /* ReactOS only implements this routine for shutdown, which requires it */ - UNIMPLEMENTED_DBGBREAK(); + UNIMPLEMENTED; }
/* Check if there were no volumes at all */