From: Jeffrey Altman Date: Thu, 23 Feb 2012 14:28:49 +0000 (-0800) Subject: Windows: Revert "AFSRedir DebugFlags Turn on BugCheck" X-Git-Tag: upstream/1.8.0_pre1^2~2722 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fe6cc80fdbbd3c66ddc32bb6a8e639753244da70;p=packages%2Fo%2Fopenafs.git Windows: Revert "AFSRedir DebugFlags Turn on BugCheck" This reverts commit 209df87d08fb07d9641b81858a0821b9fd95dbcc. Turning on BugCheck by default was a good idea because we needed to track down the cause of exceptions that were otherwise being thrown resulting in resource leaks. However, it is a bad idea because it results in out of memory conditions throwing bug checks that result in a BSOD. Change-Id: If0965657957ed73b83686a9be42b0d7f89964f2f Reviewed-on: http://gerrit.openafs.org/6779 Tested-by: BuildBot Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/afsrdr/kernel/fs/AFSRedirInstall.inf b/src/WINNT/afsrdr/kernel/fs/AFSRedirInstall.inf index ed56fcd4f..85e2a0643 100644 --- a/src/WINNT/afsrdr/kernel/fs/AFSRedirInstall.inf +++ b/src/WINNT/afsrdr/kernel/fs/AFSRedirInstall.inf @@ -57,7 +57,7 @@ AddReg = AFS.AddRegistry [AFS.AddRegistry] HKLM,%AFSRegistry%,%AFSTraceLevel%,0x00010001 ,0x0001 -HKLM,%AFSRegistry%,%AFSDebugFlags%,0x00010001 ,0x0008 +HKLM,%AFSRegistry%,%AFSDebugFlags%,0x00010001 ,0x0000 [AFS.DelRegistry] HKLM,%AFSRegistry%,%AFSTraceLevel%