ThingWorx Edge .NET SDK Crashing
Hi,
We are using a ThingWorx Edge .NET microserver based on a modified version of the included steam sensor example.
We are noticing that it seems to sometimes crash randomly after running for a while, but have been having trouble determining the cause.
Below are the errors are in the Windows event viewer after it crashes. Are there any known issues with the .NET Edge server crashing? Let me know if there's any other info we can send that would be helpful.
Log Name: Application
Source: .NET Runtime
Date: 1/8/2016 3:23:48 AM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: hqqatest50
Description:
Application: TestMonitor.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 000007FEF8FFF73C
Stack:
Event Xml:
<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="2016-01-08T08:23:48.000Z" />
<EventRecordID>1046621</EventRecordID>
<Channel>Application</Channel>
<Computer>hqqatest50</Computer>
<Security />
</System>
<EventData>
<Data>Application: TestMonitor.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 000007FEF8FFF73C
Stack:
</Data>
</EventData>
</Event>
Log Name: Application
Source: Application Error
Date: 1/8/2016 3:23:32 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: hqqatest50
Description:
Faulting application TestMonitor.exe, version 1.0.0.0, time stamp 0x568d8e13, faulting module twApi.dll, version 0.0.0.0, time stamp 0x551a50f6, exception code 0xc0000005, fault offset 0x000000000000f73c, process id 0x%9, application start time 0x%10.
Event Xml:
<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="2016-01-08T08:23:32.000Z" />
<EventRecordID>1046620</EventRecordID>
<Channel>Application</Channel>
<Computer>hqqatest50</Computer>
<Security />
</System>
<EventData>
<Data>TestMonitor.exe</Data>
<Data>1.0.0.0</Data>
<Data>568d8e13</Data>
<Data>twApi.dll</Data>
<Data>0.0.0.0</Data>
<Data>551a50f6</Data>
<Data>c0000005</Data>
<Data>000000000000f73c</Data>
</EventData>
</Event>
Message was edited by: Eric Freure Attached crash dump

