Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Several end user crashes reported on Unity Cloud Diagnostics

Discussion in 'iOS and tvOS' started by PJTTG, Oct 26, 2019.

  1. PJTTG

    PJTTG

    Joined:
    Oct 4, 2018
    Posts:
    9
    Unity Cloud Diagnostics is reporting a significant number of Native Crash - __pthread_kill end-user crashes on iOS, and we don't have much in the way of leads as far as what the reproduction steps are, or what we can even investigate.

    Info on this particular instance of the crash:
    Editor Version: 2018.4.6f1
    OS: iOS 13.1.3
    Device: iPhone9,3

    And here is the stack trace that we are given, and on which hopefully someone can shed some light.

    Code (CSharp):
    1. Native StackTrace:
    2.  
    3. Thread 0 (crashed)
    4. 0   libsystem_kernel.dylib             0x0000000199290ebc __pthread_kill
    5. 1   libsystem_c.dylib                  0x0000000199100824 abort
    6. 2   bundleidentifier                   0x0000000103bd67f8 -[BITPLCrashReporter generateLiveReportWithThread:]
    7. 3   CoreFoundation                     0x0000000199498c94 __handleUncaughtException
    8. 4   libobjc.A.dylib                    0x00000001991c134c _objc_terminate()
    9. 5   bundleidentifier                   0x0000000103bbe99c BITCrashUncaughtCXXTerminateHandler()
    10. 6   libc++abi.dylib                    0x0000000199266304 std::__terminate(void (*)())
    11. 7   libc++abi.dylib                    0x0000000199265ed8 __cxa_rethrow
    12. 8   libobjc.A.dylib                    0x00000001991c1258 objc_exception_rethrow
    13. 9   CoreFoundation                     0x000000019941092c CFRunLoopRunSpecific
    14. 10  GraphicsServices                   0x00000001a327c328 GSEventRunModal
    15. 11  UIKitCore                          0x000000019d4a66d4 UIApplicationMain
    16. 12  bundleidentifier                   0x0000000102c1b3c0 main
    17. 13  libdyld.dylib                      0x000000019929b460 start
    18.  
    19. Thread 1
    20. 0   libsystem_kernel.dylib             0x0000000199291a74 __workq_kernreturn
    21. 1   libsystem_pthread.dylib            0x00000001991b8ae0 start_wqthread
    22.  
    23. Thread 2
    24. 0   libsystem_kernel.dylib             0x0000000199291a74 __workq_kernreturn
    25. 1   libsystem_pthread.dylib            0x00000001991b8ae0 start_wqthread
    26.  
    27. Thread 3
    28. 0   libsystem_pthread.dylib            0x00000001991b8ad8 start_wqthread
    29.  
    30. Thread 4
    31. 0   libsystem_kernel.dylib             0x000000019926f5f4 mach_msg_trap
    32. 1   CoreFoundation                     0x0000000199416068 __CFRunLoopServiceMachPort
    33. 2   CoreFoundation                     0x0000000199411188 __CFRunLoopRun
    34. 3   CoreFoundation                     0x00000001994108bc CFRunLoopRunSpecific
    35. 4   Foundation                         0x0000000199750994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
    36. 5   Foundation                         0x0000000199750874 -[NSRunLoop(NSRunLoop) runUntilDate:]
    37. 6   UIKitCore                          0x000000019d53e49c -[UIEventFetcher threadMain]
    38. 7   Foundation                         0x00000001998810b0 __NSThread__start__
    39. 8   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    40. 9   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    41.  
    42. Thread 5
    43. 0   libsystem_kernel.dylib             0x0000000199290c8c __psynch_cvwait
    44. 1   bundleidentifier                   0x00000001039c715c il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool)
    45. 2   bundleidentifier                   0x00000001039a115c il2cpp::gc::FinalizerThread(void*)
    46. 3   bundleidentifier                   0x00000001039beb94 il2cpp::os::Thread::RunWrapper(void*)
    47. 4   bundleidentifier                   0x00000001039c0c18 il2cpp::os::ThreadImpl::ThreadStartWrapper(void*)
    48. 5   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    49. 6   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    50.  
    51. Thread 6
    52. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    53. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    54. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    55. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    56. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    57. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    58. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    59. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    60.  
    61. Thread 7
    62. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    63. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    64. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    65. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    66. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    67. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    68. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    69. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    70.  
    71. Thread 8
    72. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    73. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    74. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    75. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    76. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    77. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    78. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    79. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    80.  
    81. Thread 9
    82. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    83. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    84. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    85. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    86. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    87. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    88. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    89. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    90.  
    91. Thread 10
    92. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    93. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    94. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    95. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    96. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    97. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    98. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    99. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    100.  
    101. Thread 11
    102. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    103. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    104. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    105. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    106. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    107. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    108. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    109. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    110.  
    111. Thread 12
    112. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    113. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    114. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    115. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    116. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    117. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    118. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    119. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    120.  
    121. Thread 13
    122. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    123. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    124. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    125. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    126. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    127. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    128. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    129. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    130.  
    131. Thread 14
    132. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    133. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    134. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    135. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    136. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    137. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    138. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    139. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    140.  
    141. Thread 15
    142. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    143. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    144. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    145. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    146. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    147. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    148. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    149. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    150.  
    151. Thread 16
    152. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    153. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    154. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    155. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    156. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    157. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    158. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    159. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    160.  
    161. Thread 17
    162. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    163. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    164. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    165. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    166. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    167. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    168. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    169. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    170.  
    171. Thread 18
    172. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    173. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    174. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    175. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    176. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    177. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    178. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    179. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    180.  
    181. Thread 19
    182. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    183. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    184. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    185. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    186. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    187. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    188. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    189. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    190.  
    191. Thread 20
    192. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    193. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    194. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    195. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    196. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    197. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    198. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    199. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    200.  
    201. Thread 21
    202. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    203. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    204. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    205. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    206. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    207. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    208. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    209. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    210.  
    211. Thread 22
    212. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    213. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    214. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    215. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    216. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    217. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    218. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    219. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    220.  
    221. Thread 23
    222. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    223. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    224. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    225. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    226. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    227. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    228. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    229. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    230.  
    231. Thread 24
    232. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    233. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    234. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    235. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    236. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    237. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    238. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    239. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    240.  
    241. Thread 25
    242. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    243. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    244. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    245. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    246. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    247. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    248. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    249. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    250.  
    251. Thread 26
    252. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    253. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    254. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    255. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    256. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    257. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    258. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    259. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    260.  
    261. Thread 27
    262. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    263. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    264. 2   bundleidentifier                   0x00000001033c0c88 ThreadedStreamBuffer::HandleOutOfBufferToReadFrom(ThreadedStreamBuffer::DataOffsets)
    265. 3   bundleidentifier                   0x0000000103377e28 BatchDeleteStep2Threaded(void*)
    266. 4   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    267. 5   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    268. 6   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    269.  
    270. Thread 28
    271. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    272. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    273. 2   bundleidentifier                   0x00000001032b3ab0 AsyncReadManagerThreaded::ThreadEntry()
    274. 3   bundleidentifier                   0x00000001032b36d8 AsyncReadManagerThreaded::StaticThreadEntry(void*)
    275. 4   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    276. 5   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    277. 6   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    278.  
    279. Thread 29
    280. 0   libsystem_kernel.dylib             0x000000019926f5f4 mach_msg_trap
    281. 1   CoreFoundation                     0x0000000199416068 __CFRunLoopServiceMachPort
    282. 2   CoreFoundation                     0x0000000199411188 __CFRunLoopRun
    283. 3   CoreFoundation                     0x00000001994108bc CFRunLoopRunSpecific
    284. 4   AVFAudio                           0x00000001a5e71e68 GenericRunLoopThread::Entry(void*)
    285. 5   AVFAudio                           0x00000001a5ec2df0 CAPThread::Entry(CAPThread*)
    286. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    287. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    288.  
    289. Thread 30
    290. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    291. 1   bundleidentifier                   0x0000000103961e04 FMOD::Thread::callback(void*)
    292. 2   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    293. 3   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    294.  
    295. Thread 31
    296. 0   libsystem_kernel.dylib             0x000000019926f5f4 mach_msg_trap
    297. 1   libEmbeddedSystemAUs.dylib         0x00000001b6c63794 AURemoteIO::IOThread::Entry(void*)
    298. 2   libAudioToolboxUtility.dylib       0x00000001a45024f8 CAPThread::Entry(CAPThread*)
    299. 3   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    300. 4   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    301.  
    302. Thread 32
    303. 0   libsystem_kernel.dylib             0x0000000199291238 __semwait_signal
    304. 1   libsystem_c.dylib                  0x00000001990fd51c usleep
    305. 2   bundleidentifier                   0x0000000103946910 FMOD_OS_Time_Sleep(unsigned int)
    306. 3   bundleidentifier                   0x0000000103961df0 FMOD::Thread::callback(void*)
    307. 4   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    308. 5   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    309.  
    310. Thread 33
    311. 0   libsystem_kernel.dylib             0x000000019926f5f4 mach_msg_trap
    312. 1   CoreFoundation                     0x0000000199416068 __CFRunLoopServiceMachPort
    313. 2   CoreFoundation                     0x0000000199411188 __CFRunLoopRun
    314. 3   CoreFoundation                     0x00000001994108bc CFRunLoopRunSpecific
    315. 4   CoreFoundation                     0x0000000199411608 CFRunLoopRun
    316. 5   CoreMotion                         0x00000001a5d3064c CLClientCreateIso6709Notation
    317. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    318. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    319.  
    320. Thread 34
    321. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    322. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    323. 2   bundleidentifier                   0x0000000103384650 PreloadManager::Run()
    324. 3   bundleidentifier                   0x0000000103384604 PreloadManager::Run(void*)
    325. 4   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    326. 5   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    327. 6   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    328.  
    329. Thread 35
    330. 0   libsystem_kernel.dylib             0x000000019926f630 semaphore_wait_trap
    331. 1   libdispatch.dylib                  0x00000001991384f0 _dispatch_semaphore_wait_slow
    332. 2   bundleidentifier                   0x000000010330548c CappedSemaphore::WaitForSignal()
    333. 3   bundleidentifier                   0x000000010334f7e8 JobQueue::ProcessJobs(void*)
    334. 4   bundleidentifier                   0x000000010334ec94 JobQueue::WorkLoop(void*)
    335. 5   bundleidentifier                   0x00000001033bfd08 Thread::RunThreadWrapper(void*)
    336. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    337. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    338.  
    339. Thread 36
    340. 0   libsystem_kernel.dylib             0x000000019926f5f4 mach_msg_trap
    341. 1   CoreFoundation                     0x0000000199416068 __CFRunLoopServiceMachPort
    342. 2   CoreFoundation                     0x0000000199411188 __CFRunLoopRun
    343. 3   CoreFoundation                     0x00000001994108bc CFRunLoopRunSpecific
    344. 4   CFNetwork                          0x000000019c68be68
    345. 5   Foundation                         0x00000001998810b0 __NSThread__start__
    346. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    347. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    348.  
    349. Thread 37
    350. 0   libsystem_kernel.dylib             0x0000000199291a74 __workq_kernreturn
    351. 1   libsystem_pthread.dylib            0x00000001991b8ae0 start_wqthread
    352.  
    353. Thread 38
    354. 0   libsystem_kernel.dylib             0x0000000199290c8c __psynch_cvwait
    355. 1   libc++.1.dylib                     0x00000001992e27a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)
    356. 2   JavaScriptCore                     0x00000001a806e3fc void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&)
    357. 3   JavaScriptCore                     0x00000001a8071dcc bmalloc::Scavenger::threadRunLoop()
    358. 4   JavaScriptCore                     0x00000001a8071ab4 bmalloc::Scavenger::Scavenger(std::__1::lock_guard<bmalloc::Mutex>&)
    359. 5   JavaScriptCore                     0x00000001a8072dc0 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*)
    360. 6   libsystem_pthread.dylib            0x00000001991b51ec _pthread_start
    361. 7   libsystem_pthread.dylib            0x00000001991b8aec thread_start
    362.  
    363. Thread 39
    364. 0   libsystem_kernel.dylib             0x0000000199291a74 __workq_kernreturn
    365. 1   libsystem_pthread.dylib            0x00000001991b8ae0 start_wqthread
    366.  
    367. Thread 40
    368. 0   libsystem_kernel.dylib             0x0000000199291a74 __workq_kernreturn
    369. 1   libsystem_pthread.dylib            0x00000001991b8ae0 start_wqthread
    370.  
    Any insight would be greatly appreciated! Googling various keywords from the stack trace has not proven to be as helpful as I would have thought.
     
  2. HaakonL

    HaakonL

    Joined:
    Mar 13, 2014
    Posts:
    123
    Getting this as well on builds from Xcode 11, using cloud build and 2018.4.14.
     
  3. HaakonL

    HaakonL

    Joined:
    Mar 13, 2014
    Posts:
    123
    (Case 1209331) Native Crash - pthread kill