Crash in iOS 18 regarding [AVPlayerController _observeValueForKeyPath:oldValue:newValue:]

There are significant crash reports coming from iOS 18 users regarding AVKit framework that starts from this line [AVPlayerController _observeValueForKeyPath:oldValue:newValue:] which seems to be coming from iOS internal SDK. There are 2 kinds of crash we found:

  1. UI modification on background thread

From the stack trace it seems like when AVPictureInPictureController is being deallocated and its view is being removed from superview somehow the code is being executed in background thread because there is this line there _AssertAutoLayoutOnAllowedThreadsOnly highlighted before the crash.

But I’ve checked our code that plays around AVPictureInPictureController, in the locations where we would deallocate the object it will always be called on main thread which are insideviewDidLoad and deinit inside UIViewController class. From the log, it seems like the crash happened when user try to open another content when PIP player is active resulting in the current PIP instance will be replaced with a new one. My suspect is the observation logic inside AVPlayerController could be the hint to this issue, probably something broken over there since this issue happened across our app versions on iOS 18 users only.

Unfortunately, I was unable to reproduce this issue yet but one of my colleagues reproduced it once but haven’t been able to do it again since. The reports keep raising each day up to 1.3k events in the last 30 days now.

  1. Over release object

This one has lower reports than the first one but I decided to include it since it might have relevant information regarding the first crash since the starting stack trace is similar. The crash timing seems to be similar to the first one, where we deallocate existing AVPictureInPictureController and later replace it with a new one and also found only in iOS 18 users which also refers to [AVPlayerController _observeValueForKeyPath:oldValue:newValue:]. I also was unable to reproduce this issue so far.

Oh, and both of the issues happened on both iPhone and iPad.

We’d appreciate any advice on what we can do to avoid this in the future and probably any hint on why it could happened.

I have reported this issue with bug number: FB15620734

I also attached one sample crash report for each of the crashes here.

Incident Identifier: C19E48FA-8023-4DFB-814D-ED5F99713328
Distributor ID:      com.apple.AppStore
Hardware Model:      iPhone14,3
Process:             something [20568]
Path:                /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/something
Identifier:          com.kmk.something
Version:             6.39.0 (2246)
AppStoreTools:       16A242d
AppVariant:          1:iPhone14,3:18
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.kmk.something [6447]

Date/Time:           2024-10-25 00:09:07.3056 +0700
Launch Time:         2024-10-24 18:21:29.4865 +0700
OS Version:          iPhone OS 18.0.1 (22A3370)
Release Type:        User
Baseband Version:    4.02.05
Report Version:      104

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

Triggered by Thread:  7

Last Exception Backtrace:
0   CoreFoundation                	0x18879108c __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x185a932e4 objc_exception_throw + 88 (objc-exception.mm:356)
2   CoreAutoLayout                	0x1ab5bb340 _AssertAutoLayoutOnAllowedThreadsOnly + 320 (NSISEngine.m:0)
3   CoreAutoLayout                	0x1ab5bb000 -[NSISEngine withBehaviors:performModifications:] + 36 (NSISEngine.m:1982)
4   UIKitCore                     	0x18b1402a4 -[UIView(UIConstraintBasedLayout) removeConstraints:] + 176 (NSLayoutConstraint_UIKitAdditions.m:1314)
5   UIKitCore                     	0x18aef3934 -[UIView(AdditionalLayoutSupport) _snipDangliesWithForce:repairIfPossibleForViewThatMoved:newSuperview:oldSuperview:] + 608 (NSLayoutConstraint_UIKitAdditions.m:5746)
6   UIKitCore                     	0x18aef35bc _UIViewRemoveConstraintsMadeDanglyByChangingSuperview + 600 (NSLayoutConstraint_UIKitAdditions.m:5666)
7   UIKitCore                     	0x18aeeee3c __45-[UIView(Hierarchy) _postMovedFromSuperview:]_block_invoke + 56 (UIView.m:14058)
8   UIKitCore                     	0x18aef1db4 -[UIView _postMovedFromSuperview:] + 492 (UIView.m:14053)
9   UIKitCore                     	0x18afac5e4 __UIViewWasRemovedFromSuperview + 136 (UIView.m:13361)
10  UIKitCore                     	0x18afac328 -[UIView(Hierarchy) removeFromSuperview] + 248 (UIView.m:13417)
11  AVKit                         	0x1b548f340 -[AVPictureInPicturePlayerLayerView detachPlayerLayer] + 64 (AVPictureInPicturePlayerLayerView.m:60)
12  AVKit                         	0x1b54f88b4 -[AVPlayerLayer(AVPictureInPictureContentSource) avkit_stopRoutingVideoToPictureInPictureViewController:] + 360 (AVPlayerLayer_AVPictureInPictureContentSourceAdditions.m:76)
13  AVKit                         	0x1b54f4a18 -[AVPictureInPictureController dealloc] + 92 (AVPictureInPictureController.m:303)
14  Foundation                    	0x1874280d0 _NSKVOPerformWithDeallocatingObservable + 180 (NSKeyValueObserving.m:2827)
15  Foundation                    	0x187427de4 NSKVODeallocate + 180 (NSKeyValueObserverNotifying.m:466)
16  Foundation                    	0x1873590fc NSKeyValueWillChangeWithPerThreadPendingNotifications + 640 (NSKeyValueObserving.m:1209)
17  Foundation                    	0x18752cf90 NSKVOForwardInvocation + 148 (NSKeyValueObserverNotifying.m:574)
18  CoreFoundation                	0x18872e634 ___forwarding___ + 964 (NSForwarding.m:3654)
19  CoreFoundation                	0x18872e1b0 _CF_forwarding_prep_0 + 96
20  AVKit                         	0x1b543fac4 __64-[AVPlayerController _observeValueForKeyPath:oldValue:newValue:]_block_invoke + 88 (AVPlayerController.m:1118)
21  libdispatch.dylib             	0x190408370 _dispatch_call_block_and_release + 32 (init.c:1549)
22  libdispatch.dylib             	0x19040a0d0 _dispatch_client_callout + 20 (object.m:576)
23  libdispatch.dylib             	0x1904116d8 _dispatch_lane_serial_drain + 744 (queue.c:3934)
24  libdispatch.dylib             	0x1904121e0 _dispatch_lane_invoke + 380 (queue.c:4025)
25  libdispatch.dylib             	0x19041d258 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:7193)
26  libdispatch.dylib             	0x19041caa4 _dispatch_workloop_worker_thread + 540 (queue.c:6787)
27  libsystem_pthread.dylib       	0x20fadfc7c _pthread_wqthread + 288 (pthread.c:2696)
28  libsystem_pthread.dylib       	0x20fadc488 start_wqthread + 8 (:-1)

