Search Unity

Unity+Vuforia ios crash on exit - Urgent

Discussion in 'Vuforia' started by pedrohba, May 4, 2018.

  1. pedrohba

    pedrohba

    Joined:
    Aug 27, 2013
    Posts:
    13
    Hello @Vuforia-Strasza! We're facing an urgent issue that is killing our app crash free metrics for about 1 month now. We've tracked the problem down to Vuforia being enabled in Unity. The crash is very simple:

    When the user kills the app by double clicking home button and swiping up to kill the app we're receiving a crash that we can't debug and find exactly where the problem is. By trial and error, we were able to track down the problem by using Vuforia+Unity together. The trick is: the issue ONLY happens on AppStore/AdHoc builds. Projects created without Vuforia enabled don't crash.

    You can easily reproduce this problem by:

    1. Create an empty Unity project;
    2. Add Vuforia to project;
    3. Add AR Camera to default scene;
    4. Build for iOS;
    5. Archive and create an Ad Hoc build;
    6. Install on device (drag IPA to iTunes)
    7. Run app;
    8. Close by double tapping home and closing app;
    9. Open Xcode device crash log

    An empty project with scene + AR Camera is able to reproduce the problem.

    Code (CSharp):
    1.  
    Vuforia Version: 7.0.36 - 7.1.34 (even when building with newest Unity 2018 the problem persists)
    iOS version: iOS9/10/11
    Models: iPhone4s/5/5c,7plus, iPad mini/2/3/4

    Can you please help us with this issue?

    Best regards.

    @ChazBarros @caiovm
     
  2. CharlesBarros

    CharlesBarros

    Joined:
    Nov 17, 2011
    Posts:
    61
    @Vuforia-Strasza

    This issue is not affecting directly our users because it happens when the user kill the app.
    But it's ruining all our analytics since these plugins submit their sessions and events during the
    applicationWillTerminate native callback. So this is an urgent matter to us.

    That's said, we continue to investigate this issue. By now we spent about 2 weeks of 3 developers to pinpoint what's the exact point that's causing the issue. Unfortunately, all we can guarantee is that's this issue is Vuforia related.

    It's very hard to debug since the Vuforia c# code is not open anymore and we can't attach the xcode debugger to a release adhoc build. We are trying to debug the bulk_vuforia il2cpp files but at this point, we are almost giving up.

    My guess is that's Vuforia could be trying to deallocate something that was previously deallocated or never initialized since it happens during the app termination flow.
     
    Last edited: May 4, 2018
    Railon23 likes this.
  3. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @pedrohba @CharlesBarros I'll see what I can figure out related to this and let you both know here. Thanks for the detailed information.
     
  4. pedroafterverse

    pedroafterverse

    Joined:
    Dec 20, 2017
    Posts:
    4
    Hello @Vuforia-Strasza and @vuforia-dcordero,

    thanks for the quick reply. I've tracked the issue down to older version of Vuforia frameworks (6+). In older versions this crash wasn't so apparent because Vuforia wasn't automatically init. Using the same scenario we could produce this stack, which may be more informative:

    Code (CSharp):
    1. Incident Identifier: 270B3058-91DE-4C43-A39F-386951AA3FD6
    2. CrashReporter Key:   9d3399ce13a83358ec4b2dff72a1eaeed544d18c
    3. Hardware Model:      iPhone5,1
    4. Process:             magiccamera [1000]
    5. Path:                /private/var/containers/Bundle/Application/E63BDAA0-E806-4BCF-886B-2A6CB875700C/magiccamera.app/magiccamera
    6. Identifier:          com.movile.playkids
    7. Version:             1 (1.0)
    8. Code Type:           ARM (Native)
    9. Role:                Non UI
    10. Parent Process:      launchd [1]
    11. Coalition:           com.movile.playkids [1216]
    12.  
    13.  
    14. Date/Time:           2018-05-04 15:47:19.3604 -0300
    15. Launch Time:         2018-05-04 15:46:38.0000 -0300
    16. OS Version:          iPhone OS 10.1.1 (14B100)
    17. Report Version:      104
    18.  
    19. Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    20. Exception Subtype: KERN_INVALID_ADDRESS at 0x454946a4
    21. Termination Signal: Segmentation fault: 11
    22. Termination Reason: Namespace SIGNAL, Code 0xb
    23. Terminating Process: exc handler [0]
    24. Triggered by Thread:  0
    25.  
    26. Filtered syslog:
    27. None found
    28.  
    29. Thread 0 name:  Dispatch queue: com.apple.main-thread
    30. Thread 0 Crashed:
    31. 0   ???                               0x454946a4 0 + 1162430116
    32. 1   ???                               0x310148fa 0 + 822167802
    33. 2   magiccamera                       0x01674688 Vuforia::Device::getClassType+ 23066248 () + 942372
    34. 3   magiccamera                       0x01659318 Vuforia::Device::getClassType+ 22954776 () + 830900
    35. 4   magiccamera                       0x01659416 Vuforia::Device::getClassType+ 22955030 () + 831154
    36. 5   magiccamera                       0x0162e878 Vuforia::Device::getClassType+ 22780024 () + 656148
    37. 6   magiccamera                       0x01a6e78a operator delete[](void*) + 27236234 (.island.2) + 349030
    38. 7   magiccamera                       0x01a6cf30 operator delete[](void*) + 27230000 (.island.2) + 342796
    39. 8   magiccamera                       0x016177d6 Vuforia::Device::getClassType+ 22685654 () + 561778
    40. 9   magiccamera                       0x016178fe Vuforia::Device::getClassType+ 22685950 () + 562074
    41. 10  magiccamera                       0x01578232 Vuforia::State::getTrackableResult+ 22032946 (int) const + 282
    42. 11  magiccamera                       0x01578526 Vuforia::State::getTrackableResult+ 22033702 (int) const + 1038
    43. 12  magiccamera                       0x015780a4 Vuforia::State::~State+ 22032548 () + 12
    44. 13  magiccamera                       0x0156776c deinitFrameState + 21964652 (Tracker.cpp:511)
    45. 14  magiccamera                       0x003f2f6e VuforiaManagerImpl_Deinit_m3862479387 + 3661678 (Bulk_Vuforia.UnityExtensions_2.cpp:23767)
    46. 15  magiccamera                       0x003f0cc8 VuforiaARController_OnDestroy_m3486384065 + 3652808 (Bulk_Vuforia.UnityExtensions_2.cpp:21969)
    47. 16  magiccamera                       0x005cf378 RuntimeInvoker_Void_t1185182177(void (*)(), MethodInfo const*, void*, void**) + 5612408 (Il2CppInvokerTable.cpp:28167)
    48. 17  magiccamera                       0x015558ac il2cpp::vm::Runtime::InvokeConvertArgs(MethodInfo const*, void*, Il2CppObject**, int, Il2CppException**) + 21891244 (Runtime.cpp:461)
    49. 18  magiccamera                       0x015555c4 il2cpp::vm::Runtime::InvokeArray(MethodInfo const*, void*, Il2CppArray*, Il2CppException**) + 21890500 (Runtime.cpp:484)
    50. 19  magiccamera                       0x01520958 il2cpp::icalls::mscorlib::System::Reflection::MonoMethod::InternalInvoke(Il2CppReflectionMethod*, Il2CppObject*, Il2CppArray*, Il2CppObject**) + 21674328 (MonoMethod.cpp:240)
    51. 20  magiccamera                       0x004a5fa4 MonoMethod_Invoke_m2898011027 + 4394916 (Bulk_mscorlib_5.cpp:32080)
    52. 21  magiccamera                       0x004a3d50 MethodBase_Invoke_m1776411915 + 4386128 (Bulk_mscorlib_5.cpp:30090)
    53. 22  magiccamera                       0x003b13fa DelegateHelper_InvokeDelegate_m431786658 + 3392506 (Bulk_Vuforia.UnityExtensions_0.cpp:0)
    54. 23  magiccamera                       0x003ea3e2 VuforiaAbstractBehaviour_OnDestroy_m3958032944 + 3625954 (Bulk_Vuforia.UnityExtensions_2.cpp:18424)
    55. 24  magiccamera                       0x005cf378 RuntimeInvoker_Void_t1185182177(void (*)(), MethodInfo const*, void*, void**) + 5612408 (Il2CppInvokerTable.cpp:28167)
    56. 25  magiccamera                       0x01555112 il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**) + 21889298 (Runtime.cpp:461)
    57. 26  magiccamera                       0x00c8f812 scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool) + 12691474 (ScriptingApi_Il2Cpp.cpp:216)
    58. 27  magiccamera                       0x00c9655a ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool) + 12719450 (ScriptingInvocation.cpp:329)
    59. 28  magiccamera                       0x00c9648a ScriptingInvocation::InvokeChecked(ScriptingExceptionPtr*) + 12719242 (ScriptingInvocation.cpp:129)
    60. 29  magiccamera                       0x00c9bf28 MonoBehaviour::CallMethodInactive(ScriptingMethodPtr) + 12742440 (MonoBehaviour.cpp:332)
    61. 30  magiccamera                       0x0078933a GameObject::WillDestroyGameObject() + 7422778 (GameObject.cpp:87)
    62. 31  magiccamera                       0x00a80fd8 PreDestroyRecursive(GameObject&, unsigned long*) + 10534872 (GameObjectUtility.cpp:1367)
    63. 32  magiccamera                       0x00a81008 PreDestroyRecursive(GameObject&, unsigned long*) + 10534920 (dynamic_array.h:484)
    64. 33  magiccamera                       0x00a81008 PreDestroyRecursive(GameObject&, unsigned long*) + 10534920 (dynamic_array.h:484)
    65. 34  magiccamera                       0x00a81008 PreDestroyRecursive(GameObject&, unsigned long*) + 10534920 (dynamic_array.h:484)
    66. 35  magiccamera                       0x00a810e6 DestroyGameObjectHierarchy(GameObject&) + 10535142 (GameObjectUtility.cpp:1436)
    67. 36  magiccamera                       0x00a81568 DestroyObjectHighLevel(Object*, bool) + 10536296 (GameObjectUtility.cpp:1593)
    68. 37  magiccamera                       0x00a9d4f6 CleanupAllObjects() + 10650870 (SaveAndLoadHelper.cpp:386)
    69. 38  magiccamera                       0x00a9dae4 CleanupEngine() + 10652388 (SaveAndLoadHelper.cpp:515)
    70. 39  magiccamera                       0x00a8a922 PlayerCleanup(bool) + 10574114 (Player.cpp:595)
    71. 40  magiccamera                       0x006cc2ec UnityCleanup + 6648556 (LibEntryPoint.mm:195)
    72. 41  magiccamera                       0x000965cc -[UnityAppController applicationWillTerminate:] + 136652 (UnityAppController.mm:392)
    73. 42  UIKit                             0x243ea452 -[UIApplication _terminateWithStatus:] + 268
    74. 43  UIKit                             0x245e8df4 __102-[UIApplication _handleApplicationDeactivationWithScene:shouldForceExit:transitionContext:completion:]_block_invoke.2100 + 940
    75. 44  UIKit                             0x245ebf82 _runAfterCACommitDeferredBlocks + 274
    76. 45  UIKit                             0x245dedf2 _cleanUpAfterCAFlushAndRunDeferredBlocks + 586
    77. 46  UIKit                             0x243525f4 _afterCACommitHandler + 134
    78. 47  CoreFoundation                    0x1f2c2484 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20
    79. 48  CoreFoundation                    0x1f2c0700 __CFRunLoopDoObservers + 282
    80. 49  CoreFoundation                    0x1f2c0b16 __CFRunLoopRun + 934
    81. 50  CoreFoundation                    0x1f210072 CFRunLoopRunSpecific + 486
    82. 51  CoreFoundation                    0x1f20fe80 CFRunLoopRunInMode + 104
    83. 52  GraphicsServices                  0x209bcbfc GSEventRunModal + 156
    84. 53  UIKit                             0x243ca82e -[UIApplication _run] + 574
    85. 54  UIKit                             0x243c4f60 UIApplicationMain + 150
    86. 55  magiccamera                       0x0007b52e main + 25902 (main.mm:0)
    87. 56  libdyld.dylib                     0x1e9da50a start + 2
    88.  
    89. Thread 1:
    90. 0   libsystem_kernel.dylib            0x1eab0744 __workq_kernreturn + 8
    91. 1   libsystem_pthread.dylib           0x1eb629a0 _pthread_wqthread + 1274
    92. 2   libsystem_pthread.dylib           0x1eb6248c start_wqthread + 8
    93.  
    94. Thread 2:
    95. 0   libsystem_kernel.dylib            0x1eab0744 __workq_kernreturn + 8
    96. 1   libsystem_pthread.dylib           0x1eb629a0 _pthread_wqthread + 1274
    97. 2   libsystem_pthread.dylib           0x1eb6248c start_wqthread + 8
    98.  
    99. Thread 3:
    100. 0   libsystem_kernel.dylib            0x1eab0744 __workq_kernreturn + 8
    101. 1   libsystem_pthread.dylib           0x1eb629a0 _pthread_wqthread + 1274
    102. 2   libsystem_pthread.dylib           0x1eb6248c start_wqthread + 8
    103.  
    104. Thread 4:
    105. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    106. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    107. 2   magiccamera                       0x00c2c30c profiling::Dispatcher::Run() + 12284684 (Thread.h:52)
    108. 3   magiccamera                       0x00c2bc6c profiling::Dispatcher::ThreadFunc(void*) + 12282988 (Dispatcher.cpp:167)
    109. 4   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    110. 5   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    111. 6   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    112. 7   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    113.  
    114. Thread 5 name:  com.apple.uikit.eventfetch-thread
    115. Thread 5:
    116. 0   libsystem_kernel.dylib            0x1ea9a83c mach_msg_trap + 20
    117. 1   libsystem_kernel.dylib            0x1ea9a62e mach_msg + 42
    118. 2   CoreFoundation                    0x1f2c2868 __CFRunLoopServiceMachPort + 136
    119. 3   CoreFoundation                    0x1f2c0b66 __CFRunLoopRun + 1014
    120. 4   CoreFoundation                    0x1f210072 CFRunLoopRunSpecific + 486
    121. 5   CoreFoundation                    0x1f20fe80 CFRunLoopRunInMode + 104
    122. 6   Foundation                        0x1fb420da -[NSRunLoop+ 45274 (NSRunLoop) runMode:beforeDate:] + 260
    123. 7   Foundation                        0x1fb60df0 -[NSRunLoop+ 171504 (NSRunLoop) runUntilDate:] + 86
    124. 8   UIKit                             0x24cd2cb2 -[UIEventFetcher threadMain] + 128
    125. 9   Foundation                        0x1fc2b0d0 __NSThread__start__ + 1160
    126. 10  libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    127. 11  libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    128. 12  libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    129.  
    130. Thread 6 name:  GC Finalizer
    131. Thread 6:
    132. 0   libsystem_kernel.dylib            0x1eaaf810 __psynch_cvwait + 24
    133. 1   libsystem_pthread.dylib           0x1eb63d0e _pthread_cond_wait + 542
    134. 2   libsystem_pthread.dylib           0x1eb650ae pthread_cond_wait + 38
    135. 3   magiccamera                       0x0153031e il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) + 21738270 (PosixWaitObject.cpp:126)
    136. 4   magiccamera                       0x0151450a il2cpp::gc::FinalizerThread(void*) + 21624074 (GarbageCollector.cpp:95)
    137. 5   magiccamera                       0x0152c5f8 il2cpp::os::Thread::RunWrapper(void*) + 21722616 (Thread.cpp:169)
    138. 6   magiccamera                       0x01532e7e il2cpp::os::ThreadImpl::ThreadStartWrapper(void*) + 21749374 (ThreadImpl.cpp:106)
    139. 7   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    140. 8   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    141. 9   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    142.  
    143. Thread 7 name:  BatchDeleteObjects
    144. Thread 7:
    145. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    146. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    147. 2   magiccamera                       0x00b2803c ThreadedStreamBuffer::HandleOutOfBufferToReadFrom(unsigned int&, unsigned int&) + 11219004 (ThreadedStreamBuffer.cpp:289)
    148. 3   magiccamera                       0x00a731b0 BatchDeleteStep2Threaded(void*) + 10478000 (BatchDeleteObjects.cpp:88)
    149. 4   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    150. 5   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    151. 6   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    152. 7   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    153.  
    154. Thread 8 name:  AsyncReadManager
    155. Thread 8:
    156. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    157. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    158. 2   magiccamera                       0x009075f8 AsyncReadManagerThreaded::ThreadEntry() + 8988152 (Semaphore.h:24)
    159. 3   magiccamera                       0x00906fa0 AsyncReadManagerThreaded::StaticThreadEntry(void*) + 8986528 (AsyncReadManagerThreaded.cpp:81)
    160. 4   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    161. 5   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    162. 6   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    163. 7   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    164.  
    165. Thread 9:
    166. 0   libsystem_kernel.dylib            0x1eab0744 __workq_kernreturn + 8
    167. 1   libsystem_pthread.dylib           0x1eb627fc _pthread_wqthread + 854
    168. 2   libsystem_pthread.dylib           0x1eb6248c start_wqthread + 8
    169.  
    170. Thread 10 name:  Worker Thread
    171. Thread 10:
    172. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    173. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    174. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    175. 3   magiccamera                       0x00a415f2 JobQueue::ProcessJobs(void*) + 10274290 (JobQueue.cpp:845)
    176. 4   magiccamera                       0x00a40e06 JobQueue::WorkLoop(void*) + 10272262 (JobQueue.cpp:893)
    177. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    178. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    179. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    180. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    181.  
    182. Thread 11 name:  BackgroundWorker
    183. Thread 11:
    184. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    185. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    186. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    187. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    188. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    189. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    190. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    191. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    192. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    193.  
    194. Thread 12 name:  BackgroundWorker
    195. Thread 12:
    196. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    197. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    198. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    199. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    200. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    201. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    202. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    203. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    204. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    205.  
    206. Thread 13 name:  BackgroundWorker
    207. Thread 13:
    208. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    209. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    210. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    211. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    212. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    213. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    214. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    215. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    216. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    217.  
    218. Thread 14 name:  BackgroundWorker
    219. Thread 14:
    220. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    221. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    222. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    223. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    224. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    225. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    226. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    227. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    228. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    229.  
    230. Thread 15 name:  BackgroundWorker
    231. Thread 15:
    232. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    233. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    234. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    235. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    236. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    237. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    238. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    239. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    240. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    241.  
    242. Thread 16 name:  BackgroundWorker
    243. Thread 16:
    244. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    245. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    246. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    247. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    248. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    249. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    250. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    251. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    252. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    253.  
    254. Thread 17 name:  BackgroundWorker
    255. Thread 17:
    256. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    257. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    258. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    259. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    260. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    261. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    262. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    263. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    264. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    265.  
    266. Thread 18 name:  BackgroundWorker
    267. Thread 18:
    268. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    269. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    270. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    271. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    272. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    273. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    274. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    275. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    276. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    277.  
    278. Thread 19 name:  BackgroundWorker
    279. Thread 19:
    280. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    281. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    282. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    283. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    284. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    285. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    286. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    287. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    288. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    289.  
    290. Thread 20 name:  BackgroundWorker
    291. Thread 20:
    292. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    293. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    294. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    295. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    296. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    297. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    298. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    299. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    300. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    301.  
    302. Thread 21 name:  BackgroundWorker
    303. Thread 21:
    304. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    305. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    306. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    307. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    308. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    309. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    310. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    311. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    312. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    313.  
    314. Thread 22 name:  BackgroundWorker
    315. Thread 22:
    316. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    317. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    318. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    319. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    320. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    321. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    322. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    323. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    324. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    325.  
    326. Thread 23 name:  BackgroundWorker
    327. Thread 23:
    328. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    329. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    330. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    331. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    332. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    333. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    334. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    335. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    336. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    337.  
    338. Thread 24 name:  BackgroundWorker
    339. Thread 24:
    340. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    341. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    342. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    343. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    344. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    345. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    346. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    347. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    348. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    349.  
    350. Thread 25 name:  BackgroundWorker
    351. Thread 25:
    352. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    353. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    354. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    355. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    356. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    357. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    358. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    359. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    360. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    361.  
    362. Thread 26 name:  BackgroundWorker
    363. Thread 26:
    364. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    365. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    366. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    367. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    368. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    369. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    370. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    371. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    372. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    373.  
    374. Thread 27:
    375. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    376. 1   magiccamera                       0x0149f294 algThreadJobQueueThreadFunc + 32
    377. 2   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    378. 3   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    379. 4   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    380.  
    381. Thread 28 name:  UnitySubstanceThread
    382. Thread 28:
    383. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    384. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    385. 2   magiccamera                       0x00a25626 SubstanceSystem::ThreadMain(void*) + 10159654 (SubstanceSystem.cpp:549)
    386. 3   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    387. 4   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    388. 5   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    389. 6   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    390.  
    391. Thread 29 name:  AVAudioSession Notify Thread
    392. Thread 29:
    393. 0   libsystem_kernel.dylib            0x1ea9a83c mach_msg_trap + 20
    394. 1   libsystem_kernel.dylib            0x1ea9a62e mach_msg + 42
    395. 2   CoreFoundation                    0x1f2c2868 __CFRunLoopServiceMachPort + 136
    396. 3   CoreFoundation                    0x1f2c0b66 __CFRunLoopRun + 1014
    397. 4   CoreFoundation                    0x1f210072 CFRunLoopRunSpecific + 486
    398. 5   CoreFoundation                    0x1f20fe80 CFRunLoopRunInMode + 104
    399. 6   AVFAudio                          0x35707e56 GenericRunLoopThread::Entry+ 503382 (void*) + 142
    400. 7   AVFAudio                          0x35730692 CAPThread::Entry+ 669330 (CAPThread*) + 154
    401. 8   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    402. 9   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    403. 10  libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    404.  
    405. Thread 30:
    406. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    407. 1   magiccamera                       0x014633f8 FMOD_OS_Semaphore_Wait+ 20898808 (FMOD_OS_SEMAPHORE*) + 32
    408. 2   magiccamera                       0x014824f4 FMOD::Thread::callback+ 21026036 (void*) + 68
    409. 3   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    410. 4   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    411. 5   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    412.  
    413. Thread 31 name:  AURemoteIO::IOThread
    414. Thread 31:
    415. 0   libsystem_kernel.dylib            0x1ea9a83c mach_msg_trap + 20
    416. 1   libsystem_kernel.dylib            0x1ea9a62e mach_msg + 42
    417. 2   AudioToolbox                      0x21d0b4b0 AURemoteIO::IOThread::Run+ 668848 () + 280
    418. 3   AudioToolbox                      0x21d0ff62 AURemoteIO::IOThread::Entry+ 687970 (void*) + 8
    419. 4   AudioToolbox                      0x2200beaa CAPThread::Entry+ 3817130 (CAPThread*) + 154
    420. 5   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    421. 6   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    422. 7   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    423.  
    424. Thread 32:
    425. 0   libsystem_kernel.dylib            0x1eaafe84 __semwait_signal + 24
    426. 1   libsystem_c.dylib                 0x1ea0231a nanosleep + 168
    427. 2   libsystem_c.dylib                 0x1ea0226e usleep + 50
    428. 3   magiccamera                       0x01462f84 FMOD_OS_Time_Sleep+ 20897668 (unsigned int) + 20
    429. 4   magiccamera                       0x014824d8 FMOD::Thread::callback+ 21026008 (void*) + 40
    430. 5   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    431. 6   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    432. 7   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    433.  
    434. Thread 33 name:  com.apple.CoreMotion.MotionThread
    435. Thread 33:
    436. 0   libsystem_kernel.dylib            0x1ea9a83c mach_msg_trap + 20
    437. 1   libsystem_kernel.dylib            0x1ea9a62e mach_msg + 42
    438. 2   CoreFoundation                    0x1f2c2868 __CFRunLoopServiceMachPort + 136
    439. 3   CoreFoundation                    0x1f2c0b66 __CFRunLoopRun + 1014
    440. 4   CoreFoundation                    0x1f210072 CFRunLoopRunSpecific + 486
    441. 5   CoreFoundation                    0x1f252528 CFRunLoopRun + 104
    442. 6   CoreMotion                        0x25165678 0x25105000 + 394872
    443. 7   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    444. 8   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    445. 9   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    446.  
    447. Thread 34 name:  Worker Thread
    448. Thread 34:
    449. 0   libsystem_kernel.dylib            0x1ea9a88c semaphore_wait_trap + 8
    450. 1   libdispatch.dylib                 0x1e9bdba4 _dispatch_semaphore_wait_slow + 168
    451. 2   magiccamera                       0x0071691a CappedSemaphore::WaitForSignal() + 6953242 (CappedSemaphore.h:69)
    452. 3   magiccamera                       0x00a41614 JobQueue::ProcessJobs(void*) + 10274324 (JobQueue.cpp:845)
    453. 4   magiccamera                       0x00a40e20 JobQueue::WorkLoop(void*) + 10272288 (JobQueue.cpp:909)
    454. 5   magiccamera                       0x00b24bc2 Thread::RunThreadWrapper(void*) + 11205570 (Thread.cpp:36)
    455. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    456. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    457. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    458.  
    459. Thread 35 name:  com.apple.NSURLConnectionLoader
    460. Thread 35:
    461. 0   libsystem_kernel.dylib            0x1ea9a83c mach_msg_trap + 20
    462. 1   libsystem_kernel.dylib            0x1ea9a62e mach_msg + 42
    463. 2   CoreFoundation                    0x1f2c2868 __CFRunLoopServiceMachPort + 136
    464. 3   CoreFoundation                    0x1f2c0b66 __CFRunLoopRun + 1014
    465. 4   CoreFoundation                    0x1f210072 CFRunLoopRunSpecific + 486
    466. 5   CoreFoundation                    0x1f20fe80 CFRunLoopRunInMode + 104
    467. 6   CFNetwork                         0x1f8dadb8 +[NSURLConnection+ 703928 (Loader) _resourceLoadLoop:] + 416
    468. 7   Foundation                        0x1fc2b0d0 __NSThread__start__ + 1160
    469. 8   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    470. 9   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    471. 10  libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    472.  
    473. Thread 36 name:  Worker Pool Thread #0
    474. Thread 36:
    475. 0   libsystem_kernel.dylib            0x1eaaf810 __psynch_cvwait + 24
    476. 1   libsystem_pthread.dylib           0x1eb63d0e _pthread_cond_wait + 542
    477. 2   libsystem_pthread.dylib           0x1eb650ae pthread_cond_wait + 38
    478. 3   magiccamera                       0x0153031e il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) + 21738270 (PosixWaitObject.cpp:126)
    479. 4   magiccamera                       0x01558fec il2cpp::vm::ThreadPoolCompartment::WorkerThreadRunLoop() + 21905388 (ThreadPool.cpp:769)
    480. 5   magiccamera                       0x01558e0a il2cpp::vm::WorkerThreadEntryPoint(void*) + 21904906 (ThreadPool.cpp:900)
    481. 6   magiccamera                       0x0152c5f8 il2cpp::os::Thread::RunWrapper(void*) + 21722616 (Thread.cpp:169)
    482. 7   magiccamera                       0x01532e7e il2cpp::os::ThreadImpl::ThreadStartWrapper(void*) + 21749374 (ThreadImpl.cpp:106)
    483. 8   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    484. 9   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    485. 10  libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    486.  
    487. Thread 37 name:  Socket I/O Polling Thread
    488. Thread 37:
    489. 0   libsystem_kernel.dylib            0x1ea9db7c poll + 8
    490. 1   magiccamera                       0x0152ffbc il2cpp::os::posix::Poll(pollfd*, int, int) + 21737404 (PosixHelpers.cpp:23)
    491. 2   magiccamera                       0x015586b0 il2cpp::vm::SocketPollingThread::RunLoop() + 21903024 (ThreadPool.cpp:444)
    492. 3   magiccamera                       0x01559dd4 il2cpp::vm::SocketPollingThreadEntryPoint(void*) + 21908948 (ThreadPool.cpp:593)
    493. 4   magiccamera                       0x0152c5f8 il2cpp::os::Thread::RunWrapper(void*) + 21722616 (Thread.cpp:169)
    494. 5   magiccamera                       0x01532e7e il2cpp::os::ThreadImpl::ThreadStartWrapper(void*) + 21749374 (ThreadImpl.cpp:106)
    495. 6   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    496. 7   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    497. 8   libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    498.  
    499. Thread 38 name:  Async I/O Pool Thread #0
    500. Thread 38:
    501. 0   libsystem_kernel.dylib            0x1eaaf810 __psynch_cvwait + 24
    502. 1   libsystem_pthread.dylib           0x1eb63d0e _pthread_cond_wait + 542
    503. 2   libsystem_pthread.dylib           0x1eb650ae pthread_cond_wait + 38
    504. 3   magiccamera                       0x0153031e il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) + 21738270 (PosixWaitObject.cpp:126)
    505. 4   magiccamera                       0x01558fec il2cpp::vm::ThreadPoolCompartment::WorkerThreadRunLoop() + 21905388 (ThreadPool.cpp:769)
    506. 5   magiccamera                       0x01558e0a il2cpp::vm::WorkerThreadEntryPoint(void*) + 21904906 (ThreadPool.cpp:900)
    507. 6   magiccamera                       0x0152c5f8 il2cpp::os::Thread::RunWrapper(void*) + 21722616 (Thread.cpp:169)
    508. 7   magiccamera                       0x01532e7e il2cpp::os::ThreadImpl::ThreadStartWrapper(void*) + 21749374 (ThreadImpl.cpp:106)
    509. 8   libsystem_pthread.dylib           0x1eb64a16 _pthread_body + 216
    510. 9   libsystem_pthread.dylib           0x1eb6493c _pthread_start + 234
    511. 10  libsystem_pthread.dylib           0x1eb62498 thread_start + 8
    512.  
    513. Thread 39:
    514. 0   libsystem_pthread.dylib           0x1eb62484 start_wqthread + 0
    515.  
    516. Thread 40:
    517. 0   libsystem_pthread.dylib           0x1eb62484 start_wqthread + 0
    518.  
    519. Thread 0 crashed with ARM Thread State (32-bit):
    520.     r0: 0x09ffb260    r1: 0x00000000      r2: 0x454946a6      r3: 0x09f742f4
    521.     r4: 0x09f742f4    r5: 0x09fa2c00      r6: 0x00000000      r7: 0x02704c6c
    522.     r8: 0x00000003    r9: 0x027043f8     r10: 0x09f74524     r11: 0x00000000
    523.     ip: 0x38601290    sp: 0x02704c48      lr: 0x310158db      pc: 0x454946a4
    524.   cpsr: 0x60000010
    525.  
    526. Binary Images:
    527. 0x75000 - 0x20c8fff magiccamera armv7  <160da1a8069f34e6b4fe00e11b7a8d31> /var/containers/Bundle/Application/E63BDAA0-E806-4BCF-886B-2A6CB875700C/magiccamera.app/magiccamera
    528. 0x259b000 - 0x25c6fff dyld armv7s  <e80039dafca53ca696f278b3f73d1cab> /usr/lib/dyld
    529. 0x1e4f4000 - 0x1e4f5fff libSystem.B.dylib armv7s  <10dbb40150b53af18828b12d38ffd9e4> /usr/lib/libSystem.B.dylib
    530. 0x1e4f6000 - 0x1e542fff libc++.1.dylib armv7s  <640bc0c207963ab7a87d922254ceaacd> /usr/lib/libc++.1.dylib
    531. 0x1e543000 - 0x1e55ffff libc++abi.dylib armv7s  <8e4adbfa46a53fea8d642c147a1ebbb2> /usr/lib/libc++abi.dylib
    532. 0x1e560000 - 0x1e936fff libobjc.A.dylib armv7s  <c88ca31a6b6b3eddad131a5092e00b71> /usr/lib/libobjc.A.dylib
    533. 0x1e937000 - 0x1e93cfff libcache.dylib armv7s  <20390791618e38a2a336bf8b2f3ff460> /usr/lib/system/libcache.dylib
    534. 0x1e93d000 - 0x1e945fff libcommonCrypto.dylib armv7s  <81130b58aca73ebd89f6906a32ecbeec> /usr/lib/system/libcommonCrypto.dylib
    535. 0x1e946000 - 0x1e94bfff libcompiler_rt.dylib armv7s  <6bfa0a715463399688bcd93ed7251d7a> /usr/lib/system/libcompiler_rt.dylib
    536. 0x1e94c000 - 0x1e952fff libcopyfile.dylib armv7s  <181d997bfc9b325cbfb019a9170c1c2d> /usr/lib/system/libcopyfile.dylib
    537. 0x1e953000 - 0x1e9abfff libcorecrypto.dylib armv7s  <b3ea3b5b7ae331aca93041cc96cf981d> /usr/lib/system/libcorecrypto.dylib
    538. 0x1e9ac000 - 0x1e9d6fff libdispatch.dylib armv7s  <699de1cb8a573e5797456b0138987e66> /usr/lib/system/libdispatch.dylib
    539. 0x1e9d7000 - 0x1e9dafff libdyld.dylib armv7s  <580bd5bf734c397ab50e42e6b717fd15> /usr/lib/system/libdyld.dylib
    540. 0x1e9db000 - 0x1e9dbfff libkeymgr.dylib armv7s  <130b4fe3d9ef360988daf3bfbcf3b60f> /usr/lib/system/libkeymgr.dylib
    541. 0x1e9dc000 - 0x1e9dcfff liblaunch.dylib armv7s  <41457232506334f2acaa0e65fcfe9264> /usr/lib/system/liblaunch.dylib
    542. 0x1e9dd000 - 0x1e9e1fff libmacho.dylib armv7s  <287aed6f0c4533c697b1327a38b92a1a> /usr/lib/system/libmacho.dylib
    543. 0x1e9e2000 - 0x1e9e3fff libremovefile.dylib armv7s  <8b2cdbea60e737ac8e5181016f09fca2> /usr/lib/system/libremovefile.dylib
    544. 0x1e9e4000 - 0x1e9f6fff libsystem_asl.dylib armv7s  <42e216a209d833ef8e0cae05f190ae0a> /usr/lib/system/libsystem_asl.dylib
    545. 0x1e9f7000 - 0x1e9f7fff libsystem_blocks.dylib armv7s  <8e8381f5c83b3d0795fd7d9dbdc472d1> /usr/lib/system/libsystem_blocks.dylib
    546. 0x1e9f8000 - 0x1ea59fff libsystem_c.dylib armv7s  <e4f134af79f535b1a924484b07daa56c> /usr/lib/system/libsystem_c.dylib
    547. 0x1ea5a000 - 0x1ea5dfff libsystem_configuration.dylib armv7s  <554d38cd60593022a0eea6811ec72c90> /usr/lib/system/libsystem_configuration.dylib
    548. 0x1ea5e000 - 0x1ea62fff libsystem_containermanager.dylib armv7s  <9d1301e3f19f3c5fad6f3c1dbbeb6040> /usr/lib/system/libsystem_containermanager.dylib
    549. 0x1ea63000 - 0x1ea64fff libsystem_coreservices.dylib armv7s  <b869c4b3ba333602a40639e0ae63ca9f> /usr/lib/system/libsystem_coreservices.dylib
    550. 0x1ea65000 - 0x1ea77fff libsystem_coretls.dylib armv7s  <43f914e0b0193eaba6ca6e0578786a97> /usr/lib/system/libsystem_coretls.dylib
    551. 0x1ea78000 - 0x1ea7dfff libsystem_dnssd.dylib armv7s  <6fec1641c65034adaccf67bc8b2364da> /usr/lib/system/libsystem_dnssd.dylib
    552. 0x1ea7e000 - 0x1ea98fff libsystem_info.dylib armv7s  <9307b10cdea03cce8905c7dce391dbc1> /usr/lib/system/libsystem_info.dylib
    553. 0x1ea99000 - 0x1eab5fff libsystem_kernel.dylib armv7s  <c6868a9eb79535d4a8a7905779684192> /usr/lib/system/libsystem_kernel.dylib
    554. 0x1eab6000 - 0x1eae5fff libsystem_m.dylib armv7s  <65eea58ddace345885ee7ccc90d2f35a> /usr/lib/system/libsystem_m.dylib
    555. 0x1eae6000 - 0x1eafcfff libsystem_malloc.dylib armv7s  <47010c9f73c8306b9072bc53c4f42a0f> /usr/lib/system/libsystem_malloc.dylib
    556. 0x1eafd000 - 0x1eb4afff libsystem_network.dylib armv7s  <85e35296e0443294a91982149cec5a80> /usr/lib/system/libsystem_network.dylib
    557. 0x1eb4b000 - 0x1eb52fff libsystem_networkextension.dylib armv7s  <4e4cc4b0ff6439089cf66d4de64e78d3> /usr/lib/system/libsystem_networkextension.dylib
    558. 0x1eb53000 - 0x1eb5afff libsystem_notify.dylib armv7s  <56098f24542734fc8da1b10e752db3ca> /usr/lib/system/libsystem_notify.dylib
    559. 0x1eb5b000 - 0x1eb60fff libsystem_platform.dylib armv7s  <0ec24a803f773656b2c59919fc07b500> /usr/lib/system/libsystem_platform.dylib
    560. 0x1eb61000 - 0x1eb69fff libsystem_pthread.dylib armv7s  <c1ad6432fbba38cf9b5df81400ab77b8> /usr/lib/system/libsystem_pthread.dylib
    561. 0x1eb6a000 - 0x1eb6cfff libsystem_sandbox.dylib armv7s  <65a69a0576b53959a1f157fda7e23ebc> /usr/lib/system/libsystem_sandbox.dylib
    562. 0x1eb6d000 - 0x1eb73fff libsystem_symptoms.dylib armv7s  <c58dc1afdeb93312b29c6e7784adca08> /usr/lib/system/libsystem_symptoms.dylib
    563. 0x1eb74000 - 0x1eb8ffff libsystem_trace.dylib armv7s  <2a050e87891f3baabab5b8f4e6b44cb7> /usr/lib/system/libsystem_trace.dylib
    564. 0x1eb90000 - 0x1eb90fff libunwind.dylib armv7s  <620edec67a4335d58aff6f3f204cccec> /usr/lib/system/libunwind.dylib
    565. 0x1eb91000 - 0x1eb91fff libvminterpose.dylib armv7s  <2dcf86507b573006a6d33f718d719df7> /usr/lib/system/libvminterpose.dylib
    566. 0x1eb92000 - 0x1ebb0fff libxpc.dylib armv7s  <f2e7c9e3034e3de2a44787b721eed79b> /usr/lib/system/libxpc.dylib
    567. 0x1ebb1000 - 0x1ed50fff libicucore.A.dylib armv7s  <e9e482f6dbe63395b172aac97dd2134d> /usr/lib/libicucore.A.dylib
    568. 0x1ed51000 - 0x1ed5dfff libz.1.dylib armv7s  <ce4a89bf7b0a3f0dadf980fa45506023> /usr/lib/libz.1.dylib
    569. 0x1f205000 - 0x1f547fff CoreFoundation armv7s  <bb0658e40bab33a78c3752f15868e52f> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    570. 0x1f548000 - 0x1f554fff libbsm.0.dylib armv7s  <90aa77c21fb83f2da4c4e50569851e15> /usr/lib/libbsm.0.dylib
    571. 0x1f555000 - 0x1f555fff libenergytrace.dylib armv7s  <3f437c9a4cc5321aac8ee97544093f27> /usr/lib/libenergytrace.dylib
    572. 0x1f556000 - 0x1f5b9fff IOKit armv7s  <187e713f961a3c0aa2c968b8ba753e8d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    573. 0x1f5ba000 - 0x1f5d5fff libMobileGestalt.dylib armv7s  <6b2e1543cda1353f84c104044bafb415> /usr/lib/libMobileGestalt.dylib
    574. 0x1f5d6000 - 0x1f688fff libxml2.2.dylib armv7s  <121dfd38489c37e6af3454ee0b214fb2> /usr/lib/libxml2.2.dylib
    575. 0x1f689000 - 0x1f6f9fff Security armv7s  <8520f1cbcdec3065af13a1941165a42a> /System/Library/Frameworks/Security.framework/Security
    576. 0x1f6fa000 - 0x1f753fff SystemConfiguration armv7s  <5341c373b448332c958291fb24a64796> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    577. 0x1f754000 - 0x1f82efff libsqlite3.dylib armv7s  <a2e99affedd43313b2405f1e5b9638b0> /usr/lib/libsqlite3.dylib
    578. 0x1f82f000 - 0x1fadbfff CFNetwork armv7s  <9d154c2d5ccb3214b148eb41ff8480f0> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    579. 0x1fadc000 - 0x1fae6fff libbz2.1.0.dylib armv7s  <e6fd2fd07e4b376bb6712064b49253f9> /usr/lib/libbz2.1.0.dylib
    580. 0x1fae7000 - 0x1fafcfff liblzma.5.dylib armv7s  <16a54af16b36313c8b8596a5aa3ab571> /usr/lib/liblzma.5.dylib
    581. 0x1fafd000 - 0x1fb12fff libCRFSuite.dylib armv7s  <178adfec1b6f34598883428228506350> /usr/lib/libCRFSuite.dylib
    582. 0x1fb13000 - 0x1fb35fff libarchive.2.dylib armv7s  <f005fdf2a3b33d4396dac5fc78472b51> /usr/lib/libarchive.2.dylib
    583. 0x1fb36000 - 0x1fb36fff liblangid.dylib armv7s  <296ea3ca518338a6bb43c9926f0c0a27> /usr/lib/liblangid.dylib
    584. 0x1fb37000 - 0x1fdcffff Foundation armv7s  <affeb8aef77837bf9ec230a687f463d5> /System/Library/Frameworks/Foundation.framework/Foundation
    585. 0x1fdd0000 - 0x1feb3fff libBLAS.dylib armv7s  <e2dd82c467c43d62831cc2ef055d3b68> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    586. 0x1feb4000 - 0x20180fff libLAPACK.dylib armv7s  <20d53a929c2e3a48a10e4cbf21b7fe35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    587. 0x20181000 - 0x20411fff vImage armv7s  <63ed719db42030e388e090ac2c48bf48> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    588. 0x20412000 - 0x20424fff libvMisc.dylib armv7s  <28ee943000d5360c82f61e205b8f0a5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    589. 0x20425000 - 0x20437fff libLinearAlgebra.dylib armv7s  <a70b55873a2238f4bfb0be92a56e80b3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
    590. 0x20438000 - 0x20450fff libSparseBLAS.dylib armv7s  <513d609e36c838c39402e587a7f79eb2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
    591. 0x20451000 - 0x204d4fff libvDSP.dylib armv7s  <39d32373b48937b78dfc40e3ed1e3d10> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    592. 0x204d5000 - 0x204d5fff vecLib armv7s  <060bcb0e007330bd96d14eb6b11731a0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    593. 0x204d6000 - 0x204d6fff Accelerate armv7s  <304512853ebe3467ab664e901f8de070> /System/Library/Frameworks/Accelerate.framework/Accelerate
    594. 0x204d7000 - 0x209b2fff CoreGraphics armv7s  <2f02a2775e70365792ff9ea3515c99cf> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    595. 0x209b3000 - 0x209c4fff GraphicsServices armv7s  <8a2b70307575385fb56e84b304190cff> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    596. 0x209c5000 - 0x20a07fff AppSupport armv7s  <6384902db9343c438a19114ccd05b5db> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    597. 0x20a08000 - 0x20b0ffff MobileCoreServices armv7s  <26587dddcb3e318e943546cd1e92aa8e> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    598. 0x20b10000 - 0x20b61fff BaseBoard armv7s  <5d983e0fed823e0285750ec7c67a00c8> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
    599. 0x20b62000 - 0x20b6cfff AssertionServices armv7s  <8dd713df9083333b955cde695f8980a5> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
    600. 0x20b6d000 - 0x20b95fff BackBoardServices armv7s  <b30703ce8fa6373fb03d252fb20896c0> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    601. 0x20b9a000 - 0x20be4fff FrontBoardServices armv7s  <7b2ee0e4826d3665873496ef293e8c87> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
    602. 0x20be8000 - 0x20c13fff SpringBoardServices armv7s  <5ef9d1ce76c13d399e6b72fd208e8139> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    603. 0x20c14000 - 0x20c24fff MobileKeyBag armv7s  <d1ffd319ed463c02a8c504379e0ad43a> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    604. 0x20c25000 - 0x20c2bfff IOSurface armv7s  <c980d64a10a63c5cb4969a6b4ca51e22> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    605. 0x20c2c000 - 0x20c36fff liblockdown.dylib armv7s  <1c3fb777a79736298aedee4c0eeaedda> /usr/lib/liblockdown.dylib
    606. 0x20c37000 - 0x20c4bfff CrashReporterSupport armv7s  <6b8504f582ce36179aad538ccf86ca24> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    607. 0x20c4c000 - 0x20c4efff IOSurfaceAccelerator armv7s  <b6d62ccd91703093b8e4c297364aeef1> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
    608. 0x20c4f000 - 0x20c86fff AppleJPEG armv7s  <442fe0863d393d618d8a543576bcf117> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
    609. 0x20c87000 - 0x211b9fff ImageIO armv7s  <349334a42eb5322e916b3f1253f0c6b2> /System/Library/Frameworks/ImageIO.framework/ImageIO
    610. 0x211ba000 - 0x211bffff TCC armv7s  <e62d849cafce3e2ebe442cf86ac455c7> /System/Library/PrivateFrameworks/TCC.framework/TCC
    611. 0x211c0000 - 0x211c4fff AggregateDictionary armv7s  <bb51cd81edb83fe5bb8998f6adceef5e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    612. 0x211c5000 - 0x211cffff PowerLog armv7s  <fb55ccd6c2e2368b8630ede39a2d3cfb> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    613. 0x211d0000 - 0x2122cfff libTelephonyUtilDynamic.dylib armv7s  <5803e93aeea939d3863cbf64687047f1> /usr/lib/libTelephonyUtilDynamic.dylib
    614. 0x2122d000 - 0x2123efff CommonUtilities armv7s  <153a9e891b0c3de6943ae45f1ffecd8e> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    615. 0x2123f000 - 0x2124dfff libcompression.dylib armv7s  <837b0af3eef0398aba9db27c8ad35cf9> /usr/lib/libcompression.dylib
    616. 0x2124e000 - 0x214d9fff CoreData armv7s  <249abe0948ff3e1aadc7310fbc77ec38> /System/Library/Frameworks/CoreData.framework/CoreData
    617. 0x214da000 - 0x214ddfff libCoreVMClient.dylib armv7s  <836e8e6c9a7f37428ce508718739f336> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    618. 0x214de000 - 0x214e2fff IOAccelerator armv7s  <c9244a35a97638c48faf1163c0c2d096> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    619. 0x214e3000 - 0x214e3fff libCVMSPluginSupport.dylib armv7s  <007104ed83243ab2b747c13e792c99d5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    620. 0x214e4000 - 0x214e6fff libCoreFSCache.dylib armv7s  <65b43935ed753e25abee044207d94b63> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    621. 0x214e7000 - 0x21523fff libGLImage.dylib armv7s  <b3060d29add5335da8f694f231cc189c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    622. 0x21524000 - 0x2152cfff libGFXShared.dylib armv7s  <bbdcad301e8931109886d8bd7f402a0f> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    623. 0x2152d000 - 0x21533fff IOMobileFramebuffer armv7s  <977a612120a13dca9ba18e177d286788> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    624. 0x21534000 - 0x21534fff libmetal_timestamp.dylib armv7s  <819a6c8a38433d71aaa4612106ad0fbc> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    625. 0x21535000 - 0x21588fff Metal armv7s  <6dec1927f1ea3065a97fbf216044828a> /System/Library/Frameworks/Metal.framework/Metal
    626. 0x21589000 - 0x21591fff OpenGLES armv7s  <304795eb2c3733f89674ae1963cc8246> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    627. 0x21592000 - 0x215adfff CoreVideo armv7s  <0bf166d0cf433263a8bbc5bc2e43140e> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    628. 0x215ae000 - 0x215b0fff OAuth armv7s  <7e99a36d24f4311d9d8a95d9b813b0dd> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    629. 0x215b7000 - 0x215edfff Accounts armv7s  <074b773655a6308280b30a6955b99712> /System/Library/Frameworks/Accounts.framework/Accounts
    630. 0x215ee000 - 0x216dafff libiconv.2.dylib armv7s  <fe1a68341f8a36479896b6fa5783838c> /usr/lib/libiconv.2.dylib
    631. 0x216db000 - 0x21826fff CoreAudio armv7s  <7ab8d454a24b3939b3127efc538ac6d0> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    632. 0x21827000 - 0x2182afff UserFS armv7s  <0ac1fed4807030a19318720b25329f83> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
    633. 0x2182b000 - 0x21905fff CoreMedia armv7s  <f0bdd413c9e23ba1b4a034f69f30519b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    634. 0x21906000 - 0x2190bfff libcupolicy.dylib armv7s  <b6779bd51f3a32a298847bc9a7cd4862> /usr/lib/libcupolicy.dylib
    635. 0x2190c000 - 0x21985fff CoreTelephony armv7s  <5fe8f8cf701c3b08adeba14e4e90a241> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    636. 0x21986000 - 0x21a80fff libFontParser.dylib armv7s  <1fe47974ff8b3c259cc11c530a06c3e4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    637. 0x21a81000 - 0x21afcfff VideoToolbox armv7s  <5d3bd5bda41133cf83c51b2d59c94276> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    638. 0x21afd000 - 0x21afdfff FontServices armv7s  <452276b78212369a9192ad2904e4861a> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
    639. 0x21afe000 - 0x21c1efff CoreText armv7s  <1068e4e93d2f33f3afeccae5c54ce277> /System/Library/Frameworks/CoreText.framework/CoreText
    640. 0x21c1f000 - 0x21c37fff ProtocolBuffer armv7s  <e1f24795618f3dfab09a4ee8b8248228> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    641. 0x21c38000 - 0x21c61fff PersistentConnection armv7s  <b8dfccddcbfc3b649064decff95c2d66> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    642. 0x21c62000 - 0x21c67fff DataMigration armv7s  <f71744514a2630139ea933fa8cd9770a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    643. 0x21c68000 - 0x2208afff AudioToolbox armv7s  <3f86c111dfb9357a9a295644d198a273> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    644. 0x2208b000 - 0x22232fff QuartzCore armv7s  <c028d44b16a93b35b7efad604a31c485> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    645. 0x22233000 - 0x22238fff Netrb armv7s  <fb5b0406c6e63027ae86792cf6cd6b1c> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    646. 0x22239000 - 0x22246fff libcmph.dylib armv7s  <295da2a72f363e4b95f5e890437696fc> /usr/lib/libcmph.dylib
    647. 0x22247000 - 0x22263fff libmis.dylib armv7s  <70228e79a06f300b82b6f6ed8f88d257> /usr/lib/libmis.dylib
    648. 0x22264000 - 0x22331fff LanguageModeling armv7s  <a30ee24060ce3307ad1ec7506523d043> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
    649. 0x22332000 - 0x223fdfff ManagedConfiguration armv7s  <650885ac5824305eaeb36abd272b8eb8> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    650. 0x223fe000 - 0x22411fff libmarisa.dylib armv7s  <8ed371d05f223f3bb992b258f723a712> /usr/lib/libmarisa.dylib
    651. 0x22412000 - 0x224b9fff ProofReader armv7s  <846efd39dbbf3aa6b5014fb1af07f09b> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    652. 0x224ba000 - 0x224c3fff MediaAccessibility armv7s  <c453fc64a3b3395391da61698ec0fdd0> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    653. 0x224c4000 - 0x224d2fff MobileAsset armv7s  <8c400c6e17e338788f63bde1b03281ee> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    654. 0x224d3000 - 0x2253efff ColorSync armv7s  <c64d1027f6bc3b46a3ff1e45d7c583b8> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
    655. 0x2253f000 - 0x225abfff MetalPerformanceShaders armv7s  <df2b65561b963212b8ad2503b0b29739> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
    656. 0x225ac000 - 0x229d1fff FaceCore armv7s  <147410426d33341b8c984b718f2c68d9> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    657. 0x229d2000 - 0x22a40fff Quagga armv7s  <2fb17ed2341b300d9d2508ccb94e576f> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    658. 0x22a41000 - 0x22beefff CoreImage armv7s  <ba37e1ba30033862a7dfc6b811ad9f33> /System/Library/Frameworks/CoreImage.framework/CoreImage
    659. 0x22bef000 - 0x22c31fff TextInput armv7s  <4616ad2d41b33e969f3ca3d3e2327c82> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    660. 0x22c32000 - 0x22c40fff libAccessibility.dylib armv7s  <64626b51b5c335b5894002f45437b5e0> /usr/lib/libAccessibility.dylib
    661. 0x22c4d000 - 0x23183fff JavaScriptCore armv7s  <158608e4384e3303a907865c2c1e5fe2> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    662. 0x23184000 - 0x23360fff StoreServices armv7s  <19b64f5b42883a41bd1c4cbf078b26b7> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    663. 0x23361000 - 0x2406bfff WebCore armv7s  <c6809dab831c32f1a4969c2efdf02e0f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    664. 0x2406c000 - 0x2408dfff libxslt.1.dylib armv7s  <20230c4bfb4d33d5b46f71a6bc0ab1bb> /usr/lib/libxslt.1.dylib
    665. 0x2408e000 - 0x2415ffff WebKitLegacy armv7s  <146d9ac6d4623a62933f824210c19181> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
    666. 0x24160000 - 0x24213fff CoreUI armv7s  <5d9b11a6efbe3a8a9a34602b1d9898ad> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    667. 0x24214000 - 0x24234fff DictionaryServices armv7s  <fd8a566ee7bb3501852328371c8e6731> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    668. 0x24235000 - 0x24235fff HangTracer armv7s  <832adc6315b03993be2e669e5519c52e> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
    669. 0x24236000 - 0x24284fff PhysicsKit armv7s  <61200ed914ff3899b2b2d7e344572143> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    670. 0x24285000 - 0x2434ffff UIFoundation armv7s  <9ad49fe41a8138048ad43b0b718e3378> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    671. 0x24350000 - 0x25022fff UIKit armv7s  <13a157108b9532629e0925fd750f7f5b> /System/Library/Frameworks/UIKit.framework/UIKit
    672. 0x25023000 - 0x25048fff CoreBluetooth armv7s  <dfd2dec4bcc838b395de59793ece2cb5> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    673. 0x25049000 - 0x2506afff DataAccessExpress armv7s  <00736010f3e33c1dbd9878d38934e231> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    674. 0x2506b000 - 0x2508afff NetworkStatistics armv7s  <a7250b0894c53a7d90573bf32087a445> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    675. 0x2508b000 - 0x25104fff AddressBook armv7s  <98575ca4913a3b34b02f277756295007> /System/Library/Frameworks/AddressBook.framework/AddressBook
    676. 0x25105000 - 0x2522cfff CoreMotion armv7s  <ade8a6b52c9f3b399f9b7e37994217b3> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    677. 0x2522d000 - 0x25255fff CacheDelete armv7s  <63fdfaf7a2d03c3281ff7d8ff18b985e> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
    678. 0x25256000 - 0x25261fff CoreAUC armv7s  <ace90f820cf33875b5f7016e606da435> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    679. 0x25262000 - 0x25771fff MediaToolbox armv7s  <1578c4a00b733498abe1d443d591353e> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    680. 0x25772000 - 0x258f8fff Celestial armv7s  <266d8a8fca5b39cc87b1a00f4c6696c6> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    681. 0x258f9000 - 0x25907fff IntlPreferences armv7s  <56376437d14b34059bb07e62dc0aec4a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
    682. 0x259dd000 - 0x25b74fff AVFoundation armv7s  <97ddc22a0162340daa052d57b6799fa3> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    683. 0x25c01000 - 0x26207fff GeoServices armv7s  <5fd4cfab29e83fcdb9fa80c513ec402c> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    684. 0x2620c000 - 0x26282fff CoreLocation armv7s  <1b0aa779e7a83e7bba5a9c8189c26c20> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    685. 0x26283000 - 0x26287fff ConstantClasses armv7s  <a17e7572c06d35e18d5680c317ac88d0> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    686. 0x2662c000 - 0x26649fff MediaServices armv7s  <8a963bb804e8382498d2704105f2b6ff> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
    687. 0x2664a000 - 0x26683fff AuthKit armv7s  <3e7ace1f86683abfaa3f905581459836> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
    688. 0x26688000 - 0x2671efff MediaRemote armv7s  <751128c9f4c73962b960657b3cbb416d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    689. 0x268d2000 - 0x268e8fff libresolv.9.dylib armv7s  <021f6193993f30638ed09e73025b4d2e> /usr/lib/libresolv.9.dylib
    690. 0x26db5000 - 0x26dbdfff CaptiveNetwork armv7s  <40eeac9c9d5d3e0d81d961991153acca> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    691. 0x26dbe000 - 0x26de5fff EAP8021X armv7s  <efa9e13ef3c93a42aea6e3ad34e8cab4> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    692. 0x26eb8000 - 0x26ee0fff MobileWiFi armv7s  <b82e2639f7933809a98d23a9024f9ca4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    693. 0x26f25000 - 0x26f2efff MobileBluetooth armv7s  <8f47339b04063521adf5083ac4275813> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    694. 0x2705b000 - 0x2706dfff UserManagement armv7s  <c1e17d004e5d3573aae8b1adf0b24521> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
    695. 0x27db2000 - 0x27db7fff DAAPKit armv7s  <532d657080eb36eeae4813f327a9ab86> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
    696. 0x27ee2000 - 0x28117fff MusicLibrary armv7s  <32c5dcc8b34530cc96c1e6c139215b3e> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    697. 0x282e6000 - 0x28339fff iTunesStore armv7s  <fa0402d9da443522bf8a64498c528418> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    698. 0x28487000 - 0x28512fff HomeSharing armv7s  <0dd2d4ae5a0530a7aeca6096b5e2ee7a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    699. 0x2866a000 - 0x28993fff MediaPlayer armv7s  <446d711227113b018482968387c0833f> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    700. 0x2923d000 - 0x29269fff DataDetectorsCore armv7s  <42181e694c6139338fd917696ea833af> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    701. 0x2a289000 - 0x2a2f4fff libnetwork.dylib armv7s  <0b94685137263251b1550a744335bbf5> /usr/lib/libnetwork.dylib
    702. 0x2acfe000 - 0x2ad2bfff Pegasus armv7s  <a41e2e9aeae83d76bb70b4c216feafa9> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
    703. 0x2c3d6000 - 0x2c4f6fff libGLProgrammability.dylib armv7s  <f37b00b386c534869422a06026db4d17> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    704. 0x2c6a4000 - 0x2c6d8fff OpenAL armv7s  <317817d4d7563f8fa429a7ad042612f8> /System/Library/Frameworks/OpenAL.framework/OpenAL
    705. 0x2d169000 - 0x2d16ffff libGPUSupportMercury.dylib armv7s  <545bd98fd0223dbcbe8e4a911d9060b4> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
    706. 0x2d175000 - 0x2d1f8fff MediaPlatform armv7s  <178cb57536ac3a9daa909f2f8eec16ff> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
    707. 0x2dbbe000 - 0x2dc16fff CoreBrightness armv7s  <cdb01cc9ac9b3a179985f4c298cc546f> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
    708. 0x2df03000 - 0x2e00ffff StoreServicesCore armv7s  <f485c9e10f05337a8b0d26fb575b9ed1> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore
    709. 0x2e4e1000 - 0x2e8b3fff MediaLibraryCore armv7s  <415abcff37a234bf97a4e1957984cee7> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
    710. 0x2ebb7000 - 0x2ebcefff GameController armv7s  <73e3d06bc5cb3ece924bc39554b35db7> /System/Library/Frameworks/GameController.framework/GameController
    711. 0x30568000 - 0x3056dfff libMatch.1.dylib armv7s  <0e5745bdb73d3fafbfd221a91b4cb1a9> /usr/lib/libMatch.1.dylib
    712. 0x30b23000 - 0x30c2cfff IMGSGX543RC2GLDriver armv7s  <ac4f75171eb63cb9a301e8f6ed7feb1b> /System/Library/Extensions/IMGSGX543RC2GLDriver.bundle/IMGSGX543RC2GLDriver
    713. 0x30c38000 - 0x30c4afff libCGInterfaces.dylib armv7s  <abd33cd7e690348ba22c9d99456a22bd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
    714. 0x30c4b000 - 0x30e5efff AudioCodecs armv7s  <cd38ed48235a3fb3b5f99bc25f088d3e> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
    715. 0x31264000 - 0x31342fff GLEngine armv7s  <ceb5036970ea304db9367cd787e01019> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    716. 0x31b0b000 - 0x31b17fff AppleFSCompression armv7s  <235ffe66a2ce3be084b240cb07e854fd> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
    717. 0x31b18000 - 0x31b22fff AppleIDAuthSupport armv7s  <9394ba82b2093d5492c488fb98b3e931> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
    718. 0x32766000 - 0x32786fff CoreServicesInternal armv7s  <b32fdba6aa523a73bb301db32d985b68> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    719. 0x32dad000 - 0x32db9fff libGSFontCache.dylib armv7s  <cf0a5b91277639d9a13d68680507a0d1> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
    720. 0x32dba000 - 0x32de2fff libTrueTypeScaler.dylib armv7s  <324b108fd4393ef2b2ed4e597897f9a0> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    721. 0x350f1000 - 0x3528afff libFosl_dynamic.dylib armv7s  <d178ac18fd1e36ee8055d67df3dca5b8> /usr/lib/libFosl_dynamic.dylib
    722. 0x3528b000 - 0x35294fff libMobileGestaltExtensions.dylib armv7s  <2d9ed1f9d7353783a1cd3f62e71f10b5> /usr/lib/libMobileGestaltExtensions.dylib
    723. 0x35633000 - 0x3565bfff libpcap.A.dylib armv7s  <97b123c514e33d7299514569eca69c8e> /usr/lib/libpcap.A.dylib
    724. 0x3565c000 - 0x3568afff libsandbox.1.dylib armv7s  <03db224bf98d3c1fa5e547cf4db146ed> /usr/lib/libsandbox.1.dylib
    725. 0x3568d000 - 0x35759fff AVFAudio armv7s  <97e208d6ef7232a09689a32da65f7802> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
    726. 0x35999000 - 0x359b7fff UserNotifications armv7s  <d7b837add77132bcabb21859448f5bfa> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
    727. 0x35dd8000 - 0x35f4afff TextureIO armv7s  <937368643dc83c8f91f48efcb4999494> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
    728. 0x3707b000 - 0x3708cfff libBNNS.dylib armv7s  <97fd306316ca33e69ae39424c26298c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
    729. 0x3708d000 - 0x37093fff libQuadrature.dylib armv7s  <cd994e86bfb039d8b89eea79f03a66c0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
    730. 0x373d8000 - 0x373e7fff CoreEmoji armv7s  <56dd3cd271aa301e839670b26d7f02ee> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
    731. 0x37948000 - 0x37a0ffff NLP armv7s  <a7e8729587fc3eb4af10b6f381edc5b0> /System/Library/PrivateFrameworks/NLP.framework/NLP
    732. 0x384bd000 - 0x38542fff libate.dylib armv7s  <03af6f92e17931a7bf54c74fab26d12d> /usr/lib/libate.dylib
    733. 0x38543000 - 0x38543fff libcoretls.dylib armv7s  <60d8f988cdc538c6a45c2788ba81ccf7> /usr/lib/libcoretls.dylib
    734. 0x38544000 - 0x38545fff libcoretls_cfhelpers.dylib armv7s  <db56e73697553e34b5f735b76a788d00> /usr/lib/libcoretls_cfhelpers.dylib
    735.  
    Hope it helps!

    Best regards,
     
  5. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @pedrohba @CharlesBarros We have not encountered this issue when creating ad hoc builds of our samples using up to iOS 11.3. We're also not seeing anything Vuforia specific in the log you've shared above.

    We have not done builds yet with the iOS 11.4 beta, which is what I notice you are using in the above log. Are you building all of these apps using the XCode 9.4 beta? There might be an issue with this version we have not encountered.

    Can you confirm which version of XCode you are building with and share a log from a crash occurring in a version other than 11.4?

    The second crash log you've posted has a different error type (EXC_CRASH (SIGABRT) compared to
    EXC_BAD_ACCESS (SIGSEGV)). Which version of Vuforia + Unity are you using here?
     
  6. pedrohba

    pedrohba

    Joined:
    Aug 27, 2013
    Posts:
    13
    Hello Straza,

    we are able to reproduce this bug with XCode 9.2, we're not using Xcode 9.4. Also notice that step 8 involves killing the app while it is in foreground. Unity version doesn't appear to affect the problem since we were able to reproduce it with 2017.1.3p2 and newest 2018. We tested all Vuforia versions from 6.2.10 to newest and problem still occurs.

    Here is a crash with the production app (compiled using XCode 9.2):

    Code (CSharp):
    1.  

    Also please notice that I'm talking about the Unity Plugin Version. Vuforia iOS native version don't crash.

    Create an empty Unity project with Vuforia enabled, build it, create an ad hoc build, run on device and kill the app, that's the steps I take to reproduce the issue.

    Best regards,
     
  7. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @pedrohba I've been able to reproduce this on an iPhone X with the latest Unity + Vuforia. I'm sharing this with the broader team and will provide you any updates in this thread.
     
  8. pedrohba

    pedrohba

    Joined:
    Aug 27, 2013
    Posts:
    13
    Hello @Vuforia-Strasza,

    thanks very much for your quickly reply. I'm happy that you're able to reproduce the problem! Let me give you a suggestion:

    why don't you guys from Vuforia open your Unity plugin? It would be easier for us to debug and help you fix this type of issue faster.

    Do you have any news about this issue?

    Best regards,
     
  9. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @pedrohba

    While I agree this would let people such as yourself help us debug and resolve certain issues quicker, it also increases our overall risk by exposing more of how our SDK works to our competitors.

    The issue is still being investigated by the team, no update at the moment.
     
  10. pedrohba

    pedrohba

    Joined:
    Aug 27, 2013
    Posts:
    13
    @Vuforia-Strasza

    I'm not proposing that you should open your Vuforia SDK code, where your core business is. I've said that you should open your Unity+iOS plugin code because these are bugs lurking from very old versions and are creating a lot of
    problems, for example:
    • Vuforia has critical issues that occur simply by marking it on on Unity settings. Even if I don't use it on any scene the crash still happens. That is unacceptable for production code. Older versions didn't initialise Vuforia "automagically", that's why we weren't able to detect this issue before;
    • Bugs like the auto camera attach, auto rotation problems on some iOS versions, black screen on Xcode 9.3, etc;
    • Sorry, but Vuforia takes too long to fix these bugs. You could open your integration code, not the Vuforia tracking algorithms, so the community would even help you fix this issues faster without risking your core.
    You can easily see that the Unity+iOS is made of three parts:
    1. Managed dll linking to Vuforia SDK Wrapper; which can be decompiled (I've done it to see if I could find some problem with the initialisation and the code is not obfuscated :) )
    2. Wrapper around Vuforia SDK; -> this is probably where the problem probably is. I don't know why you guys are using this extra step but let's play along; While it's possible, although cumbersome and improductive, to evaluate how you guys are mapping calls to Vuforia native SDK, shouldn't create any issues regarding your core business (worst case scenario your competitors will know how to make Vuforia calls :) );
    3. Vuforia SDK -> I didn't even tried to decompile this one. I completely agree that this one must remain closed and I hope that you've obfuscated this part.
    Older version part 1 was open, now it's a managed Dll, but you should integrate 2 as open code, at least part of it, that's my suggestion. I've tried using your native iOS samples and they don't have this issues. Please, take this suggestion as a constructive criticism from a heavy Vuforia SDK user.

    Thanks very much for you quick replies and attention you're giving to our problem.

    Best regards,
     
    rob_ice, Railon23 and henriqueranj like this.
  11. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @pedrohba My apologies for misunderstanding what you meant.

    You make some good points here and I'll definitely share your feedback with the team.

    In terms of the issue you are facing, I'll be direct messaging you shortly with additional information.
     
    ilmario, Railon23 and henriqueranj like this.
  12. pedrohba

    pedrohba

    Joined:
    Aug 27, 2013
    Posts:
    13
    @Vuforia-Strasza Hello Strasza!

    Do you have any news about the crash?

    Best regards,
     
  13. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @pedrohba I direct messaged you additional information about it. Can you check your inbox and see if you have it?
     
  14. magglemitch

    magglemitch

    Joined:
    Dec 8, 2013
    Posts:
    112
    I am also getting this issue. Is this something that will be addressed in the next Vuforia update?
     
  15. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    @mitchtbh This is resolved in 7.2.

    There is also a work around for previous versions of Vuforia. Add the value "-u" to the "Additional Strip Flags" field in XCode before building. This should prevent the crash described in this thread.
     
  16. magglemitch

    magglemitch

    Joined:
    Dec 8, 2013
    Posts:
    112
    That's awesome. Is 7.2 available now or is that coming soon?
     
  17. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    It is coming soon.
     
  18. magglemitch

    magglemitch

    Joined:
    Dec 8, 2013
    Posts:
    112
    Awesome - Is there an estimated release date for this?
     
  19. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    No official release date yet, but we're hoping within the next month.
     
  20. monark

    monark

    Joined:
    May 2, 2008
    Posts:
    1,598
    I'm getting crashes on exiting an AR scene, did this fix ever get released?
    Not sure if it's related but it's a hard crash immediately upon destroying the AR scene
    I'm using Vuforia 7.5.20 in Unity 2018.2.10
     
  21. meedabit

    meedabit

    Official Vuforia Employee Vuforia

    Joined:
    Dec 8, 2016
    Posts:
    266
    Hello @monark,

    A fix was not generated as there was a workaround in 7.1 (the -u flag mentioned above). We tried to reproduce it in our 7.2 release but were unable to do so. Thus, we felt that no fix was required.

    Have you tried the proposed workaround?

    Thanks,
    Vuforia Engine Support
     
  22. monark

    monark

    Joined:
    May 2, 2008
    Posts:
    1,598
    Sadly this doesn't work for me.
    After a few times of entering and exiting the AR scene I get this crash

    -> 0x106f38f5c <+92>: ldp q2, q3, [x16] Thread 3: EXC_BAD_ACCESS (code=1, address=0x142c30080)


     
  23. meedabit

    meedabit

    Official Vuforia Employee Vuforia

    Joined:
    Dec 8, 2016
    Posts:
    266
    Hello @monark,

    Can you send the full stack trace from the crash? This will help us a lot to better isolate.

    Thanks,
    Vuforia Engine Support
     
  24. monark

    monark

    Joined:
    May 2, 2008
    Posts:
    1,598
    Fingers crossed but the latest patch seems to have fixed it - 7.5.26
    I was able to go in and out of AR more than half a dozen times without a crash!

    I have only one outstanding issue at the moment now. I have to have force fulls screen on
     
    meedabit likes this.