Suma Sushilendra MSFT
Hi Bastian,
Thanks for the bucket ID info in the message. That is very helpful and cuts down the investigation time in half for us.
Looking at the bucket ID on our internal server, I am seeing that there are 4 issues that can cause this bucket. I want to narrow it down to the one that is responsible for the crash you are seeing.
Can you please do the following the next time it crashes
1) make a reg file out of the following and run it. Make sure you set a local path to "DWFileTreeRoot"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting\DW]
"DWNoExternalURL"=dword:00000000
"DWNoFileCollection"=dword:00000000
"DWNoSecondLevelCollection"=dword:00000000
"DWFileTreeRoot"=".\\Dumps"
"DWReporteeName"=""
2) Then Click on the "Send error report" on the dialog you see after the crash
3) This will store the dump file at the location you mentioned for "DWFileTreeRoot" instead of sending it to the MS server
4) Open the .dmp file in VS and hit F5 and when it breaks, open callstack window and post back the top of the callstack.
This will help me nail down the issue in the bucket and I will open a bug for the same for us to fix here.
Thanks for your help and time on this,
Suma Sushilendra [MSFT]