2020-07-13, 01:34 AM
My server just crashed on me. It's often been responding super slowly from the knewc client recently, so I had stopped and restarted the service just a few hours ago.
The logs are uploaded, although it looks like the last nrecord.log isn't complete due to the buffering. And there wasn't any dump file in C:\temp\.
The Windows event viewer has 2 entries:
and
Any ideas?
The logs are uploaded, although it looks like the last nrecord.log isn't complete due to the buffering. And there wasn't any dump file in C:\temp\.
The Windows event viewer has 2 entries:
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-07-13T01:18:16.000000000Z" />
<EventRecordID>171140</EventRecordID>
<Channel>Application</Channel>
<Computer>Wally</Computer>
<Security />
</System>
- <EventData>
<Data>Application: NextPVRServer.exe CoreCLR Version: 4.700.20.20201 .NET Core Version: 3.1.4 Description: The process was terminated due to an unhandled exception. Exception Info: System.Collections.Generic.KeyNotFoundException: The given key '41244' was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at NShared.RecordingService.WorkerThread() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location where exception was thrown --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()</Data>
</EventData>
</Event>
Code:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-07-13T01:18:17.000000000Z" />
<EventRecordID>171141</EventRecordID>
<Channel>Application</Channel>
<Computer>Wally</Computer>
<Security />
</System>
- <EventData>
<Data>NextPVRServer.exe</Data>
<Data>1.0.0.0</Data>
<Data>5e9fbf92</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.1.7601.24545</Data>
<Data>5e0eb6bd</Data>
<Data>e0434352</Data>
<Data>000000000000b87d</Data>
<Data>3448</Data>
<Data>01d6587485addcc6</Data>
<Data>C:\program files\NPVRv5\NextPVRServer.exe</Data>
<Data>C:\Windows\system32\KERNELBASE.dll</Data>
<Data>ba92ffc8-c4a6-11ea-986e-f0795960a8a5</Data>
</EventData>
</Event>
Any ideas?