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: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com