Thread 0:
0   vImage                        	0x000000018e756710 vConvert_XRGB2101010_A8ToARGB8888_vec + 588 (Conversion_ARGB2101010_vector2.0.c:190)
1   ImageIO                       	0x000000018e2a1d88 IIOIOSurfaceWrapper_CIF10::copy_CIF10_8bit_sRGB(vImage_Buffer*, vImage_Buffer*, vImage_Buffer*) + 288 (IOSurfaceWrapper.cpp:0)
2   ImageIO                       	0x000000018e2a31d8 IIOIOSurfaceWrapper_CIF10::copyImageBlockSet_8bit(CGImageProvider*, CGRect, CGSize, IIODictionary*) + 372 (IOSurfaceWrapper.cpp:2606)
3   ImageIO                       	0x000000018e2a3a5c IIOIOSurfaceWrapper_CIF10::copyImageBlockSetWithOptions8Bit(CGImageProvider*, CGRect, CGSize, IIODictionary*, unsigned long long*) + 252 (IOSurfaceWrapper.cpp:2974)
4   ImageIO                       	0x000000018e2a1a60 IIOIOSurfaceWrapper_CIF10::CopyImageBlockSetWithOptions(void*, CGImageProvider*, CGRect, CGSize, __CFDictionary const*) + 660 (IOSurfaceWrapper.cpp:2780)
5   CoreGraphics                  	0x000000018a7af4b0 imageProvider_retain_data + 92 (CGDataProviderImageProvider.c:91)
6   CoreGraphics                  	0x000000018a7ae124 CGDataProviderRetainData + 80 (CGDataProvider.c:922)
7   CoreGraphics                  	0x000000018a7ae940 provider_for_destination_retain_data + 28 (CGDataProviderForDestination.c:726)
8   CoreGraphics                  	0x000000018a7ae124 CGDataProviderRetainData + 80 (CGDataProvider.c:922)
9   CoreGraphics                  	0x000000018a7ae088 CGAccessSessionCreate + 124 (CGAccessSession.c:71)
10  CoreGraphics                  	0x000000018a7ac8c8 img_data_lock + 2392 (CGSImage.c:4941)
11  CoreGraphics                  	0x000000018a7a66dc CGSImageDataLock + 1184 (CGSImage.c:5859)
12  CoreGraphics                  	0x000000018a7a5dec ripc_AcquireRIPImageData + 844 (RIPImage.c:361)
13  CoreGraphics                  	0x000000018a7a561c ripc_DrawImage + 824 (RIPContext.c:1415)
14  CoreGraphics                  	0x000000018a784724 CG::DisplayList::executeEntries(std::__1::__wrap_iter*>, std::__1::__wrap_iter*>, CGContextDelegate... + 5712 (DisplayList.cpp:1672)
15  CoreGraphics                  	0x000000018a778fac CGDisplayListDrawInContextDelegate + 320 (DisplayList.cpp:2175)
16  CoreGraphics                  	0x000000018a78d88c rip_auto_context_rasterization_loop + 2012 (RIPAutomaticContext.c:1147)
17  CoreGraphics                  	0x000000018a78b334 rip_auto_context_create_image + 56 (RIPAutomaticContext.c:1229)
18  UIKitCore                     	0x000000018b075098 -[UIGraphicsImageRendererContext currentImage] + 32 (UIGraphicsImageRenderer.m:223)
19  UIKitCore                     	0x000000018b075350 __44-[UIGraphicsImageRenderer imageWithActions:]_block_invoke + 28 (UIGraphicsImageRenderer.m:550)
20  UIKitCore                     	0x000000018b0748a4 -[UIGraphicsRenderer runDrawingActions:completionActions:format:error:] + 360 (UIGraphicsRenderer.m:218)
21  UIKitCore                     	0x000000018b07470c -[UIGraphicsRenderer runDrawingActions:completionActions:error:] + 92 (UIGraphicsRenderer.m:195)
22  UIKitCore                     	0x000000018b074638 -[UIGraphicsImageRenderer imageWithActions:] + 184 (UIGraphicsImageRenderer.m:549)
23  something                         	0x000000010248ca68 UIView.takeSnapshotOfView() + 272 (ViewUtil.swift:60)
24  something                         	0x00000001028abd38 SomethingPageSheetSegue.generateSnapshotView() + 84 (SomethingPageSheetSegue.swift:43)
25  something                         	0x00000001028ab924 SomethingPageSheetSegue.handleBackgroundAfterPresent() + 36 (SomethingPageSheetSegue.swift:27)
26  something                         	0x00000001028ab8c0 SomethingPageSheetSegue.perform() + 296 (SomethingPageSheetSegue.swift:23)
27  something                         	0x00000001028ab8f0 @objc SomethingPageSheetSegue.perform() + 24 (/:0)
28  something                         	0x00000001025ca2a4 specialized LivestreamOpener.openLivestreamWithSource(_:livestreamId:scheduleId:origin:fullscreenWhenOpened:) + 448 (LivestreamOpener.swift:103)
29  something                         	0x00000001025c9f0c LivestreamOpener.openLivestreamWithSource(_:livestreamId:scheduleId:origin:fullscreenWhenOpened:) + 28 (/:0)
30  something                         	0x00000001025c9f0c LivestreamOpener.execute(id:scheduleId:origin:fullscreenWhenOpened:) + 804
31  something                         	0x000000010279c8b8 makeLivestreamOpener(source:param:) + 164 (LivestreamWatchDeeplinkHandler.swift:104)
32  something                         	0x000000010279cf54 LivestreamWatchDeeplinkHandler.openForInternalSource(source:) + 80 (LivestreamWatchDeeplinkHandler.swift:52)
33  something                         	0x000000010279cf54 LivestreamWatchDeeplinkHandler.open(source:) + 80 (LivestreamWatchDeeplinkHandler.swift:44)
34  something                         	0x000000010279cf54 protocol witness for DeeplinkHandler.open(source:) in conformance LivestreamWatchDeeplinkHandler + 252 (/:42)
35  something                         	0x0000000102635068 URLRouteHandler.handleDeeplinkURL(deeplink:) + 96 (URLRouteHandler.swift:63)
36  something                         	0x0000000102635068 URLRouteHandler.routeDeeplink(withURL:referrer:type:message:) + 180 (URLRouteHandler.swift:57)
37  something                         	0x000000010263525d closure #1 in URLRouteHandler.routeDeeplink(withURL:referrer:type:message:) + 1 (URLRouteHandler.swift:78)
38  something                         	0x000000010225e071 partial apply for closure #1 in AppNavigation.dismissAndMakeTabBarRootView(completion:) + 1
39  something                         	0x0000000102660471 $sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_ + 1 (/:0)
40  something                         	0x000000010225df49 closure #1 in AppNavigation.dismissAndMakeTabBarRootView(completion:)partial apply + 1 (/:0)
41  libswift_Concurrency.dylib    	0x0000000193e05e19 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1 (Task.cpp:497)

Thread 1:
0   libsystem_kernel.dylib        	0x00000001d85a4728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d85a7e38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d85a7d50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d85a7b9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001887617cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x0000000188760e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x00000001887605b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   Foundation                    	0x00000001873f7000 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x00000001873f6e50 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x000000018b2c9714 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1241)
10  Foundation                    	0x0000000187408158 __NSThread__start__ + 724 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 2:
0   libsystem_kernel.dylib        	0x00000001d85aa030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x000000020fadea50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                	0x0000000198caa618 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, ... + 260
4   SomethingKmm                      	0x0000000106d6f37c void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, void ... + 112
5   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 3:
0   libsystem_kernel.dylib        	0x00000001d85aa030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x000000020fadea50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                	0x0000000198caa584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:30)
3   SomethingKmm                      	0x0000000106d69a44 std::__1::invoke_result::type kotlin::S... + 112
4   SomethingKmm                      	0x0000000106d69b24 void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, kotli... + 104
5   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 4:
0   libsystem_kernel.dylib        	0x00000001d85a4728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d85a7e38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d85a7d50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d85a7b9c mach_msg + 24 (mach_msg.c:323)
4   something                         	0x0000000102bda908 FIRCLSMachExceptionServer + 108
5   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 5:
0   libsystem_kernel.dylib        	0x00000001d85aa030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x000000020fadea50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   SomethingKmm                      	0x0000000106d798c4 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, unsigned long long, unsigned long long*) + 176
3   SomethingKmm                      	0x0000000106d78b08 Worker::processQueueElement(bool) + 808
4   SomethingKmm                      	0x0000000106d7873c (anonymous namespace)::workerRoutine(void*) + 104
5   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 6:
0   libsystem_kernel.dylib        	0x00000001d85a4728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d85a7e38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d85a7d50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d85a7b9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001887617cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x0000000188760e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x00000001887605b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   CoreFoundation                	0x00000001887cc850 CFRunLoopRun + 64 (CFRunLoop.c:3440)
8   SomethingKmm                      	0x0000000106d6eda8 kotlin::gc::FinalizerProcessor, kotlin::alloc::FinalizerQueueTraits>::ProcessingLoopWithCFImpl::body() + 64
9   SomethingKmm                      	0x0000000106d6cc90 std::__1::invoke_result, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>::t... + 124
10  SomethingKmm                      	0x0000000106d6cd24 void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, kotli... + 104
11  libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 7 Crashed:
0   libsystem_kernel.dylib        	0x00000001d85af274 __pthread_kill + 8 (:-1)
1   libsystem_pthread.dylib       	0x000000020fae2ef8 pthread_kill + 268 (pthread.c:1721)
2   libsystem_c.dylib             	0x00000001904c3b6c __abort + 136 (abort.c:163)
3   libsystem_c.dylib             	0x00000001904c3ae4 abort + 140 (abort.c:130)
4   libc++abi.dylib               	0x000000020fa065b8 abort_message + 132 (abort_message.cpp:78)
5   libc++abi.dylib               	0x000000020f9f4bac demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
6   libobjc.A.dylib               	0x0000000185aaee04 _objc_terminate() + 156 (objc-exception.mm:496)
7   SomethingKmm                      	0x0000000106d7000c (anonymous namespace)::TerminateHandler::queuedHandler()::'lambda'()::operator()() const + 24
8   SomethingKmm                      	0x0000000106d6ff3c void (anonymous namespace)::$_0::operator()<(anonymous namespace)::TerminateHandler::queuedHandler()::'lambda'()>((anonymous namespace)::TerminateHandler::queuedHandler()::'lambda'()) + 48
9   SomethingKmm                      	0x0000000106d6ff0c (anonymous namespace)::TerminateHandler::queuedHandler() + 12
10  SomethingKmm                      	0x0000000106d6fd2c (anonymous namespace)::TerminateHandler::kotlinHandler() + 392
11  something                         	0x0000000102bd1c68 FIRCLSTerminateHandler() + 340
12  libc++abi.dylib               	0x000000020fa0587c std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
13  libc++abi.dylib               	0x000000020fa05820 std::terminate() + 108 (cxa_handlers.cpp:88)
14  libdispatch.dylib             	0x000000019040a0e4 _dispatch_client_callout + 40 (object.m:579)
15  libdispatch.dylib             	0x00000001904116d8 _dispatch_lane_serial_drain + 744 (queue.c:3934)
16  libdispatch.dylib             	0x00000001904121e0 _dispatch_lane_invoke + 380 (queue.c:4025)
17  libdispatch.dylib             	0x000000019041d258 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:7193)
18  libdispatch.dylib             	0x000000019041caa4 _dispatch_workloop_worker_thread + 540 (queue.c:6787)
19  libsystem_pthread.dylib       	0x000000020fadfc7c _pthread_wqthread + 288 (pthread.c:2696)
20  libsystem_pthread.dylib       	0x000000020fadc488 start_wqthread + 8 (:-1)

