<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lab-nation.com/index.php?action=history&amp;feed=atom&amp;title=Crash_Reports</id>
	<title>Crash Reports - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lab-nation.com/index.php?action=history&amp;feed=atom&amp;title=Crash_Reports"/>
	<link rel="alternate" type="text/html" href="https://wiki.lab-nation.com/index.php?title=Crash_Reports&amp;action=history"/>
	<updated>2026-05-22T17:33:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.lab-nation.com/index.php?title=Crash_Reports&amp;diff=672&amp;oldid=prev</id>
		<title>Riemerg: Created page with &quot;Since v0.9.0.0, the SmartScope app detects when a crash is about to occur, and saves all details it has about the upcoming crash into a file on disk. =Please send in your Cras...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.lab-nation.com/index.php?title=Crash_Reports&amp;diff=672&amp;oldid=prev"/>
		<updated>2016-06-18T20:01:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Since v0.9.0.0, the SmartScope app detects when a crash is about to occur, and saves all details it has about the upcoming crash into a file on disk. =Please send in your Cras...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Since v0.9.0.0, the SmartScope app detects when a crash is about to occur, and saves all details it has about the upcoming crash into a file on disk.&lt;br /&gt;
=Please send in your CrashReports to &amp;lt;span style=&amp;quot;color:#008800&amp;quot;&amp;gt;bughunt@lab-nation.com&amp;lt;/span&amp;gt;=&lt;br /&gt;
Before making a public release of a new software version, our app goes through a cycle of validation tests. We don't make public releases which contains known bugs. However, since we're targeting a very wide range of platforms, it is clear we cannot test on every device available. Therefore, IF you experience a crash, &amp;lt;span style=&amp;quot;color:#008800&amp;quot;&amp;gt;the information in the resulting CrashReport is very valuable to us. Please be so kind to send it to '''bughunt@lab-nation.com'''&amp;lt;/span&amp;gt;, so it enters our bugtracker which allows us to provide a fix as soon as possible in [http://www.lab-nation.com/app the beta channel].&lt;br /&gt;
&lt;br /&gt;
(we do not want to transmit these crashreports automatically from your PC to our servers)&lt;br /&gt;
=Location of the CrashReports=&lt;br /&gt;
Here is the location where you can find the generated CrashReports:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Platform &lt;br /&gt;
! CrashReport path&lt;br /&gt;
|-&lt;br /&gt;
| Mac || /Users/&amp;lt;username&amp;gt;/LabNation&lt;br /&gt;
|-&lt;br /&gt;
| Linux || ~/LabNation&lt;br /&gt;
|-&lt;br /&gt;
| Windows || &amp;lt;My Documents&amp;gt;/LabNation&lt;br /&gt;
|-&lt;br /&gt;
| Android || &amp;lt;sd-card&amp;gt;/LabNation&lt;br /&gt;
|}&lt;br /&gt;
=Contents of each CrashReport=&lt;br /&gt;
Each CrashReport gives an accurate pointer to the location in our code where the crash originated from (the stacktrace).&lt;br /&gt;
Additionally, it gives us some information which helps us to reproduce the bug, like the version of the SmartScope software, and the operating system you're currently using.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Below you can see such a sample CrashReport:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
------------------------------         CRASH REPORT         ------------------------------&lt;br /&gt;
Timestamp: 16/06/2016 21:44:26&lt;br /&gt;
SmartScopeApp version: 0.0.6011.37327&lt;br /&gt;
OS: Windows Microsoft Windows NT 6.2.9200.0&lt;br /&gt;
Error message: Destination array is not long enough to copy all the items in the collection. Check array index and length.&lt;br /&gt;
Source: System.Core&lt;br /&gt;
TargetSite: CopyTo&lt;br /&gt;
StackTrace:    at System.Collections.Generic.HashSet`1.CopyTo(T[] array, Int32 arrayIndex, Int32 count)&lt;br /&gt;
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)&lt;br /&gt;
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)&lt;br /&gt;
   at LabNation.DeviceInterface.DataSources.ChannelDataSource.get_List() in c:\LabNation\SmartScopeApp\DeviceInterface\DataSources\DataPackageScope.cs:line 17&lt;br /&gt;
   at ESuite.ScopeDataCollection..ctor(DataPackageScope scopeData) in c:\LabNation\SmartScopeApp\ESuite\ScopeDataCollection.cs:line 38&lt;br /&gt;
   at ESuite.EMainEngine.UpdateNewestDataPointer(DataPackageScope scopeData, DataSource dataSource) in c:\LabNation\SmartScopeApp\ESuite\EMainEngine.cs:line 70&lt;br /&gt;
   at LabNation.DeviceInterface.DataSources.NewDataAvailableHandler.Invoke(DataPackageScope dataPackage, DataSource dataSource)&lt;br /&gt;
   at LabNation.DeviceInterface.DataSources.DataSource.fireDataAvailableEvents() in c:\LabNation\SmartScopeApp\DeviceInterface\DataSources\DataSourceScope.cs:line 31&lt;br /&gt;
   at LabNation.DeviceInterface.DataSources.DataSource.DataFetchThreadStart() in c:\LabNation\SmartScopeApp\DeviceInterface\DataSources\DataSourceScope.cs:line 114&lt;br /&gt;
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;br /&gt;
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;br /&gt;
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;br /&gt;
   at System.Threading.ThreadHelper.ThreadStart()&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Riemerg</name></author>
	</entry>
</feed>