How can we help you today? How can we help you today?
rgelb
Hi @Jessica R I cleared out the event log and recreated the crash. Event log had the following entries: .NET Runtime version 4.0.30319.0 - The profiler was loaded successfully. Profiler CLSID: '{F487E236-8315-45AF-833E-DF0967B1E79A}'. Process ID (decimal): 364. Message ID: [0x2507]. The Open Procedure for service "BITS" in DLL "C:\Windows\System32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code. The configuration information of the performance library "C:\Windows\System32\perfts.dll" for the "TermService" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted. Faulting application name: w3wp.exe, version: 10.0.15063.0, time stamp: 0xacce422f Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc00000fd Fault offset: 0x3636e10b Faulting process id: 0x16c Faulting application start time: 0x01d30fde87182b0a Faulting application path: C:\WINDOWS\SysWOW64\inetsrv\w3wp.exe Faulting module path: unknown Report Id: b7193eb4-f29b-47fa-bf35-5ba0de499542 Faulting package full name: Faulting package-relative application ID: I chose to debug the w3p crash using a new copy of Visual Studio and it pinpointed the following line with the Stack Overflow exception: result = engine.Invoke(outputType, renderOptions.ComponentName, properties).ToString(); [image] / comments
Hi @Jessica R I cleared out the event log and recreated the crash. Event log had the following entries: .NET Runtime version 4.0.30319.0 - The profiler was loaded successfully. Profiler CLSID: '{...
0 votes
Hi @Jessica R I cleared out the Event Viewer, repeated the test and it crashed again. The Event Viewer had the following things (separated by carriage returns): .NET Runtime version 4.0.30319.0 - The profiler was loaded successfully. Profiler CLSID: '{F487E236-8315-45AF-833E-DF0967B1E79A}'. Process ID (decimal): 364. Message ID: [0x2507]. The Open Procedure for service "BITS" in DLL "C:\Windows\System32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code. The configuration information of the performance library "C:\Windows\System32\perfts.dll" for the "TermService" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted. Faulting application name: w3wp.exe, version: 10.0.15063.0, time stamp: 0xacce422f Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc00000fd Fault offset: 0x3636e10b Faulting process id: 0x16c Faulting application start time: 0x01d30fde87182b0a Faulting application path: C:\WINDOWS\SysWOW64\inetsrv\w3wp.exe Faulting module path: unknown Report Id: b7193eb4-f29b-47fa-bf35-5ba0de499542 Faulting package full name: Faulting package-relative application ID: I then selected to "debug" the w3p crash using a new copy of Visual Studio and it pinpointed this line of code in our code base: result = engine.Invoke(outputType, renderOptions.ComponentName, properties).ToString(); The error was Stack Overflow. [image] As I mentioned before none of these errors happen if I profile without line level stats. / comments
Hi @Jessica R I cleared out the Event Viewer, repeated the test and it crashed again. The Event Viewer had the following things (separated by carriage returns): .NET Runtime version 4.0.30319.0 - ...
0 votes