You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native Crash Reporting ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
#7248
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
fffffff>
at NativeMethods:sqlite3_prepare_v2 <0x00176>
at SQLitePCL.SQLite3Provider_sqlite3:SQLitePCL.ISQLite3Provider.sqlite3_prepare_v2 <0x001ba>
at SQLitePCL.raw:sqlite3_prepare_v2 <0x000e7>
at SQLitePCL.raw:sqlite3_prepare_v2 <0x00092>
at SQLite.SQLite3:Prepare2 <0x000b2>
at SQLite.SQLiteCommand:Prepare <0x000e2>
at d__121:MoveNext <0x0033a> at System.Collections.Generic.List1:AddEnumerable <0x0025a>
at System.Collections.Generic.List1:.ctor <0x004aa> at System.Linq.Enumerable:ToList <0x001d2> at SQLite.SQLiteCommand:ExecuteQuery <0x0014a> at SQLite.TableQuery1:ToList <0x000c2>
at EventApp.SQLClient:GetSelectedOptions <0x00662>
at EventApp.APIClient:Dialogue <0x010ba>
at d__38:MoveNext <0x013d2>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x001be>
at EventApp.APIClient:GetNotifications <0x0030a>
at <b__7_0>d:MoveNext <0x0088a>
at System.Runtime.CompilerServices.AsyncVoidMe
thodBuilder:Start <0x001be>
at EventApp.iOS.LeftTableCell:b__7_0 <0x002d2>
at System.Threading.Tasks.Task:InnerInvoke <0x000e9>
at System.Threading.Tasks.Task:Execute <0x00074>
at System.Threading.Tasks.Task:ExecutionContextCallback <0x000ca>
at System.Threading.ExecutionContext:RunInternal <0x00585>
at System.Threading.ExecutionContext:Run <0x00092>
at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x002c2>
at System.Threading.Tasks.Task:ExecuteEntry <0x0023a>
at System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x00072>
at System.Threading.ThreadPoolWorkQueue:Dispatch <0x006a5>
at ObjCRuntime.Runtime:ThreadPoolDispatcher <0x000e5>
at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x0015d>
at :runtime_invoke_bool <0x000e2>
The thread 0x65 has exited with code 0 (0x0).
Thread started: #103
Thread finished: #88
The thread 0x58 has exited with code 0 (0x0).
Thread finished: #82
The thread 0x52 has exited with code 0 (0x0).
Thread started: #104
Thread finished: #90
The thread 0x5a has exited with code 0 (0x0).
Thread started: #105
Example Project (If Possible)
if (internetStatus != NetworkStatus.NotReachable)
{
new System.Threading.Thread (new System.Threading.ThreadStart (() => {
APIClient.getInstance().GetData(AuthToken).ContinueWith(t =>
{
InvokeOnMainThread(() =>
{
if (t.Result == "success")
{
setValues();
}
refreshControl.EndRefreshing();
});
});
})).Start ();
}
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Behavior
Expected: Get the list with data
Actual Behavior
Actual: Randomly Sometimes Native Crash Occur and Loader keep stuck loading,
Environment
Vs 2019
Version 16.3.1
Xamarin.iOS and Xamarin.Mac SDK 13.2.0.42
Build Logs
=================================================================
Native Crash Reporting
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Native stacktrace:
=================================================================
Basic Fault Address Reporting
Memory around native instruction pointer (0x7fff5052cb0c):0x7fff5052cafc 01 00 00 4d 85 e4 0f 84 f7 00 00 00 48 89 55 d0 ...M........H.U.
0x7fff5052cb0c 49 8b 04 24 49 89 86 a0 01 00 00 e9 02 01 00 00 I..$I...........
0x7fff5052cb1c 41 0f b7 86 84 01 00 00 48 39 c3 0f 83 09 01 00 A.......H9......
0x7fff5052cb2c 00 4d 8b be a0 01 00 00 4d 85 ff 0f 84 f0 02 00 .M......M.......
=================================================================
Managed Stacktrace:
fffffff>
at NativeMethods:sqlite3_prepare_v2 <0x00176>
at SQLitePCL.SQLite3Provider_sqlite3:SQLitePCL.ISQLite3Provider.sqlite3_prepare_v2 <0x001ba>
at SQLitePCL.raw:sqlite3_prepare_v2 <0x000e7>
at SQLitePCL.raw:sqlite3_prepare_v2 <0x00092>
at SQLite.SQLite3:Prepare2 <0x000b2>
at SQLite.SQLiteCommand:Prepare <0x000e2>
at d__12
1:MoveNext <0x0033a> at System.Collections.Generic.List
1:AddEnumerable <0x0025a>at System.Collections.Generic.List
1:.ctor <0x004aa> at System.Linq.Enumerable:ToList <0x001d2> at SQLite.SQLiteCommand:ExecuteQuery <0x0014a> at SQLite.TableQuery
1:ToList <0x000c2>at EventApp.SQLClient:GetSelectedOptions <0x00662>
at EventApp.APIClient:Dialogue <0x010ba>
at d__38:MoveNext <0x013d2>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x001be>
at EventApp.APIClient:GetNotifications <0x0030a>
at <b__7_0>d:MoveNext <0x0088a>
at System.Runtime.CompilerServices.AsyncVoidMe
thodBuilder:Start <0x001be>
at EventApp.iOS.LeftTableCell:b__7_0 <0x002d2>
at System.Threading.Tasks.Task:InnerInvoke <0x000e9>
at System.Threading.Tasks.Task:Execute <0x00074>
at System.Threading.Tasks.Task:ExecutionContextCallback <0x000ca>
at System.Threading.ExecutionContext:RunInternal <0x00585>
at System.Threading.ExecutionContext:Run <0x00092>
at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x002c2>
at System.Threading.Tasks.Task:ExecuteEntry <0x0023a>
at System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x00072>
at System.Threading.ThreadPoolWorkQueue:Dispatch <0x006a5>
at ObjCRuntime.Runtime:ThreadPoolDispatcher <0x000e5>
at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x0015d>
at :runtime_invoke_bool <0x000e2>
The thread 0x65 has exited with code 0 (0x0).
Thread started: #103
Thread finished: #88
The thread 0x58 has exited with code 0 (0x0).
Thread finished: #82
The thread 0x52 has exited with code 0 (0x0).
Thread started: #104
Thread finished: #90
The thread 0x5a has exited with code 0 (0x0).
Thread started: #105
Example Project (If Possible)
if (internetStatus != NetworkStatus.NotReachable)
{
new System.Threading.Thread (new System.Threading.ThreadStart (() => {
APIClient.getInstance().GetData(AuthToken).ContinueWith(t =>
{
InvokeOnMainThread(() =>
{
if (t.Result == "success")
{
setValues();
}
refreshControl.EndRefreshing();
});
});
})).Start ();
}
The text was updated successfully, but these errors were encountered: