I just launched a new app that uses WebClient
to pull down data over HTTPS. Never had any issues during beta.
So far ~100 installs and have had 2 crashes with this stack trace. Not sure what I can do from my end, it doesn't look like it ever enters application code.
0 sotb 0x0004486a testflight_backtrace
1 sotb 0x00043ece TFSignalHandler
2 libsystem_platform.dylib 0x3ac3f062 _sigtramp
3 libsystem_pthread.dylib 0x3ac44a32 pthread_kill
4 libsystem_c.dylib 0x3ab8bffc abort
5 sotb 0x0034437e monoeg_assertion_message
6 sotb 0x002c2912 mono_jit_compile_method_with_opt in mini.c on Line 6070
7 sotb 0x002c2430 mono_jit_compile_method in mini.c on Line 6138
8 sotb 0x0030dbda mono_compile_method in object.c on Line 587
9 sotb 0x002ba086 mini_get_gsharedvt_wrapper in mini-generic-sharing.c on Line 1164
10 sotb 0x002bdb60 mini_add_method_trampoline in mini-trampolines.c on Line 356
11 sotb 0x002bdef4 common_call_trampoline in mini-trampolines.c on Line 590
12 sotb 0x002bdbce mono_magic_trampoline in mini-trampolines.c on Line 699
13 sotb 0x001cf4f7 generic_trampoline_jit
14 sotb 0x001efad7 System__Mono_Security_Protocol_Tls_RecordProtocol_BeginReceiveRecord_System_IO_Stream_System_AsyncCallback_object
15 sotb 0x001efc33 p_284_plt_Mono_Security_Protocol_Tls_RecordProtocol_ReceiveRecord_System_IO_Stream_llvm
16 sotb 0x002293d7 Mono_Security_Protocol_Tls_SslStreamBase_InternalReadCallback_System_IAsyncResult
17 sotb 0x001b6e57 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr_0
18 sotb 0x002c4db8 mono_jit_runtime_invoke in mini.c on Line 6504
19 sotb 0x0030c794 mono_runtime_invoke in object.c on Line 2827
20 sotb 0x0031001a mono_runtime_delegate_invoke in object.c on Line 3538
21 sotb 0x0031e0e0 async_invoke_thread in threadpool.c on Line 621
22 sotb 0x0032032c start_wrapper in threads.c on Line 608
23 sotb 0x0033611a thread_start_routine in wthreads.c on Line 294
24 sotb 0x0033e208 inner_start_thread in mono-threads-posix.c on Line 49
25 sotb 0x003534aa GC_start_routine in pthread_support.c on Line 1526
26 libsystem_pthread.dylib 0x3ac43c1c _pthread_body
27 libsystem_pthread.dylib 0x3ac43b8e _pthread_start
28 libsystem_pthread.dylib 0x3ac41c8f thread_start
Has anyone seen this stacktrace before? Any ideas?