I am trying to figure out what is causing exceptions for “.NET CLR Exceptions# of Exceps Thrown / sec“ I am following the instructions in How to figure out cause of high number of exceptions.
I was able to get the dump but I am getting error while trying to execute WindDg
!dumpheap -stat -type Exception
Failed to find runtime DLL (mscorwks.dll), 0x80004005
The machine I took the dump was a windows 2012R2 64bit the I took a dump of w3wp process. I used procdump64.exe to take the dump. For symbol package I used Windows RT 8.1 ARM, Windows 8.1 and Windows Server 2012 R2
I am running WinDbg on my Windows 10 Desktop
Microsoft (R) Windows Debugger Version 10.0.14321.1024 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\kumar\Desktop\w3wp.exe_161122_083122\w3wp.exe_161122_083122.dmp]
User Mini Dump File with Full Memory: Only application data is available
Comment: '
*** procdump64.exe 2348 -ma -s 5 -p "\.NET CLR Exceptions(w3wp)\# of Exceps Thrown / sec" 100
*** Counter "# of Exceps Thrown / sec" exceeded 100 for 5 seconds. Value: 220'
************* Symbol Path validation summary **************
Response Time (ms) Location
OK E:\Symbols
Symbol search path is: E:\Symbols
Executable search path is:
Windows 8.1 Version 9600 MP (2 procs) Free x64
Product: Server, suite: TerminalServer DataCenter SingleUserTS
Built by: 6.3.9600.17031 (winblue_gdr.140221-1952)
Machine Name:
Debug session time: Tue Nov 22 14:01:23.000 2016 (UTC + 5:30)
System Uptime: 13 days 23:42:27.204
Process Uptime: 0 days 16:40:05.000
................................................................
................................................................
................................................................
....................................................
Loading unloaded module list
.....................................
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
*** ERROR: Symbol file could not be found. Defaulted to export symbols for KERNELBASE.dll -
ntdll!ZwWaitForSingleObject+0xa:
00007ffe`f39206fa c3 ret
0:000> .load C:\Windows\Microsoft.NET\Framework\v2.0.50727\sos.dll
The call to LoadLibrary(C:\Windows\Microsoft.NET\Framework\v2.0.50727\sos.dll) failed, Win32 error 0n193
"%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.
0:000> .load C:\Windows\Microsoft.NET\Framework64\v2.0.50727\sos.dll
0:000> !dumpheap -stat -type Exception
Failed to find runtime DLL (mscorwks.dll), 0x80004005
Extension commands need mscorwks.dll in order to have something to do.
0:000> .loadby sos mscorwks
Unable to find module 'mscorwks'
0:000> .loadby sos clr
The call to LoadLibrary(D:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.