Thread 8:
0   libsystem_kernel.dylib        	0x00000001d85a4728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d85a7e38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d85a7d50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d85a7b9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001887617cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x0000000188760e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x00000001887605b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   CFNetwork                     	0x0000000189cd8f44 +[__CFN_CoreSchedulingSetRunnable _run:] + 416 (CoreSchedulingSet.mm:1473)
8   Foundation                    	0x0000000187408158 __NSThread__start__ + 724 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 9:
0   libsystem_kernel.dylib        	0x00000001d85a4728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d85a7e38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d85a7d50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d85a7b9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001887617cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x0000000188760e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x00000001887605b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   Foundation                    	0x00000001873f7000 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   GoogleCast                    	0x0000000104c1e92c 0x104b68000 + 747820
9   Foundation                    	0x0000000187408158 __NSThread__start__ + 724 (NSThread.m:991)
10  libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 10:
0   libsystem_kernel.dylib        	0x00000001d85ac2d4 __select + 8 (:-1)
1   CoreFoundation                	0x00000001887ca4c0 __CFSocketManager + 704 (CFSocket.c:1341)
2   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
3   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 11:
0   libsystem_kernel.dylib        	0x00000001d85aa030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x000000020fadea50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   SomethingKmm                      	0x0000000106d798c4 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, unsigned long long, unsigned long long*) + 176
3   SomethingKmm                      	0x000000010662f18c kfun:kotlin.native.concurrent.Worker#park(kotlin.Long;kotlin.Boolean){}kotlin.Boolean + 120 (Worker.kt:171)
4   SomethingKmm                      	0x000000010662f18c kfun:kotlinx.coroutines.BlockingCoroutine.joinBlocking#internal + 256 (Builders.kt:126)
5   SomethingKmm                      	0x000000010662f18c kfun:kotlinx.coroutines#runBlocking(kotlin.coroutines.CoroutineContext;kotlin.coroutines.SuspendFunction1){0§}0:0 + 1260 (Builders.kt:59)
6   SomethingKmm                      	0x0000000106632ef4 kfun:kotlinx.coroutines#runBlocking$default(kotlin.coroutines.CoroutineContext?;kotlin.coroutines.SuspendFunction1;kotlin.Int){0§}0:0 + 16 (Builders.kt:36)
7   SomethingKmm                      	0x0000000106632ef4 kfun:kotlinx.coroutines.MultiWorkerDispatcher.workerRunLoop#internal + 128 (MultithreadedDispatchers.kt:100)
8   SomethingKmm                      	0x0000000106632ef4 kfun:kotlinx.coroutines.MultiWorkerDispatcher.$lambda$1$lambda$0#internal + 128 (MultithreadedDispatchers.kt:87)
9   SomethingKmm                      	0x0000000106632ef4 kfun:kotlinx.coroutines.MultiWorkerDispatcher.$$lambda$1$lambda$0$FUNCTION_REFERENCE$5.invoke#internal + 144 (MultithreadedDispatchers.kt:87)
10  SomethingKmm                      	0x0000000106632ef4 kfun:kotlinx.coroutines.MultiWorkerDispatcher.$$lambda$1$lambda$0$FUNCTION_REFERENCE$5.$invoke(){}#internal + 188 (MultithreadedDispatchers.kt:87)
11  SomethingKmm                      	0x0000000106977250 kfun:kotlin.Function0#invoke(){}1:0-trampoline + 204 ([K][Suspend]Functions:1)
12  SomethingKmm                      	0x0000000106d78c70 Worker::processQueueElement(bool) + 1168
13  SomethingKmm                      	0x0000000106d7873c (anonymous namespace)::workerRoutine(void*) + 104
14  libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
15  libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 12:
0   libsystem_kernel.dylib        	0x00000001d85a46bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x000000019040a6e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x000000019040ace8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x000000019041bb60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 13:
0   libsystem_kernel.dylib        	0x00000001d85a46bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x000000019040a6e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x000000019040ace8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x000000019041bb60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 14:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

Thread 15:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

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

Thread 17:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

Thread 18:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

Thread 19:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

Thread 20:
0   libsystem_kernel.dylib        	0x00000001d85aa030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x000000020fadea50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   JavaScriptCore                	0x00000001a0413fe8 scavenger_thread_main + 1316 (pas_scavenger.c:359)
3   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
4   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 21:
0   libsystem_kernel.dylib        	0x00000001d85aab70 __ulock_wait + 8 (:-1)
1   libdispatch.dylib             	0x000000019040aac0 _dlock_wait + 56 (lock.c:326)
2   libdispatch.dylib             	0x000000019040a874 _dispatch_thread_event_wait_slow + 56 (lock.c:558)
3   libdispatch.dylib             	0x0000000190419a3c __DISPATCH_WAIT_FOR_QUEUE__ + 368 (queue.c:1702)
4   libdispatch.dylib             	0x00000001904195e8 _dispatch_sync_f_slow + 148 (queue.c:1799)
5   AVKit                         	0x00000001b5458384 __52-[AVTimer initWithTimeInterval:queue:block:repeats:]_block_invoke_2 + 180 (AVTimer.m:47)
6   libdispatch.dylib             	0x000000019040a0d0 _dispatch_client_callout + 20 (object.m:576)
7   libdispatch.dylib             	0x000000019040d580 _dispatch_continuation_pop + 596 (queue.c:325)
8   libdispatch.dylib             	0x000000019042153c _dispatch_source_latch_and_call + 420 (source.c:596)
9   libdispatch.dylib             	0x0000000190420104 _dispatch_source_invoke + 836 (source.c:961)
10  libdispatch.dylib             	0x0000000190411560 _dispatch_lane_serial_drain + 368 (queue.c:3934)
11  libdispatch.dylib             	0x00000001904121e0 _dispatch_lane_invoke + 380 (queue.c:4025)
12  libdispatch.dylib             	0x000000019041d258 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:7193)
13  libdispatch.dylib             	0x000000019041caa4 _dispatch_workloop_worker_thread + 540 (queue.c:6787)
14  libsystem_pthread.dylib       	0x000000020fadfc7c _pthread_wqthread + 288 (pthread.c:2696)
15  libsystem_pthread.dylib       	0x000000020fadc488 start_wqthread + 8 (:-1)

Thread 22:
0   libsystem_kernel.dylib        	0x00000001d85a46bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x000000019040a6e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x000000019040ace8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x000000019041bb60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 23:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

Thread 24:
0   libsystem_pthread.dylib       	0x000000020fadc480 start_wqthread + 0 (:-1)

Thread 25:
0   libsystem_kernel.dylib        	0x00000001d85a46bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x000000019040a6e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x000000019040ace8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x000000019041bb60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 26:
0   libsystem_kernel.dylib        	0x00000001d85a46bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x000000019040a6e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x000000019040ace8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x000000019041bb60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x000000020fae137c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x000000020fadc494 thread_start + 8 (:-1)

Thread 7 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0xb4c58021f1351fbb   x9: 0xb4c580209f542fbb  x10: 0x00000000000003e8  x11: 0x000000000000000b
   x12: 0x000000000000000b  x13: 0x0000000188bbcb84  x14: 0x00000000001ff800  x15: 0x00000000000007fb
   x16: 0x0000000000000148  x17: 0x000000016e613000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000000000d903  x21: 0x000000016e6130e0  x22: 0x0000000000000007  x23: 0x000000010317c981
   x24: 0x0000000000000000  x25: 0x00000003023f8540  x26: 0x0000000000000000  x27: 0x00000003023f8540
   x28: 0x0000000000000000   fp: 0x000000016e612630   lr: 0x000000020fae2ef8
    sp: 0x000000016e612610   pc: 0x00000001d85af274 cpsr: 0x40001000
   esr: 0x56000080  Address size fault


Binary Images:
        0x102250000 -         0x10338bfff something arm64  <44daa351e29a30789b249ba67a5dc032> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/something
        0x103a9c000 -         0x103aabfff BindingCombine arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/BindingCombine.framework/BindingCombine
        0x103ac4000 -         0x1043cbfff SharedDependencies arm64  <0ff44ac3e4873445b4eadfc31cb1135b> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/SharedDependencies.framework/SharedDependencies
        0x1048b4000 -         0x104943fff Subscription arm64  <08754a04b59a30c0be9f83066213e9d8> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Subscription.framework/Subscription
        0x104994000 -         0x10499ffff SomethingHTTPClientInterop arm64  <9a592a3ff5203a9e82d29f8d4ca722f7> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/SomethingHTTPClientInterop.framework/SomethingHTTPClientInterop
        0x1049b4000 -         0x1049bbfff NotificationDependencies arm64  <169e80ec56bd33d4bf05483e51365d7a> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/NotificationDependencies.framework/NotificationDependencies
        0x1049cc000 -         0x1049e7fff WidgetEngine arm64  <866c49e7e49a38d0a1614dfd73ebaef9> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/WidgetEngine.framework/WidgetEngine
        0x104a00000 -         0x104a77fff RxCocoa arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/RxCocoa.framework/RxCocoa
        0x104ad8000 -         0x104ae3fff DataStore_171A8F8EE36AD090_PackageProduct arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/DataStore_171A8F8EE36AD090_PackageProduct.framework/DataStore_171A8F8EE36AD090_PackageProduct
        0x104af8000 -         0x104b3bfff UserInfo arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/UserInfo.framework/UserInfo
        0x104b68000 -         0x104d5ffff GoogleCast arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/GoogleCast.framework/GoogleCast
        0x105160000 -         0x1051c3fff VidiKit arm64  <563a4b47f23d32099567f373e76d28e0> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/VidiKit.framework/VidiKit
        0x105200000 -         0x105237fff WebSocket arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/WebSocket.framework/WebSocket
        0x105264000 -         0x10527ffff Player arm64  <95b251a5e64f3dd38f9cdd6f27695838> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Player.framework/Player
        0x10529c000 -         0x1052a3fff RxRelay arm64  <0de5230629633c3db4194c7b3a1e95e6> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/RxRelay.framework/RxRelay
        0x1052b0000 -         0x105317fff Engagement arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Engagement.framework/Engagement
        0x105358000 -         0x1053f7fff Content arm64  <426c6c26e5bb3014be8683f7e0c7c793> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Content.framework/Content
        0x105450000 -         0x10546ffff Common arm64  <379fa2f3eec63228a0a6ada53fd1b637> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Common.framework/Common
        0x10548c000 -         0x1054b7fff MuxCore arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MuxCore.framework/MuxCore
        0x1054f4000 -         0x105507fff MUXSDKStats arm64  <372a65d569923ce3baafa62efefe929b> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MUXSDKStats.framework/MUXSDKStats
        0x105520000 -         0x10553bfff OMSDK_Something arm64  <646bb4f95bfa3702b8201bab73f5bbba> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/OMSDK_Something.framework/OMSDK_Something
        0x105564000 -         0x10564bfff GoogleInteractiveMediaAds arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds
        0x105754000 -         0x105917fff Lottie arm64  <4c5219a480bf3b5fa4f4c38d50491047> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Lottie.framework/Lottie
        0x1059c4000 -         0x105af3fff FBSDKCoreKit arm64  <77bd4cf2fc0f34fbbccaba4a14d98d5c> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
        0x105d04000 -         0x105d3ffff FBAEMKit arm64  <52f53543e0243b70994b9f5600477814> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/FBAEMKit.framework/FBAEMKit
        0x105d9c000 -         0x105dabfff FBSDKCoreKit_Basics arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics
        0x105dc4000 -         0x105e17fff FBSDKLoginKit arm64  <0116b0c10c9c360ab3444365bd49ad77> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
        0x105eb0000 -         0x105f93fff MoEngageCore arm64  <5eae6c5eea643af2b5d3397b5e4d3f01> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageCore.framework/MoEngageCore
        0x106004000 -         0x10600bfff MoEngageSDK arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageSDK.framework/MoEngageSDK
        0x10601c000 -         0x10607ffff MoEngageAnalytics arm64  <20063f92ce5337c29da77bbacb8e728e> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageAnalytics.framework/MoEngageAnalytics
        0x1060b0000 -         0x1060dffff MoEngageMessaging arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageMessaging.framework/MoEngageMessaging
        0x106100000 -         0x106113fff MoEngageObjCUtils arm64  <7b9e19550d6d3d67bdc4a6632cf1337c> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageObjCUtils.framework/MoEngageObjCUtils
        0x106128000 -         0x106147fff MoEngageSecurity arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageSecurity.framework/MoEngageSecurity
        0x106164000 -         0x106213fff MoEngageInApps arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageInApps.framework/MoEngageInApps
        0x106290000 -         0x1062c3fff MoEngageTriggerEvaluator arm64  <6f1a179434963baa8be0e032be445797> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageTriggerEvaluator.framework/MoEngageTriggerEvaluator
        0x1062e0000 -         0x10630bfff MoEngageRealTimeTrigger arm64  <9ac73d9fcbf23c2e9e918915ca5231dc> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageRealTimeTrigger.framework/MoEngageRealTimeTrigger
        0x106328000 -         0x10632ffff MoEngageRichNotification_-4B0523C5FDF09378_PackageProduct arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageRichNotification_-4B0523C5FDF09378_PackageProduct.framework/MoEngageRichNotification_-4B0523C5FDF09378_PackageProduct
        0x10633c000 -         0x10635bfff MoEngageRichNotification arm64  <9428ceff4991355599c59e0d8f392ac6> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageRichNotification.framework/MoEngageRichNotification
        0x106378000 -         0x1063affff MoEngageInbox arm64  <063930184d45383e815109dc7548045b> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/MoEngageInbox.framework/MoEngageInbox
        0x1063d4000 -         0x1063effff PlentyCore arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/PlentyCore.framework/PlentyCore
        0x106408000 -         0x1064cbfff RxSwift arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/RxSwift.framework/RxSwift
        0x10652c000 -         0x106547fff SomethingHTTPClient arm64  <816d70ce13cd3f89a35689fde0cb9b27> /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/SomethingHTTPClient.framework/SomethingHTTPClient
        0x106560000 -         0x106f13fff SomethingKmm arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/SomethingKmm.framework/SomethingKmm
        0x107a84000 -         0x107a9bfff Whisper arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/Whisper.framework/Whisper
        0x107ab0000 -         0x107b1ffff gelatik2 arm64   /private/var/containers/Bundle/Application/450444E2-D0CB-4149-82AB-CAD6D747FCBB/something.app/Frameworks/gelatik2.framework/gelatik2
        0x1088bc000 -         0x1088c7fff libobjc-trampolines.dylib arm64e   /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
        0x127984000 -         0x127987fff iCloudDriveFileProviderOverride arm64e   /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/iCloudDriveFileProviderOverride
        0x129ce8000 -         0x129ceffff FileProviderOverride arm64e  <39396754b75931aab410d42869570a7f> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/FileProviderOverride
        0x185a7c000 -         0x185accd5f libobjc.A.dylib arm64e  <1a127d4447a33947bc4d9a51c4c4e157> /usr/lib/libobjc.A.dylib
        0x187340000 -         0x18805efff Foundation arm64e  <6d058a2d05cf3a298bebb1030ae97282> /System/Library/Frameworks/Foundation.framework/Foundation
        0x18870d000 -         0x188c52fff CoreFoundation arm64e  <4250d45c51a93ac58c3d69de936fad46> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x189bdb000 -         0x189f9dfff CFNetwork arm64e  <7d799a941e3c3a4fb1a0d9414e8eaca5> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
        0x18a740000 -         0x18ae23fff CoreGraphics arm64e   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
        0x18aed8000 -         0x18cd98fff UIKitCore arm64e  <187c890e8e4c32f2a97efa905a55f094> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x18e067000 -         0x18e541fff ImageIO arm64e  <61554b658e0f3314b1878aa46ab7013e> /System/Library/Frameworks/ImageIO.framework/ImageIO
        0x18e542000 -         0x18e86afdf vImage arm64e  <32d66f4b8a3e3a90a493fc0e895ceacb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
        0x190406000 -         0x19044bfff libdispatch.dylib arm64e   /usr/lib/system/libdispatch.dylib
        0x19044c000 -         0x1904cbff3 libsystem_c.dylib arm64e  <1ad666a001a831c188b9808915fb97b4> /usr/lib/system/libsystem_c.dylib
        0x193d9c000 -         0x193e1efff libswift_Concurrency.dylib arm64e  <866e640d33b7308a93cbf5ed6e9f1e44> /usr/lib/swift/libswift_Concurrency.dylib
        0x198c89000 -         0x198d16ffb libc++.1.dylib arm64e  <215023921cec3a578b4843bd79bc264b> /usr/lib/libc++.1.dylib
        0x19ee70000 -         0x1a05f1f7f JavaScriptCore arm64e   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
        0x1ab5a9000 -         0x1ab5f2fff CoreAutoLayout arm64e   /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
        0x1b1f25000 -         0x1b1f4eff3 libdyld.dylib arm64e   /usr/lib/system/libdyld.dylib
        0x1b540d000 -         0x1b55fefff AVKit arm64e   /System/Library/Frameworks/AVKit.framework/AVKit
        0x1d85a3000 -         0x1d85dcffb libsystem_kernel.dylib arm64e  <8d929b3bd4d639bfadbbbe59e928b332> /usr/lib/system/libsystem_kernel.dylib
        0x20f9f3000 -         0x20fa0dfff libc++abi.dylib arm64e  <256c6581e6013bd1972eb869776bed2f> /usr/lib/libc++abi.dylib
        0x20fadb000 -         0x20fae7ff3 libsystem_pthread.dylib arm64e   /usr/lib/system/libsystem_pthread.dylib

EOF

Incident Identifier: 47C3D06F-0A8E-4359-8DE7-AAD74472CBD3
Distributor ID:      com.apple.AppStore
Hardware Model:      iPhone12,1
Process:             something [89818]
Path:                /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/something
Identifier:          com.kmk.something
Version:             6.39.0 (2246)
AppStoreTools:       16A242d
AppVariant:          1:iPhone12,1:18
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.kmk.something [7918]

Date/Time:           2024-10-27 17:22:24.7855 +0700
Launch Time:         2024-10-27 17:20:35.7751 +0700
OS Version:          iPhone OS 18.0.1 (22A3370)
Release Type:        User
Baseband Version:    6.00.00
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x000000071626a720
Exception Codes: 0x0000000000000001, 0x000000071626a720
VM Region Info: 0x71626a720 is not in any region.  Bytes after previous region: 17014630177  Bytes before following region: 37209331936
      REGION TYPE                 START - END      [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO              300000000-320000000 [512.0M] rw-/rwx SM=COW  
--->  GAP OF 0xca0000000 BYTES
      commpage (reserved)      fc0000000-1000000000 [  1.0G] ---/--- SM=NUL  reserved VM address space (unallocated)
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [89818]

Triggered by Thread:  17




Thread 0:
0   ???                           	0x00000001b0d66240 0x0 + 7261807168
1   something                         	0x000000010134f640 @nonobjc WKWebView.init(frame:configuration:) + 32 (/:0)
2   something                         	0x000000010134f640 WKWebView.__allocating_init(frame:configuration:) + 44 (/:0)
3   something                         	0x000000010134f640 SomethingWebViewContainerView.init(handlers:navigationDelegate:generalCommandDelegate:frame:) + 468
4   something                         	0x00000001014b5afc QuizWebViewContainerView.webViewContainerView.getter + 768
5   something                         	0x00000001014b5f40 QuizWebViewContainerView.defaultInit() + 44 (QuizWebViewContainerView.swift:93)
6   something                         	0x000000010129aaa8 QuizWebViewContainerView.init(frame:getScreenName:) + 8 (QuizWebViewContainerView.swift:85)
7   something                         	0x000000010129aaa8 QuizWebViewContainerView.__allocating_init(frame:getScreenName:) + 8 (QuizWebViewContainerView.swift:86)
8   something                         	0x000000010129aaa8 FluidWatchGamesView.makeWebview() + 664 (FluidWatchGamesView.swift:64)
9   something                         	0x0000000100f12c88 PadHeadlineCircularItemView.gradientView.getter + 40
10  something                         	0x000000010129aedc closure #1 in FluidWatchGamesView.init(owner:) + 68 (FluidWatchGamesView.swift:37)
11  VidiKit                       	0x0000000103de9e68 VStackView.init(spacing:alignment:distribution:arrangedSubviews:) + 160 (VStackView.swift:22)
12  something                         	0x000000010149c5bc VStackView.__allocating_init(spacing:alignment:distribution:arrangedSubviews:) + 40 (/:0)
13  something                         	0x000000010149c5bc specialized FluidWatchGamesView.init(owner:) + 392 (FluidWatchGamesView.swift:35)
14  something                         	0x0000000101491034 FluidWatchGamesView.init(owner:) + 8 (FluidWatchGamesView.swift:42)
15  something                         	0x0000000101491034 FluidWatchGamesView.__allocating_init(owner:) + 8 (/:0)
16  something                         	0x0000000101491034 LivestreamVideoWatchViewController.gamesViewForFluidWatch.getter + 68
17  something                         	0x000000010149ae30 closure #24 in closure #1 in LivestreamVideoWatchViewController.setupLivestreamVideoWatchViewModel() + 312 (LivestreamVideoWatchViewController.swift:618)
18  BindingCombine                	0x00000001026febcc closure #2 in => infix<a>(_:_:) + 4 (BindingOperator.swift:16)
19  BindingCombine                	0x00000001026febcc partial apply for closure #2 in => infix</a><a>(_:_:) + 20 (/:0)
20  Combine                       	0x00000001a39b4ec0 Subscribers.Sink.receive(_:) + 92 (Sink.swift:128)
21  Combine                       	0x00000001a39b4e54 protocol witness for Subscriber.receive(_:) in conformance Subscribers.Sink + 24 (:0)
22  Combine                       	0x00000001a39b4b34 closure #1 in Publishers.ReceiveOn.Inner.receive(_:) + 288 (ReceiveOn.swift:169)
23  BindingCombine                	0x00000001026feeec UIScheduler.schedule(options:_:) + 68 (UIScheduler.swift:37)
24  Combine                       	0x00000001a39b4450 Publishers.ReceiveOn.Inner.receive(_:) + 620 (ReceiveOn.swift:160)
25  Combine                       	0x00000001a39b41d8 protocol witness for Subscriber.receive(_:) in conformance Publishers.ReceiveOn.Inner + 24 (:0)
26  Combine                       	0x00000001a39bc510 PassthroughSubject.Conduit.offer(_:) + 748 (PassthroughSubject.swift:153)
27  Combine                       	0x00000001a39bbe24 partial apply for closure #1 in PassthroughSubject.send(_:) + 68 (:0)
28  Combine                       	0x00000001a39bbdb4 ConduitList.forEach(_:) + 284 (Conduit.swift:77)
29  Combine                       	0x00000001a39bbc44 PassthroughSubject.send(_:) + 252 (PassthroughSubject.swift:88)
30  something                         	0x0000000101118194 thunk for @escaping @callee_guaranteed (@in_guaranteed Int) -> () + 8 (:0)
31  something                         	0x0000000101118194 LivestreamVideoWatchViewModel.livestreamVideoId.didset + 120 (LivestreamVideoWatchViewModel.swift:92)
32  something                         	0x00000001014938dc LivestreamVideoWatchViewModel.livestreamVideoId.setter + 4 (/:0)
33  something                         	0x00000001014938dc LivestreamVideoWatchViewModel.viewLoad(livestreamVideoId:scheduleID:voucherCode:) + 4 (LivestreamVideoWatchViewModel.swift:205)
34  something                         	0x00000001014938dc LivestreamVideoWatchViewController.viewDidLoad() + 932 (LivestreamVideoWatchViewController.swift:203)
35  something                         	0x0000000101495678 @objc LivestreamVideoWatchViewController.viewDidLoad() + 24 (/:0)
36  UIKitCore                     	0x000000019cea9228 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 84 (UIViewController.m:3091)
37  UIKitCore                     	0x000000019cea7db0 -[UIViewController loadViewIfRequired] + 936 (UIViewController.m:4871)
38  UIKitCore                     	0x000000019cea79e8 -[UIViewController view] + 24 (UIViewController.m:4893)
39  UIKitCore                     	0x000000019d8b3520 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72 (_UIFullscreenPresentationController.m:326)
40  UIKitCore                     	0x000000019d089fa0 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 120 (UIPresentationController.m:327)
41  UIKitCore                     	0x000000019d385010 -[_UIPresentationControllerNullVisualStyleProvider presentationControllerForPresentedViewController:inIdiom:] + 72 (_UIPresentationControllerVisualStyle.m:140)
42  UIKitCore                     	0x000000019d384f2c -[_UIPresentationControllerDefaultVisualStyleProvider presentationControllerForPresentedViewController:inIdiom:] + 96 (_UIPresentationControllerVisualStyle.m:295)
43  UIKitCore                     	0x000000019d383fc8 -[UIViewController _presentViewController:withAnimationController:completion:] + 1656 (UIViewController.m:9512)
44  UIKitCore                     	0x000000019d3861dc __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 88 (UIViewController.m:10117)
45  UIKitCore                     	0x000000019d380578 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 532 (UIViewController.m:10393)
46  UIKitCore                     	0x000000019d3801e4 -[UIViewController _presentViewController:animated:completion:] + 324 (UIViewController.m:10131)
47  UIKitCore                     	0x000000019d37fff0 -[UIViewController presentViewController:animated:completion:] + 164 (UIViewController.m:10328)
48  UIKit                         	0x00000002537ecd18 -[UIViewControllerAccessibility presentViewController:animated:completion:] + 488
49  something                         	0x00000001014ff8a4 SomethingPageSheetSegue.perform() + 268 (SomethingPageSheetSegue.swift:21)
50  something                         	0x00000001014ff8f0 @objc SomethingPageSheetSegue.perform() + 24 (/:0)
51  something                         	0x000000010121e2a4 specialized LivestreamOpener.openLivestreamWithSource(_:livestreamId:scheduleId:origin:fullscreenWhenOpened:) + 448 (LivestreamOpener.swift:103)
52  something                         	0x000000010121df0c LivestreamOpener.openLivestreamWithSource(_:livestreamId:scheduleId:origin:fullscreenWhenOpened:) + 28 (/:0)
53  something                         	0x000000010121df0c LivestreamOpener.execute(id:scheduleId:origin:fullscreenWhenOpened:) + 804
54  something                         	0x00000001013f08b8 makeLivestreamOpener(source:param:) + 164 (LivestreamWatchDeeplinkHandler.swift:104)
55  something                         	0x00000001013f0f54 LivestreamWatchDeeplinkHandler.openForInternalSource(source:) + 80 (LivestreamWatchDeeplinkHandler.swift:52)
56  something                         	0x00000001013f0f54 LivestreamWatchDeeplinkHandler.open(source:) + 80 (LivestreamWatchDeeplinkHandler.swift:44)
57  something                         	0x00000001013f0f54 protocol witness for DeeplinkHandler.open(source:) in conformance LivestreamWatchDeeplinkHandler + 252 (/:42)
58  something                         	0x0000000101289068 URLRouteHandler.handleDeeplinkURL(deeplink:) + 96 (URLRouteHandler.swift:63)
59  something                         	0x0000000101289068 URLRouteHandler.routeDeeplink(withURL:referrer:type:message:) + 180 (URLRouteHandler.swift:57)
60  something                         	0x000000010128925d closure #1 in URLRouteHandler.routeDeeplink(withURL:referrer:type:message:) + 1 (URLRouteHandler.swift:78)
61  something                         	0x0000000100eb2071 partial apply for closure #1 in AppNavigation.dismissAndMakeTabBarRootView(completion:) + 1
62  something                         	0x00000001012b4471 $sxIeAgHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_ + 1 (/:0)
63  something                         	0x0000000100eb1f49 closure #1 in AppNavigation.dismissAndMakeTabBarRootView(completion:)partial apply + 1 (/:0)
64  libswift_Concurrency.dylib    	0x00000001a5d7de19 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1 (Task.cpp:497)

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

Thread 2:
0   libsystem_kernel.dylib        	0x00000001ea51c728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001ea51fe38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001ea51fd50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001ea51fb9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000019a6d97cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x000000019a6d8e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x000000019a6d85b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   Foundation                    	0x000000019936f000 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x000000019936ee50 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x000000019d241714 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1241)
10  Foundation                    	0x0000000199380158 __NSThread__start__ + 724 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 3:
0   libsystem_kernel.dylib        	0x00000001ea522030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000221a4aa50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001aac22618 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, ... + 260
4   SomethingKmm                      	0x00000001059b337c void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, void ... + 112
5   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 4:
0   libsystem_kernel.dylib        	0x00000001ea522030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000221a4aa50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001aac22584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:30)
3   SomethingKmm                      	0x00000001059ada44 std::__1::invoke_result::type kotlin::S... + 112
4   SomethingKmm                      	0x00000001059adb24 void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, kotli... + 104
5   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 5:
0   CFNetwork                     	0x000000019bc2a78c NWIOConnection::setIsIdle(bool) + 0 (NWIOConnection.cpp:326)
1   CFNetwork                     	0x000000019bbbf84c invocation function for block in HTTP2Connection::didCloseStream(std::__1::shared_ptr, bool) + 648 (HTTP2Connection.cpp:627)
2   libdispatch.dylib             	0x00000001a2380370 _dispatch_call_block_and_release + 32 (init.c:1549)
3   libdispatch.dylib             	0x00000001a23820d0 _dispatch_client_callout + 20 (object.m:576)
4   libdispatch.dylib             	0x00000001a23896d8 _dispatch_lane_serial_drain + 744 (queue.c:3934)
5   libdispatch.dylib             	0x00000001a238a214 _dispatch_lane_invoke + 432 (queue.c:4025)
6   libdispatch.dylib             	0x00000001a238b670 _dispatch_workloop_invoke + 1732 (queue.c:4704)
7   libdispatch.dylib             	0x00000001a2395258 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:7193)
8   libdispatch.dylib             	0x00000001a2394aa4 _dispatch_workloop_worker_thread + 540 (queue.c:6787)
9   libsystem_pthread.dylib       	0x0000000221a4bc7c _pthread_wqthread + 288 (pthread.c:2696)
10  libsystem_pthread.dylib       	0x0000000221a48488 start_wqthread + 8 (:-1)

