aws-amplify / amplify-ui-swift-liveness

This repository offers a UI component for Amazon Rekognition Face Liveness, enabling developers to ensure that only authentic users, and not bad actors using spoofs, can access their services.
https://ui.docs.amplify.aws/swift/connected-components/liveness
Apache License 2.0
8 stars 18 forks source link

Crash - FaceLivenessDetectionViewModel.sendFinalVideoEvent() #148

Open GLSinthu opened 1 week ago

GLSinthu commented 1 week ago

Describe the bug

Experiencing crashes upon completing liveness

Fatal Exception: NSInternalInconsistencyException *** -[AVAssetWriter finishWritingWithCompletionHandler:] Cannot call method when status is 2

          Fatal Exception: NSInternalInconsistencyException
0  CoreFoundation                 0x83418 (Missing UUID bcb3a1a3fbb430ad84c1a8cd109db6b9)
1  libobjc.A.dylib                0x15e88 (Missing UUID 40f98ce47dd733cd98168f582ab7201b)
2  AVFCore                        0xff730 (Missing UUID 8a6fa7b46c44354395467b3266661c2c)
3  AVFCore                        0xf5c60 (Missing UUID 8a6fa7b46c44354395467b3266661c2c)
4  App                            0x2e058 FaceLivenessDetectionViewModel.sendFinalVideoEvent() + 48 (VideoChunker.swift:48)
5  App                            0x2b2e4 thunk for @escaping @callee_guaranteed @Sendable () -> () (<compiler-generated>)
6  libdispatch.dylib              0x4160 (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
7  libdispatch.dylib              0x7610 (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
8  libdispatch.dylib              0x1b59c (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
9  libdispatch.dylib              0x1a164 (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
10 libdispatch.dylib              0x7104 (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
11 libdispatch.dylib              0x15df4 (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
12 libdispatch.dylib              0x165f8 (Missing UUID acb07c9c5e683f53b8e38b778f2da919)
13 libsystem_pthread.dylib        0x4c40 (Missing UUID 46e25446017937db91818cb0d0330bf6)
14 libsystem_pthread.dylib        0x1488 (Missing UUID 46e25446017937db91818cb0d0330bf6)

Steps To Reproduce

Does not consistently reproduce

Expected behavior

No crash

Swift Liveness Version

1.2.12

Xcode version

15.4

Is this a regression?

Yes

Regression additional context

No response

OS Version

Most users affected are on iOS 18

Device

iPhone

Specific to simulators

No response

Additional context

No response

harsh62 commented 1 week ago

@GLSinthu Thank you for bringing this issue to our attention. Would you be able to share more details about the issue?

GLSinthu commented 1 week ago

Crash sometimes happens after the liveness process is complete. Crashes have been occuring since we first deployed.

Using amplify version 2.29.3, and liveness version 1.2.12. Auth via custom credentials provider. Crash logs show majority of the reports are caused by ios 18 users (which is in beta). 56% - iOS 18 17% - iOS 14 12% - iOS 15 7% - iOS 17

View is initialized like so:

      let livenessController = FaceLivenessDetectorView(
        sessionID: self.sessionId as String,
        credentialsProvider: MyCredentialsProvider(accessKeyId: accessKeyId as String, secretAccessKey: secretAccessKey as String, sessionToken: sessionToken as String, expiration: expiration as String),
        region: "us-east-1",
        disableStartView:true,
        isPresented: .constant(true),
        onCompletion: { result in
          switch result {
          case .success:
            NSLog("success")
            self.onComplete!(["result":"success"])
          case .failure(let error):
            NSLog(error.message)
            self.onComplete!(["result":"fail"])
          }
        }
      )

The first stacktrace was from a device on iOS 18.0.0. The following stacktrace is from a device on iOS 14.7.1

          Fatal Exception: NSInternalInconsistencyException
0  CoreFoundation                 0x129708 __exceptionPreprocess
1  libobjc.A.dylib                0x287a8 objc_exception_throw
2  AVFCore                        0x8e8f8 -[AVAssetWriterHelper _transitionToClientInitiatedTerminalStatus:]
3  App                            0x2e058 FaceLivenessDetectionViewModel.sendFinalVideoEvent() + 48 (VideoChunker.swift:48)
4  App                            0x2b2e4 thunk for @escaping @callee_guaranteed @Sendable () -> () (<compiler-generated>)
5  libdispatch.dylib              0x481c _dispatch_client_callout
6  libdispatch.dylib              0x7cf4 _dispatch_continuation_pop
7  libdispatch.dylib              0x1a4b8 _dispatch_source_invoke
8  libdispatch.dylib              0x783c _dispatch_queue_override_invoke
9  libdispatch.dylib              0x15fe0 _dispatch_root_queue_drain
10 libdispatch.dylib              0x167d8 _dispatch_worker_thread2
11 libsystem_pthread.dylib        0x3768 _pthread_wqthread
12 libsystem_pthread.dylib        0xa74c start_wqthread
harsh62 commented 1 week ago

@GLSinthu Would you be able to provide a full symbolicated crash?

GLSinthu commented 1 week ago
Distributor ID:      com.apple.AppStore
Hardware Model:      iPhone14,5
Process:             app [70007]
Path:                /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/app
Identifier:          app.app
Version:             1.1.40 (376)
AppStoreTools:       15F31e
AppVariant:          1:iPhone14,5:15
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           app.app [16543]

Date/Time:           2024-06-23 20:05:48.4522 -0400
Launch Time:         2024-06-23 20:04:54.4643 -0400
OS Version:          iPhone OS 18.0 (22A5282m)
Release Type:        Beta
Baseband Version:    4.01.02
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: app [70007]

Triggered by Thread:  39

Last Exception Backtrace:
0   CoreFoundation                  0x1894f6418 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib                 0x18685de88 objc_exception_throw + 76 (objc-exception.mm:356)
2   AVFCore                         0x19b983730 -[AVAssetWriterHelper finishWritingWithCompletionHandler:] + 128 (AVAssetWriter.m:4485)
3   AVFCore                         0x19b979c60 -[AVAssetWriter finishWritingWithCompletionHandler:] + 304 (AVAssetWriter.m:1672)
4   app                             0x104c3e058 VideoChunker.finish(singleFrame:) + 104 (VideoChunker.swift:48)
5   app                             0x104c3e058 FaceLivenessDetectionViewModel.sendFinalVideoEvent() + 460 (FaceLivenessDetectionViewModel.swift:302)
6   app                             0x104c3b2e4 thunk for @escaping @callee_guaranteed @Sendable () -> () + 28 (<compiler-generated>:0)
7   libdispatch.dylib               0x191371160 _dispatch_client_callout + 20 (object.m:576)
8   libdispatch.dylib               0x191374610 _dispatch_continuation_pop + 596 (queue.c:325)
9   libdispatch.dylib               0x19138859c _dispatch_source_latch_and_call + 420 (source.c:596)
10  libdispatch.dylib               0x191387164 _dispatch_source_invoke + 836 (source.c:961)
11  libdispatch.dylib               0x191374104 _dispatch_queue_override_invoke + 496 (queue.c:5101)
12  libdispatch.dylib               0x191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
13  libdispatch.dylib               0x1913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
14  libsystem_pthread.dylib         0x2101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
15  libsystem_pthread.dylib         0x2101a6488 start_wqthread + 8 (:-1)

Thread 0:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   GraphicsServices                0x00000001d4fc11c4 GSEventRunModal + 164 (GSEvent.c:2196)
8   UIKitCore                       0x000000018c039564 -[UIApplication _run] + 888 (UIApplication.m:3809)
9   UIKitCore                       0x000000018c0e7530 UIApplicationMain + 340 (UIApplication.m:5409)
10  app                             0x0000000104c17f7c main + 80 (main.m:8)
11  dyld                            0x00000001af06fcd0 start + 2760 (dyldMain.cpp:1335)

Thread 1:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x00000001071d13fc __40-[MTGLogQueueManager startTimerIfNeeded]_block_invoke + 116
10  libdispatch.dylib               0x000000019136f400 _dispatch_call_block_and_release + 32 (init.c:1549)
11  libdispatch.dylib               0x0000000191371160 _dispatch_client_callout + 20 (object.m:576)
12  libdispatch.dylib               0x00000001913742a8 _dispatch_queue_override_invoke + 916 (queue.c:5101)
13  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
14  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
15  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
16  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 2:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x0000000107315b8c __25-[MTGLogQueue setupTimer]_block_invoke + 76
10  libdispatch.dylib               0x000000019136f400 _dispatch_call_block_and_release + 32 (init.c:1549)
11  libdispatch.dylib               0x0000000191371160 _dispatch_client_callout + 20 (object.m:576)
12  libdispatch.dylib               0x00000001913742a8 _dispatch_queue_override_invoke + 916 (queue.c:5101)
13  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
14  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
15  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
16  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 3:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x0000000107315b8c __25-[MTGLogQueue setupTimer]_block_invoke + 76
10  libdispatch.dylib               0x000000019136f400 _dispatch_call_block_and_release + 32 (init.c:1549)
11  libdispatch.dylib               0x0000000191371160 _dispatch_client_callout + 20 (object.m:576)
12  libdispatch.dylib               0x00000001913742a8 _dispatch_queue_override_invoke + 916 (queue.c:5101)
13  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
14  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
15  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
16  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 4:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f00 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                       0x000000018c04c8ac -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1212)
10  Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
11  libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 5:
0   libsystem_kernel.dylib          0x00000001d930b010 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101a8a50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   JavaScriptCore                  0x00000001a1a71fac scavenger_thread_main + 1512 (pas_scavenger.c:347)
3   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
4   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 6:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 7:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 8:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 9:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   app                             0x0000000106a6d430 FIRCLSMachExceptionReadMessage + 56 (FIRCLSMachException.c:192)
5   app                             0x0000000106a6d430 FIRCLSMachExceptionServer + 104 (FIRCLSMachException.c:168)
6   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
7   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 10:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x0000000107315b8c __25-[MTGLogQueue setupTimer]_block_invoke + 76
10  libdispatch.dylib               0x000000019136f400 _dispatch_call_block_and_release + 32 (init.c:1549)
11  libdispatch.dylib               0x0000000191371160 _dispatch_client_callout + 20 (object.m:576)
12  libdispatch.dylib               0x00000001913742a8 _dispatch_queue_override_invoke + 916 (queue.c:5101)
13  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
14  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
15  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
16  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 11:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   app                             0x000000010794f228 +[RCTCxxBridge runRunLoop] + 212 (RCTCxxBridge.mm:337)
8   Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
9   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 12:
0   libsystem_kernel.dylib          0x00000001d930b010 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101a8a50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                  0x0000000199be2584 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:30)
3   hermes                          0x000000010c25c3f8 + -1 (:-1)
4   hermes                          0x000000010c25c1ac + -1 (:-1)
5   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 13:
0   libsystem_kernel.dylib          0x00000001d930b010 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101a8a50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                  0x0000000199be2584 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:30)
3   app                             0x00000001085a9760 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExec... + 28 (condition_variable.h:148)
4   app                             0x00000001085a9760 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 120 (SerialExecutor.cpp:41)
5   app                             0x000000010855f828 decltype(std::declval<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>)>()(std::declval<std::__1::basic_string<char, std::_... + 52 (invoke.h:340)
6   app                             0x000000010855f828 void std::__1::__thread_execute[abi:ue170006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::c... + 56 (thread.h:227)
7   app                             0x000000010855f828 void* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<ch... + 120 (thread.h:238)
8   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
9   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 14:
0   libsystem_kernel.dylib          0x00000001d930b010 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101a8a50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                  0x0000000199be2584 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:30)
3   app                             0x00000001085a9760 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExec... + 28 (condition_variable.h:148)
4   app                             0x00000001085a9760 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 120 (SerialExecutor.cpp:41)
5   app                             0x000000010855f828 decltype(std::declval<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::function<void ()>)>()(std::declval<std::__1::basic_string<char, std::_... + 52 (invoke.h:340)
6   app                             0x000000010855f828 void std::__1::__thread_execute[abi:ue170006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<char, std::__1::c... + 56 (thread.h:227)
7   app                             0x000000010855f828 void* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(std::__1::basic_string<ch... + 120 (thread.h:238)
8   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
9   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 15:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x0000000107315b8c __25-[MTGLogQueue setupTimer]_block_invoke + 76
10  libdispatch.dylib               0x000000019136f400 _dispatch_call_block_and_release + 32 (init.c:1549)
11  libdispatch.dylib               0x0000000191371160 _dispatch_client_callout + 20 (object.m:576)
12  libdispatch.dylib               0x00000001913742a8 _dispatch_queue_override_invoke + 916 (queue.c:5101)
13  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
14  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
15  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
16  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 16:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 17:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x00000001071d13fc __40-[MTGLogQueueManager startTimerIfNeeded]_block_invoke + 116
10  libdispatch.dylib               0x000000019136f400 _dispatch_call_block_and_release + 32 (init.c:1549)
11  libdispatch.dylib               0x0000000191371160 _dispatch_client_callout + 20 (object.m:576)
12  libdispatch.dylib               0x00000001913742a8 _dispatch_queue_override_invoke + 916 (queue.c:5101)
13  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
14  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
15  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
16  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 18:
0   libsystem_kernel.dylib          0x00000001d930b010 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101a8a50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                  0x0000000199be2584 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:30)
3   hermes                          0x000000010c25c3f8 + -1 (:-1)
4   hermes                          0x000000010c25c1ac + -1 (:-1)
5   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 19:
0   libsystem_kernel.dylib          0x00000001d930b230 __semwait_signal + 8 (:-1)
1   libsystem_c.dylib               0x00000001913caa78 nanosleep + 220 (nanosleep.c:104)
2   libsystem_c.dylib               0x0000000191428550 sleep + 52 (sleep.c:62)
3   app                             0x0000000107bd3e44 monitorCachedData + 676 (SentryCrashCachedData.c:145)
4   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 20:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9306c7c thread_suspend + 108 (thread_actUser.c:1036)
3   app                             0x0000000107bdfb50 handleExceptions + 128 (SentryCrashMonitor_MachException.c:306)
4   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 21:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   app                             0x0000000107bdfb7c handleExceptions + 172 (SentryCrashMonitor_MachException.c:314)
5   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 22:
0   libsystem_kernel.dylib          0x00000001d930b230 __semwait_signal + 8 (:-1)
1   libsystem_c.dylib               0x00000001913caa78 nanosleep + 220 (nanosleep.c:104)
2   Foundation                      0x00000001882867e8 +[NSThread sleepForTimeInterval:] + 160 (NSThread.m:527)
3   app                             0x0000000107bc2bac -[SentryANRTracker detectANRs] + 560 (SentryANRTracker.m:105)
4   Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
5   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 23:
0   libsystem_kernel.dylib          0x00000001d930b010 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101a8a50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                  0x0000000199be2584 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:30)
3   app                             0x0000000108483aa8 void std::__1::condition_variable::wait<RNSkia::RNSkDispatchQueue::dispatch_thread_handler()::$_0>(std::__1::unique_lock<std::__1::mutex>&, RNSkia::RNSkDispatchQueue::dispatch_thread_handler()::$_0) + 28 (condition_variable.h:148)
4   app                             0x0000000108483aa8 RNSkia::RNSkDispatchQueue::dispatch_thread_handler() + 96 (RNSkDispatchQueue.cpp:57)
5   app                             0x0000000108484054 decltype(*std::declval<RNSkia::RNSkDispatchQueue*>().*std::declval<void (RNSkia::RNSkDispatchQueue::*)()>()()) std::__1::__invoke[abi:ue170006]<void (RNSkia::RNSkDispatchQueue::*)(), RNSkia::RNSkDi... + 28 (invoke.h:308)
6   app                             0x0000000108484054 void std::__1::__thread_execute[abi:ue170006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (RNSkia::RNSkDispatchQueue::*)(), RNSkia::RN... + 28 (thread.h:227)
7   app                             0x0000000108484054 void* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (RNSkia::RNSkDispatchQueue::*... + 72 (thread.h:238)
8   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
9   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 24:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   CFNetwork                       0x000000018aa939e0 +[__CFN_CoreSchedulingSetRunnable _run:] + 416 (CoreSchedulingSet.mm:1473)
8   Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
9   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 25:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   app                             0x0000000106ac67f0 -[_FSRRunLoopThread main] + 216 (FSRWebSocket.m:1870)
9   Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
10  libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 26:
0   libsystem_kernel.dylib          0x00000001d930d2b4 __select + 8 (:-1)
1   CoreFoundation                  0x000000018952f678 __CFSocketManager + 640 (CFSocket.c:1341)
2   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
3   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 27:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   CoreFoundation                  0x00000001895319f8 CFRunLoopRun + 64 (CFRunLoop.c:3441)
8   CoreMotion                      0x0000000196b3bb1c CLMotionCore::runMotionThread(void*) + 1292 (CLMotionCore.mm:376)
9   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 28:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x0000000188168f84 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398)
9   app                             0x00000001076ebd40 -[PAGThreadMonitor threadEntryPoint:] + 368 (PAGThreadMonitor.m:29)
10  Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
11  libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 29:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   Foundation                      0x00000001881690b0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   app                             0x00000001072b0a84 +[MTGNTKAsyncSocket cfstreamThread:] + 276
9   Foundation                      0x000000018817a1ec __NSThread__start__ + 724 (NSThread.m:991)
10  libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 30:
0   libsystem_kernel.dylib          0x00000001d9305684 semaphore_wait_trap + 8 (:-1)
1   caulk                           0x00000002131edb9c caulk::semaphore::timed_wait(double) + 220 (semaphore.cpp:98)
2   caulk                           0x00000002131eda54 caulk::concurrent::details::worker_thread::run() + 36 (messenger.cpp:234)
3   caulk                           0x00000002131ed99c void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96 (thread.h:196)
4   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 31:
0   libsystem_kernel.dylib          0x00000001d9305684 semaphore_wait_trap + 8 (:-1)
1   caulk                           0x00000002131edb9c caulk::semaphore::timed_wait(double) + 220 (semaphore.cpp:98)
2   caulk                           0x00000002131eda54 caulk::concurrent::details::worker_thread::run() + 36 (messenger.cpp:234)
3   caulk                           0x00000002131ed99c void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96 (thread.h:196)
4   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 32:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 33:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 34:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 35:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 36:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   CoreFoundation                  0x00000001895319f8 CFRunLoopRun + 64 (CFRunLoop.c:3441)
8   ANEServices                     0x000000021491b8e0 H11ANE::H11ANEServicesThreadStart(H11ANE::H11ANEServicesThreadParams*) + 164 (H11ANEServicesPrivate.mm:213)
9   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 37:
0   libsystem_kernel.dylib          0x00000001d9305708 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib          0x00000001d9308e18 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x00000001d9308d30 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x00000001d9308b7c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001894c69c4 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2619)
5   CoreFoundation                  0x00000001894c6078 __CFRunLoopRun + 1228 (CFRunLoop.c:3002)
6   CoreFoundation                  0x00000001894c5714 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3415)
7   CoreFoundation                  0x00000001895319f8 CFRunLoopRun + 64 (CFRunLoop.c:3441)
8   ANEServices                     0x000000021491b8e0 H11ANE::H11ANEServicesThreadStart(H11ANE::H11ANEServicesThreadParams*) + 164 (H11ANEServicesPrivate.mm:213)
9   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 38:
0   libsystem_kernel.dylib          0x00000001d930569c semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib               0x0000000191371778 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib               0x0000000191371d78 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib               0x0000000191382bc8 _dispatch_worker_thread + 324 (queue.c:7501)
4   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 39 Crashed:
0   libsystem_kernel.dylib          0x00000001d9310254 __pthread_kill + 8 (:-1)
1   libsystem_pthread.dylib         0x00000002101acef8 pthread_kill + 268 (pthread.c:1721)
2   libsystem_c.dylib               0x000000019142ab6c __abort + 136 (abort.c:163)
3   libsystem_c.dylib               0x000000019142aae4 abort + 140 (abort.c:130)
4   libc++abi.dylib                 0x00000002100d15b8 abort_message + 132 (abort_message.cpp:78)
5   libc++abi.dylib                 0x00000002100bfbac demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
6   libobjc.A.dylib                 0x000000018687821c _objc_terminate() + 144 (objc-exception.mm:496)
7   app                             0x0000000106a64820 FIRCLSTerminateHandler() + 340 (FIRCLSException.mm:463)
8   app                             0x0000000107bdf3dc sentrycrashcm_cppexception_callOriginalTerminationHandler + 16 (SentryCrashMonitor_CPPException.cpp:104)
9   app                             0x0000000107bdf3dc CPPExceptionTerminate() + 136 (SentryCrashMonitor_CPPException.cpp:181)
10  libc++abi.dylib                 0x00000002100d087c std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
11  libc++abi.dylib                 0x00000002100d0820 std::terminate() + 108 (cxa_handlers.cpp:88)
12  libdispatch.dylib               0x0000000191371174 _dispatch_client_callout + 40 (object.m:579)
13  libdispatch.dylib               0x0000000191374610 _dispatch_continuation_pop + 596 (queue.c:325)
14  libdispatch.dylib               0x000000019138859c _dispatch_source_latch_and_call + 420 (source.c:596)
15  libdispatch.dylib               0x0000000191387164 _dispatch_source_invoke + 836 (source.c:961)
16  libdispatch.dylib               0x0000000191374104 _dispatch_queue_override_invoke + 496 (queue.c:5101)
17  libdispatch.dylib               0x0000000191382df4 _dispatch_root_queue_drain + 392 (queue.c:7323)
18  libdispatch.dylib               0x00000001913835f8 _dispatch_worker_thread2 + 156 (queue.c:7391)
19  libsystem_pthread.dylib         0x00000002101a9c40 _pthread_wqthread + 228 (pthread.c:2709)
20  libsystem_pthread.dylib         0x00000002101a6488 start_wqthread + 8 (:-1)

Thread 40:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 41:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 42:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 43:
0   libsystem_pthread.dylib         0x00000002101a6480 start_wqthread + 0 (:-1)

Thread 44:
0   libsystem_kernel.dylib          0x00000001d930569c semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib               0x0000000191371778 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib               0x0000000191371d78 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib               0x0000000191382bc8 _dispatch_worker_thread + 324 (queue.c:7501)
4   libsystem_pthread.dylib         0x00000002101ab37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib         0x00000002101a6494 thread_start + 8 (:-1)

Thread 39 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0xb1549a6529aa54f5   x9: 0xb1549a6445c8e4f5  x10: 0x00000000000003e8  x11: 0x000000000000000b
   x12: 0x000000000000000b  x13: 0x000000018991a66c  x14: 0x00000000001ff800  x15: 0x00000000000007fb
   x16: 0x0000000000000148  x17: 0x000000016c62b000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000029f3f  x21: 0x000000016c62b0e0  x22: 0x0000000000000007  x23: 0x0000000108d3fe96
   x24: 0x0000000000000000  x25: 0x000000016c62b0e0  x26: 0x0000000000030008  x27: 0x00000001ed2cae00
   x28: 0x00000001ed2ca900   fp: 0x000000016c62a700   lr: 0x00000002101acef8
    sp: 0x000000016c62a6e0   pc: 0x00000001d9310254 cpsr: 0x40001000
   esr: 0x56000080  Address size fault

Binary Images:
        0x104c10000 -         0x109577fff app arm64  <786aaa01a1d63c53b8d385025d9934cc> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/app
        0x10a8d8000 -         0x10a8e3fff SmaatoSDKInterstitial arm64  <3ebcc8d45e2c3ec08f145977b74d7501> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKInterstitial.framework/SmaatoSDKInterstitial
        0x10aa78000 -         0x10aa87fff SmaatoSDKBanner arm64  <2d71718eea83385990ece212fc93ba3a> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKBanner.framework/SmaatoSDKBanner
        0x10aa9c000 -         0x10aaa7fff SmaatoSDKInAppBidding arm64  <86968aff639933afb3b18595a218a696> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKInAppBidding.framework/SmaatoSDKInAppBidding
        0x10aac0000 -         0x10aadffff OMSDK_Appodeal arm64  <558372ef708d3eef886f1e2125a39ea9> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/OMSDK_Appodeal.framework/OMSDK_Appodeal
        0x10ab08000 -         0x10ab27fff OMSDK_Ogury arm64  <572bc5f29040341699c559ff26c9cc44> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/OMSDK_Ogury.framework/OMSDK_Ogury
        0x10ab50000 -         0x10ab6ffff OMSDK_Pubnativenet arm64  <4d265759d3ec3258b601d5e102b22800> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/OMSDK_Pubnativenet.framework/OMSDK_Pubnativenet
        0x10ab98000 -         0x10abb3fff OMSDK_Smaato arm64  <fd7ceab125f53d6281e68bc909c4fa96> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/OMSDK_Smaato.framework/OMSDK_Smaato
        0x10abd8000 -         0x10abe3fff SmaatoSDKOutstream arm64  <c759d99e639d37df8747034a3f07cd8b> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKOutstream.framework/SmaatoSDKOutstream
        0x10ac04000 -         0x10ac1bfff SmaatoSDKOpenMeasurement arm64  <be8e72d7c72938c381845dd1ab1f47e3> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKOpenMeasurement.framework/SmaatoSDKOpenMeasurement
        0x10ac5c000 -         0x10adcffff GiphyUISDK arm64  <f39d5836fd7d3f4cbce8dccf444c4afb> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/GiphyUISDK.framework/GiphyUISDK
        0x10ae48000 -         0x10ae67fff SmaatoSDKNative arm64  <8dde9399dc383fe3b5d909bf7cc6e6ea> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKNative.framework/SmaatoSDKNative
        0x10ae94000 -         0x10ae9ffff SmaatoSDKRewardedAds arm64  <41b76d71e2383f27ad4d39c0f527e7c0> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKRewardedAds.framework/SmaatoSDKRewardedAds
        0x10af94000 -         0x10b1f3fff AppLovinSDK arm64  <641b1100fea931ebaf76be6b45b3f023> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/AppLovinSDK.framework/AppLovinSDK
        0x10b4b4000 -         0x10b557fff MobileFuseSDK arm64  <a9e4a6b56fd237a78c29aa4f5ade5396> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/MobileFuseSDK.framework/MobileFuseSDK
        0x10b638000 -         0x10b67bfff SmaatoSDKRichMedia arm64  <b96486c2ff9538bc970085b25a7993ee> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKRichMedia.framework/SmaatoSDKRichMedia
        0x10b6c8000 -         0x10b70ffff SmaatoSDKVideo arm64  <a9f674dacff83583a47b940573db0b4e> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKVideo.framework/SmaatoSDKVideo
        0x10b788000 -         0x10b793fff libobjc-trampolines.dylib arm64e  <553b1bd8c09e35a08fa24d126e596c9f> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
        0x10b890000 -         0x10bacffff InMobiSDK arm64  <34bd2a6fa16c3cb9916f351888614386> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/InMobiSDK.framework/InMobiSDK
        0x10bc78000 -         0x10bd23fff SmaatoSDKCore arm64  <4e1982465e65384dab458310a247cbcb> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/SmaatoSDKCore.framework/SmaatoSDKCore
        0x10c140000 -         0x10c42bfff hermes arm64  <473b6e7473cb3f91943df00d8785d17e> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/hermes.framework/hermes
        0x10c7a4000 -         0x10c947fff AppLovinQualityService arm64  <644a14e1edb43341ab068189b799ecf3> /private/var/containers/Bundle/Application/A34A5779-DAA0-4BDB-BE5F-597BD424BB4F/app.app/Frameworks/AppLovinQualityService.framework/AppLovinQualityService
        0x11725c000 -         0x11725ffff iCloudDriveFileProviderOverride arm64e  <13936dd614c030df9f79f3b6134272c3> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/iCloudDriveFileProviderOverride
        0x117288000 -         0x11728ffff FileProviderOverride arm64e  <7ed58f01791d31f5a2f2c4a918eeaa6c> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/FileProviderOverride
        0x186848000 -         0x186894dcf libobjc.A.dylib arm64e  <40f98ce47dd733cd98168f582ab7201b> /usr/lib/libobjc.A.dylib
        0x1880b2000 -         0x188dd7fff Foundation arm64e  <11e5396db5cf39c2a1af3cb5fdc7cbfc> /System/Library/Frameworks/Foundation.framework/Foundation
        0x189473000 -         0x18999ffff CoreFoundation arm64e  <bcb3a1a3fbb430ad84c1a8cd109db6b9> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x18a996000 -         0x18ad55fff CFNetwork arm64e  <f2b9cb294e48321d8647362caec142ac> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
        0x18bc58000 -         0x18da8bfff UIKitCore arm64e  <871cba6429ae362abf64fec51e1d8d02> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x19136d000 -         0x1913b2fff libdispatch.dylib arm64e  <acb07c9c5e683f53b8e38b778f2da919> /usr/lib/system/libdispatch.dylib
        0x1913b3000 -         0x191432ff3 libsystem_c.dylib arm64e  <f062bf45b7d9334a899e98231f612ad4> /usr/lib/system/libsystem_c.dylib
        0x196b2c000 -         0x196f31fff CoreMotion arm64e  <e865d701185f340cbe63526acfa422f3> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
        0x199bc1000 -         0x199c4effb libc++.1.dylib arm64e  <5087b5dca7fa378688557a08980a1f01> /usr/lib/libc++.1.dylib
        0x19b884000 -         0x19bb97fff AVFCore arm64e  <8a6fa7b46c44354395467b3266661c2c> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
        0x1a0518000 -         0x1a1c47f1f JavaScriptCore arm64e  <fed5668d448b313588f12fb2cc64592b> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
        0x1af03c000 -         0x1af0beb9b dyld arm64e  <df1367e39524307fb4110c3cfc4152bd> /usr/lib/dyld
        0x1d4fc0000 -         0x1d4fc8fff GraphicsServices arm64e  <25433b37479e35119a0470ba597d91e3> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
        0x1d9304000 -         0x1d933dfeb libsystem_kernel.dylib arm64e  <60dc42b1690b31eababde0497a614723> /usr/lib/system/libsystem_kernel.dylib
        0x2100be000 -         0x2100d8fff libc++abi.dylib arm64e  <20f3f5970dbd3e4f8d433c379861e4bc> /usr/lib/libc++abi.dylib
        0x2101a5000 -         0x2101b1ff3 libsystem_pthread.dylib arm64e  <46e25446017937db91818cb0d0330bf6> /usr/lib/system/libsystem_pthread.dylib
        0x2131e9000 -         0x213210fff caulk arm64e  <ddbbf721f096340ba484d31b4a229d3a> /System/Library/PrivateFrameworks/caulk.framework/caulk
        0x214918000 -         0x214943fff ANEServices arm64e  <1f89e654f2aa3b43b1d370d7fab3d562> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices

EOF
harsh62 commented 1 week ago

@GLSinthu Thank you for providing all the information, our team will look into it and provide an update on the ticket.