I’m not defending the doc, and I don’t know the right answer, but I am
trying to help you find it. There are only two possibilities I know of.
One is that they meant a value, instead of a key, and if you create the
value, it works. The other is that they meant the default value in the key
by that name, and if you set that to 1, it works.
If you want to set a default value to 1, create the key, then, using
regedt32, create a REG_DWORD value, leaving the name blank, and setting the
value to 1. It will overwrite the default empty REG_SZ value that is
visible in regedit, but not regedt32. If that doesn’t work, then try
creating the REG_DWORD value of the specified name, and setting that to 1.
Phil
* Philip D. Barila | (503) 264-8386
* Intel Corp. | M/S JF2-53 Office JF2-2-G6
* Storage Architecture and Performance
* Internet Systems Lab
-----Original Message-----
From: Gary Little [mailto:xxxxx@Broadstor.com]
Sent: Tuesday, February 20, 2001 2:01 PM
To: NT Developers Interest List
Subject: [ntdev] RE: [NTDev] WinDbg, 2.0.0023.0, BugCheck error code 0
x76
Default value in the key? The doc doesn’t specify that, and I was using
regedt32, which doesn’t give you access to a default value.
Gary G. Little
Sr. Staff Engineer
Broadband Storage, LLC
xxxxx@broadstor.com
xxxxx@delphieng.com
-----Original Message-----
From: Barila, Phil [mailto:xxxxx@intel.com]
Sent: Tuesday, February 20, 2001 12:55 PM
To: NT Developers Interest List
Subject: [ntdev] RE: [NTDev] WinDbg, 2.0.0023.0, BugCheck error code
0x76
Did you try setting the default value in the key to 1?
-----Original Message-----
From: Gary Little [mailto:xxxxx@Broadstor.com]
Sent: Tuesday, February 20, 2001 12:39 PM
To: NT Developers Interest List
Subject: [ntdev] [NTDev] WinDbg, 2.0.0023.0, BugCheck error code 0x76
This error code has to have wrong documentation —
“The guilty driver can be detected by editing the registry. In the
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
Management registry path, set a TrackLockedPages key equal to DWORD 1, then
reboot. The system will then save stack traces, and if the driver commits
the same error, the system will issue bug check 0xCB,
DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS. This will identify the guilty driver.”
You can’t set a DWORD of 1 on a KEY … you can set a DWORD on a VALUE. At
least my Regedt32 won’t let me.
Gary G. Little
Sr. Staff Engineer
Broadband Storage, LLC
xxxxx@broadstor.com
xxxxx@delphieng.com
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@delphieng.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com