Thread 6:
0   libsystem_kernel.dylib        	0x00000001ea520cc0 write + 8 (:-1)
1   something                         	0x000000010182d088 FIRCLSSDKFileLog + 316
2   something                         	0x000000010182ec64 FIRCLSMachExceptionServer + 968
3   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
4   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 7:
0   libsystem_kernel.dylib        	0x00000001ea522030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000221a4aa50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   SomethingKmm                      	0x00000001059bd8c4 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, unsigned long long, unsigned long long*) + 176
3   SomethingKmm                      	0x00000001059bcb08 Worker::processQueueElement(bool) + 808
4   SomethingKmm                      	0x00000001059bc73c (anonymous namespace)::workerRoutine(void*) + 104
5   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
6   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 8:
0   libsystem_kernel.dylib        	0x00000001ea51c728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001ea51fe38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001ea51fd50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001ea51fb9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000019a6d97cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x000000019a6d8e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x000000019a6d85b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   CoreFoundation                	0x000000019a744850 CFRunLoopRun + 64 (CFRunLoop.c:3440)
8   SomethingKmm                      	0x00000001059b2da8 kotlin::gc::FinalizerProcessor, kotlin::alloc::FinalizerQueueTraits>::ProcessingLoopWithCFImpl::body() + 64
9   SomethingKmm                      	0x00000001059b0c90 std::__1::invoke_result, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>::t... + 124
10  SomethingKmm                      	0x00000001059b0d24 void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, kotli... + 104
11  libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
12  libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 9:
0   libsystem_kernel.dylib        	0x00000001ea522030 __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000221a4aa50 _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   JavaScriptCore                	0x00000001b238bfe8 scavenger_thread_main + 1316 (pas_scavenger.c:359)
3   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
4   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 10:
0   libsystem_kernel.dylib        	0x00000001ea51c728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001ea51fe38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001ea51fd50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001ea51fb9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000019a6d97cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x000000019a6d8e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x000000019a6d85b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   CFNetwork                     	0x000000019bc50f44 +[__CFN_CoreSchedulingSetRunnable _run:] + 416 (CoreSchedulingSet.mm:1473)
8   Foundation                    	0x0000000199380158 __NSThread__start__ + 724 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
10  libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 11:
0   libsystem_kernel.dylib        	0x00000001ea51c728 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001ea51fe38 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001ea51fd50 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001ea51fb9c mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000019a6d97cc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2617)
5   CoreFoundation                	0x000000019a6d8e78 __CFRunLoopRun + 1212 (CFRunLoop.c:3001)
6   CoreFoundation                	0x000000019a6d85b8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3414)
7   Foundation                    	0x000000019936f000 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   GoogleCast                    	0x000000010386292c 0x1037ac000 + 747820
9   Foundation                    	0x0000000199380158 __NSThread__start__ + 724 (NSThread.m:991)
10  libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
11  libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 12:
0   libsystem_kernel.dylib        	0x00000001ea5242d4 __select + 8 (:-1)
1   CoreFoundation                	0x000000019a7424c0 __CFSocketManager + 704 (CFSocket.c:1341)
2   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
3   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 13:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

Thread 14:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

Thread 15:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

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

Thread 17 Crashed:
0   libobjc.A.dylib               	0x00000001979f6870 objc_release_x8 + 16
1   Foundation                    	0x00000001992d10fc NSKeyValueWillChangeWithPerThreadPendingNotifications + 640 (NSKeyValueObserving.m:1209)
2   Foundation                    	0x00000001994a4f90 NSKVOForwardInvocation + 148 (NSKeyValueObserverNotifying.m:574)
3   CoreFoundation                	0x000000019a6a6634 ___forwarding___ + 964 (NSForwarding.m:3654)
4   CoreFoundation                	0x000000019a6a61b0 _CF_forwarding_prep_0 + 96
5   AVKit                         	0x00000001c73b7ac4 __64-[AVPlayerController _observeValueForKeyPath:oldValue:newValue:]_block_invoke + 88 (AVPlayerController.m:1118)
6   libdispatch.dylib             	0x00000001a2380370 _dispatch_call_block_and_release + 32 (init.c:1549)
7   libdispatch.dylib             	0x00000001a23820d0 _dispatch_client_callout + 20 (object.m:576)
8   libdispatch.dylib             	0x00000001a23896d8 _dispatch_lane_serial_drain + 744 (queue.c:3934)
9   libdispatch.dylib             	0x00000001a238a1e0 _dispatch_lane_invoke + 380 (queue.c:4025)
10  libdispatch.dylib             	0x00000001a2395258 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:7193)
11  libdispatch.dylib             	0x00000001a2394aa4 _dispatch_workloop_worker_thread + 540 (queue.c:6787)
12  libsystem_pthread.dylib       	0x0000000221a4bc7c _pthread_wqthread + 288 (pthread.c:2696)
13  libsystem_pthread.dylib       	0x0000000221a48488 start_wqthread + 8 (:-1)

Thread 18:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

Thread 19:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

Thread 20:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

Thread 21:
0   libsystem_pthread.dylib       	0x0000000221a48480 start_wqthread + 0 (:-1)

Thread 22:
0   libsystem_kernel.dylib        	0x00000001ea51c6bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x00000001a23826e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x00000001a2382ce8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x00000001a2393b60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 23:
0   libsystem_kernel.dylib        	0x00000001ea51c6bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x00000001a23826e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x00000001a2382ce8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x00000001a2393b60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 24:
0   libsystem_kernel.dylib        	0x00000001ea51c6bc semaphore_timedwait_trap + 8 (:-1)
1   libdispatch.dylib             	0x00000001a23826e8 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib             	0x00000001a2382ce8 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib             	0x00000001a2393b60 _dispatch_worker_thread + 324 (queue.c:7509)
4   libsystem_pthread.dylib       	0x0000000221a4d37c _pthread_start + 136 (pthread.c:931)
5   libsystem_pthread.dylib       	0x0000000221a48494 thread_start + 8 (:-1)

Thread 17 crashed with ARM Thread State (64-bit):
    x0: 0x000000030195a700   x1: 0x0000000000000000   x2: 0x000000071626a700   x3: 0x0000000303b31260
    x4: 0x0000000000000010   x5: 0x00000000cfe47ffb   x6: 0x00000003012f5f80   x7: 0x0000000000000960
    x8: 0x000000030195a700   x9: 0x0000000000000033  x10: 0x0000000000000154  x11: 0x0000000000001230
   x12: 0x00000000000007fb  x13: 0x00000000000007fd  x14: 0x00000000d0247862  x15: 0x00000000d00477fb
   x16: 0x000057b71626a700  x17: 0x0000000000000062  x18: 0x0000000000000000  x19: 0x00000003031c4440
   x20: 0x0000000000000000  x21: 0x000000016f29e4b0  x22: 0x0000000000000004  x23: 0x0000000000000000
   x24: 0x000000011942ad00  x25: 0x0000000000000000  x26: 0x0000000203111290  x27: 0x0000000000000000
   x28: 0x000000000000001c   fp: 0x000000016f29e560   lr: 0x00000001992d10fc
    sp: 0x000000016f29e3f0   pc: 0x00000001979f6870        cpsr: 0x0
   esr: 0x92000006 (Data Abort) byte read Translation fault


Binary Images:
        0x100ea4000 -         0x101fdffff something arm64  <44daa351e29a30789b249ba67a5dc032> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/something
        0x10265c000 -         0x102663fff NotificationDependencies arm64  <169e80ec56bd33d4bf05483e51365d7a> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/NotificationDependencies.framework/NotificationDependencies
        0x1026f8000 -         0x102707fff BindingCombine arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/BindingCombine.framework/BindingCombine
        0x102720000 -         0x103027fff SharedDependencies arm64  <0ff44ac3e4873445b4eadfc31cb1135b> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/SharedDependencies.framework/SharedDependencies
        0x103510000 -         0x10359ffff Subscription arm64  <08754a04b59a30c0be9f83066213e9d8> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Subscription.framework/Subscription
        0x1035f0000 -         0x1035fbfff SomethingHTTPClientInterop arm64  <9a592a3ff5203a9e82d29f8d4ca722f7> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/SomethingHTTPClientInterop.framework/SomethingHTTPClientInterop
        0x103610000 -         0x10362bfff WidgetEngine arm64  <866c49e7e49a38d0a1614dfd73ebaef9> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/WidgetEngine.framework/WidgetEngine
        0x103644000 -         0x1036bbfff RxCocoa arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/RxCocoa.framework/RxCocoa
        0x10371c000 -         0x103727fff DataStore_171A8F8EE36AD090_PackageProduct arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/DataStore_171A8F8EE36AD090_PackageProduct.framework/DataStore_171A8F8EE36AD090_PackageProduct
        0x10373c000 -         0x10377ffff UserInfo arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/UserInfo.framework/UserInfo
        0x1037ac000 -         0x1039a3fff GoogleCast arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/GoogleCast.framework/GoogleCast
        0x103da4000 -         0x103e07fff VidiKit arm64  <563a4b47f23d32099567f373e76d28e0> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/VidiKit.framework/VidiKit
        0x103e44000 -         0x103e7bfff WebSocket arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/WebSocket.framework/WebSocket
        0x103ea8000 -         0x103ec3fff Player arm64  <95b251a5e64f3dd38f9cdd6f27695838> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Player.framework/Player
        0x103ee0000 -         0x103ee7fff RxRelay arm64  <0de5230629633c3db4194c7b3a1e95e6> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/RxRelay.framework/RxRelay
        0x103ef4000 -         0x103f5bfff Engagement arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Engagement.framework/Engagement
        0x103f9c000 -         0x10403bfff Content arm64  <426c6c26e5bb3014be8683f7e0c7c793> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Content.framework/Content
        0x104094000 -         0x1040b3fff Common arm64  <379fa2f3eec63228a0a6ada53fd1b637> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Common.framework/Common
        0x1040d0000 -         0x1040fbfff MuxCore arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MuxCore.framework/MuxCore
        0x104138000 -         0x10414bfff MUXSDKStats arm64  <372a65d569923ce3baafa62efefe929b> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MUXSDKStats.framework/MUXSDKStats
        0x104164000 -         0x10417ffff OMSDK_Something arm64  <646bb4f95bfa3702b8201bab73f5bbba> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/OMSDK_Something.framework/OMSDK_Something
        0x1041a8000 -         0x10428ffff GoogleInteractiveMediaAds arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds
        0x104398000 -         0x10455bfff Lottie arm64  <4c5219a480bf3b5fa4f4c38d50491047> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Lottie.framework/Lottie
        0x104608000 -         0x104737fff FBSDKCoreKit arm64  <77bd4cf2fc0f34fbbccaba4a14d98d5c> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
        0x104948000 -         0x104983fff FBAEMKit arm64  <52f53543e0243b70994b9f5600477814> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/FBAEMKit.framework/FBAEMKit
        0x1049e0000 -         0x1049effff FBSDKCoreKit_Basics arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics
        0x104a08000 -         0x104a5bfff FBSDKLoginKit arm64  <0116b0c10c9c360ab3444365bd49ad77> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
        0x104af4000 -         0x104bd7fff MoEngageCore arm64  <5eae6c5eea643af2b5d3397b5e4d3f01> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageCore.framework/MoEngageCore
        0x104c48000 -         0x104c4ffff MoEngageSDK arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageSDK.framework/MoEngageSDK
        0x104c60000 -         0x104cc3fff MoEngageAnalytics arm64  <20063f92ce5337c29da77bbacb8e728e> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageAnalytics.framework/MoEngageAnalytics
        0x104cf4000 -         0x104d23fff MoEngageMessaging arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageMessaging.framework/MoEngageMessaging
        0x104d44000 -         0x104d57fff MoEngageObjCUtils arm64  <7b9e19550d6d3d67bdc4a6632cf1337c> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageObjCUtils.framework/MoEngageObjCUtils
        0x104d6c000 -         0x104d8bfff MoEngageSecurity arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageSecurity.framework/MoEngageSecurity
        0x104da8000 -         0x104e57fff MoEngageInApps arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageInApps.framework/MoEngageInApps
        0x104ed4000 -         0x104f07fff MoEngageTriggerEvaluator arm64  <6f1a179434963baa8be0e032be445797> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageTriggerEvaluator.framework/MoEngageTriggerEvaluator
        0x104f24000 -         0x104f4ffff MoEngageRealTimeTrigger arm64  <9ac73d9fcbf23c2e9e918915ca5231dc> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageRealTimeTrigger.framework/MoEngageRealTimeTrigger
        0x104f6c000 -         0x104f73fff MoEngageRichNotification_-4B0523C5FDF09378_PackageProduct arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageRichNotification_-4B0523C5FDF09378_PackageProduct.framework/MoEngageRichNotification_-4B0523C5FDF09378_PackageProduct
        0x104f80000 -         0x104f9ffff MoEngageRichNotification arm64  <9428ceff4991355599c59e0d8f392ac6> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageRichNotification.framework/MoEngageRichNotification
        0x104fbc000 -         0x104ff3fff MoEngageInbox arm64  <063930184d45383e815109dc7548045b> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/MoEngageInbox.framework/MoEngageInbox
        0x105018000 -         0x105033fff PlentyCore arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/PlentyCore.framework/PlentyCore
        0x10504c000 -         0x10510ffff RxSwift arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/RxSwift.framework/RxSwift
        0x105170000 -         0x10518bfff SomethingHTTPClient arm64  <816d70ce13cd3f89a35689fde0cb9b27> /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/SomethingHTTPClient.framework/SomethingHTTPClient
        0x1051a4000 -         0x105b57fff SomethingKmm arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/SomethingKmm.framework/SomethingKmm
        0x1066c8000 -         0x1066dffff Whisper arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/Whisper.framework/Whisper
        0x1066f4000 -         0x106763fff gelatik2 arm64   /private/var/containers/Bundle/Application/F3EBECE2-0A4A-44C8-9D82-BD8D7539C4F8/something.app/Frameworks/gelatik2.framework/gelatik2
        0x107510000 -         0x10751bfff libobjc-trampolines.dylib arm64e   /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
        0x127314000 -         0x127317fff iCloudDriveFileProviderOverride arm64e   /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/iCloudDriveFileProviderOverride
        0x127340000 -         0x127347fff FileProviderOverride arm64e  <39396754b75931aab410d42869570a7f> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/FileProviderOverride
        0x1979f4000 -         0x197a44d5f libobjc.A.dylib arm64e  <1a127d4447a33947bc4d9a51c4c4e157> /usr/lib/libobjc.A.dylib
        0x1992b8000 -         0x199fd6fff Foundation arm64e  <6d058a2d05cf3a298bebb1030ae97282> /System/Library/Frameworks/Foundation.framework/Foundation
        0x19a685000 -         0x19abcafff CoreFoundation arm64e  <4250d45c51a93ac58c3d69de936fad46> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x19bb53000 -         0x19bf15fff CFNetwork arm64e  <7d799a941e3c3a4fb1a0d9414e8eaca5> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
        0x19ce50000 -         0x19ed10fff UIKitCore arm64e  <187c890e8e4c32f2a97efa905a55f094> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x1a237e000 -         0x1a23c3fff libdispatch.dylib arm64e   /usr/lib/system/libdispatch.dylib
        0x1a23c4000 -         0x1a2443ff3 libsystem_c.dylib arm64e  <1ad666a001a831c188b9808915fb97b4> /usr/lib/system/libsystem_c.dylib
        0x1a39aa000 -         0x1a3ad6fff Combine arm64e   /System/Library/Frameworks/Combine.framework/Combine
        0x1a5d14000 -         0x1a5d96fff libswift_Concurrency.dylib arm64e  <866e640d33b7308a93cbf5ed6e9f1e44> /usr/lib/swift/libswift_Concurrency.dylib
        0x1aac01000 -         0x1aac8effb libc++.1.dylib arm64e  <215023921cec3a578b4843bd79bc264b> /usr/lib/libc++.1.dylib
        0x1afcd1000 -         0x1b0d18fff WebKit arm64e   /System/Library/Frameworks/WebKit.framework/WebKit
        0x1b0de8000 -         0x1b2569f7f JavaScriptCore arm64e   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
        0x1c3e9d000 -         0x1c3ec6ff3 libdyld.dylib arm64e   /usr/lib/system/libdyld.dylib
        0x1c7385000 -         0x1c7576fff AVKit arm64e   /System/Library/Frameworks/AVKit.framework/AVKit
        0x1ea51b000 -         0x1ea554ffb libsystem_kernel.dylib arm64e  <8d929b3bd4d639bfadbbbe59e928b332> /usr/lib/system/libsystem_kernel.dylib
        0x221998000 -         0x22199ffe3 libsystem_platform.dylib arm64e   /usr/lib/system/libsystem_platform.dylib
        0x221a47000 -         0x221a53ff3 libsystem_pthread.dylib arm64e   /usr/lib/system/libsystem_pthread.dylib
        0x253691000 -         0x253873fff UIKit arm64e   /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit

EOF
</a>

I have the same problem, and I have no idea yet.

Hi everyone,

Exact same issue here, with the exact same stacktrace in the com.apple.avkit.seekQueue

The crash is also reported by iOS18.1 users

Sadly, we haven't been able to build a minimalistic project that shows the issue.

Happy hacking, Iban

same problem

same here

我遇到了完全相同的问题,也是发生在开启pip,打开另一个节目的过程中。在创建新的AVPictureInPictureController对象之前,我会先resetpip。 这里会把旧的AVPictureInPictureController strong对象pipvc设置为nil,删除掉这句代码发现就好了。

主要思路应该就是避免崩溃这个时机触发到AVPictureInPictureController dealloc

Thank you for the suggestion @SepCode, we implemented a fix that retains and reuses the AVPictureInPictureController for subsequent Picture in Picture sessions. The crash has now disappeared.

It would nice for Apple to update the PiP documentation about this, because it is very light and is missing lots of important things like this.

This crash is happening for me also, but in the dealloc I am not even assigning nil to AVPictureInPictureController object.

Crash in iOS 18 regarding [AVPlayerController _observeValueForKeyPath:oldValue:newValue:]
 
 
Q