Kdbgctrl.exe -du didn’t make a difference.
Is there a way to set Ks_FUSION_Mask automatically sometime after bootup in windbg?
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Pavel A.
Sent: Tuesday, April 21, 2015 12:29 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] SXS
On 21-Apr-2015 18:53, Ford, Harry L wrote:
Okay so I added the two values (SXS and FUSION) equal to DWORD of 0 under the …\Debug Print Filter key, rebooted and I still get the messages in windbg for them?
Do a dd of the values and they’re set to 0x3fffffff again.
Any other ideas?
Well… if the kd_fusion_mask somehow becomes non zero - rewrite it using the debugger: ed nt!kd_fusion_mask 0
Also, try to disable handling usermode events in kernel debugger by kdbgctrl.exe -du
Regards,
– pa
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer