[GH-ISSUE #608] [Bug]: Netflix crashes after start on 2.0.0/2.0.1 #286

Closed
opened 2026-03-03 18:56:29 +03:00 by kerem · 5 comments
Owner

Originally created by @stek29 on GitHub (Dec 21, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/608

Describe the bug

Netflix crashes just after start

Crash logs seem to be inconsistent and seem to be suggesting of memory corruption issues

Steps to reproduce

  1. Install Netflix
  2. Launch it

Expected behaviour

Netflix starts and does not crash

Crash log

2022-12-21 03:15:22.937 Argo[7428:18924131] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSCFString substringToIndex:]: Index 9223372036854775807 out of bounds; string length 61'
*** First throw call stack:
(
	0   CoreFoundation                      0x0000000192bb9148 __exceptionPreprocess + 240
	1   libobjc.A.dylib                     0x0000000192903e04 objc_exception_throw + 60
	2   Foundation                          0x00000001939e8940 -[NSString capitalizedString] + 0
	3   Argo                                0x00000001025c8c64 Argo + 838756
	4   Argo                                0x00000001025c9028 Argo + 839720
	5   Argo                                0x00000001028570b0 Argo + 3518640
	6   Argo                                0x0000000102856fdc Argo + 3518428
	7   Argo                                0x0000000102856df8 Argo + 3517944
	8   Nbp                                 0x000000010608f4a0 -[NfNrdController _startNrdWithHandler:forEnvironment:configuration:] + 124
	9   libdispatch.dylib                   0x00000001928a65f0 _dispatch_call_block_and_release + 32
	10  libdispatch.dylib                   0x00000001928a81b4 _dispatch_client_callout + 20
	11  libdispatch.dylib                   0x00000001928b9a04 _dispatch_root_queue_drain + 680
	12  libdispatch.dylib                   0x00000001928ba104 _dispatch_worker_thread2 + 164
	13  libsystem_pthread.dylib             0x0000000192a68324 _pthread_wqthread + 228
	14  libsystem_pthread.dylib             0x0000000192a67080 start_wqthread + 8
)
libc++abi: terminating with uncaught exception of type NSException
2022-12-21 03:15:22.938 Argo[7428:18924170] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[4]'
*** First throw call stack:
(
	0   CoreFoundation                      0x0000000192bb9148 __exceptionPreprocess + 240
	1   libobjc.A.dylib                     0x0000000192903e04 objc_exception_throw + 60
	2   CoreFoundation                      0x0000000192c8b16c -[__NSCFString characterAtIndex:].cold.1 + 0
	3   CoreFoundation                      0x0000000192c97db0 -[__NSPlaceholderDictionary initWithCapacity:].cold.1 + 0
	4   CoreFoundation                      0x0000000192abfd78 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 320
	5   CoreFoundation                      0x0000000192abfc0c +[NSDictionary dictionaryWithObjects:forKeys:count:] + 60
	6   Nbp                                 0x000000010614a054 -[FpsAppCertWrapper retrieveFpsAppDataFromServerForPlaybackId:andHandler:] + 492
	7   Nbp                                 0x000000010614a9c8 -[FpsAppCertWrapper retrieveFpsAppCertForPlaybackId:andHandler:] + 208
	8   Nbp                                 0x0000000106185f0c -[SecureInvalidationQueue _retrieveAppCert:] + 280
	9   Nbp                                 0x0000000106185dc0 -[SecureInvalidationQueue _processDeactivateForSecureInvalidationRequest:] + 244
	10  Nbp                                 0x0000000106184a9c -[SecureInvalidationQueue _processQueuedDeactivates] + 444
	11  Nbp                                 0x00000001061864dc __47-[SecureInvalidationQueue enqueueDeactivateAll]_block_invoke + 208
	12  libdispatch.dylib                   0x00000001928a65f0 _dispatch_call_block_and_release + 32
	13  libdispatch.dylib                   0x00000001928a81b4 _dispatch_client_callout + 20
	14  libdispatch.dylib                   0x00000001928af8a8 _dispatch_lane_serial_drain + 668
	15  libdispatch.dylib                   0x00000001928b0404 _dispatch_lane_invoke + 392
	16  libdispatch.dylib                   0x00000001928bac98 _dispatch_workloop_worker_thread + 648
	17  libsystem_pthread.dylib             0x0000000192a68360 _pthread_wqthread + 288
	18  libsystem_pthread.dylib             0x0000000192a67080 start_wqthread + 8
)

What version of PlayCover are you using?

2.0.1

What version of macOS are you using?

Monterey (macOS 12)

Issue Language

  • Yes my issue is written in English
Originally created by @stek29 on GitHub (Dec 21, 2022). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/608 ### Describe the bug Netflix crashes just after start Crash logs seem to be inconsistent and seem to be suggesting of memory corruption issues ### Steps to reproduce 1) Install Netflix 2) Launch it ### Expected behaviour Netflix starts and does not crash ### Crash log ```shell 2022-12-21 03:15:22.937 Argo[7428:18924131] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSCFString substringToIndex:]: Index 9223372036854775807 out of bounds; string length 61' *** First throw call stack: ( 0 CoreFoundation 0x0000000192bb9148 __exceptionPreprocess + 240 1 libobjc.A.dylib 0x0000000192903e04 objc_exception_throw + 60 2 Foundation 0x00000001939e8940 -[NSString capitalizedString] + 0 3 Argo 0x00000001025c8c64 Argo + 838756 4 Argo 0x00000001025c9028 Argo + 839720 5 Argo 0x00000001028570b0 Argo + 3518640 6 Argo 0x0000000102856fdc Argo + 3518428 7 Argo 0x0000000102856df8 Argo + 3517944 8 Nbp 0x000000010608f4a0 -[NfNrdController _startNrdWithHandler:forEnvironment:configuration:] + 124 9 libdispatch.dylib 0x00000001928a65f0 _dispatch_call_block_and_release + 32 10 libdispatch.dylib 0x00000001928a81b4 _dispatch_client_callout + 20 11 libdispatch.dylib 0x00000001928b9a04 _dispatch_root_queue_drain + 680 12 libdispatch.dylib 0x00000001928ba104 _dispatch_worker_thread2 + 164 13 libsystem_pthread.dylib 0x0000000192a68324 _pthread_wqthread + 228 14 libsystem_pthread.dylib 0x0000000192a67080 start_wqthread + 8 ) libc++abi: terminating with uncaught exception of type NSException 2022-12-21 03:15:22.938 Argo[7428:18924170] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[4]' *** First throw call stack: ( 0 CoreFoundation 0x0000000192bb9148 __exceptionPreprocess + 240 1 libobjc.A.dylib 0x0000000192903e04 objc_exception_throw + 60 2 CoreFoundation 0x0000000192c8b16c -[__NSCFString characterAtIndex:].cold.1 + 0 3 CoreFoundation 0x0000000192c97db0 -[__NSPlaceholderDictionary initWithCapacity:].cold.1 + 0 4 CoreFoundation 0x0000000192abfd78 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 320 5 CoreFoundation 0x0000000192abfc0c +[NSDictionary dictionaryWithObjects:forKeys:count:] + 60 6 Nbp 0x000000010614a054 -[FpsAppCertWrapper retrieveFpsAppDataFromServerForPlaybackId:andHandler:] + 492 7 Nbp 0x000000010614a9c8 -[FpsAppCertWrapper retrieveFpsAppCertForPlaybackId:andHandler:] + 208 8 Nbp 0x0000000106185f0c -[SecureInvalidationQueue _retrieveAppCert:] + 280 9 Nbp 0x0000000106185dc0 -[SecureInvalidationQueue _processDeactivateForSecureInvalidationRequest:] + 244 10 Nbp 0x0000000106184a9c -[SecureInvalidationQueue _processQueuedDeactivates] + 444 11 Nbp 0x00000001061864dc __47-[SecureInvalidationQueue enqueueDeactivateAll]_block_invoke + 208 12 libdispatch.dylib 0x00000001928a65f0 _dispatch_call_block_and_release + 32 13 libdispatch.dylib 0x00000001928a81b4 _dispatch_client_callout + 20 14 libdispatch.dylib 0x00000001928af8a8 _dispatch_lane_serial_drain + 668 15 libdispatch.dylib 0x00000001928b0404 _dispatch_lane_invoke + 392 16 libdispatch.dylib 0x00000001928bac98 _dispatch_workloop_worker_thread + 648 17 libsystem_pthread.dylib 0x0000000192a68360 _pthread_wqthread + 288 18 libsystem_pthread.dylib 0x0000000192a67080 start_wqthread + 8 ) ``` ### What version of PlayCover are you using? 2.0.1 ### What version of macOS are you using? Monterey (macOS 12) ### Issue Language - [X] Yes my issue is written in English
kerem 2026-03-03 18:56:29 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@stek29 commented on GitHub (Dec 21, 2022):

Downgrading to 1.1.1 fixes the issue
Removing injected PlayTools does not fix the issue

<!-- gh-comment-id:1360555677 --> @stek29 commented on GitHub (Dec 21, 2022): Downgrading to 1.1.1 fixes the issue Removing injected PlayTools does not fix the issue
Author
Owner

@singhalrishi27 commented on GitHub (Dec 21, 2022):

same here -------------------------------------
Translated Report (Full Report Below)

Process: Argo [1801]
Path: /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Argo
Identifier: com.netflix.Netflix
Version: 15.12.0 (8)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2022-12-21 08:19:17.7789 +0530
OS Version: macOS 13.1 (22C65)
Report Version: 12
Anonymous UUID: 194A8DCD-F935-94C9-54AB-AECEC4898E0F

Time Awake Since Boot: 1500 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000019cbc2ab4

Application Specific Backtrace 0:
0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176
1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60
2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0
3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0
4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252
5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40
6 Argo 0x0000000100f7e498 Argo + 533656
7 Argo 0x0000000100f7e9f4 Argo + 535028
8 Argo 0x00000001010e6c74 Argo + 2010228
9 Argo 0x0000000100f7da14 Argo + 530964
10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544
11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668
12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176
13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316
14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620
15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544
16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668
17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316
18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92
19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668
20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176
21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316
22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292
23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760
24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116
25 Argo 0x000000010138192c Argo + 4741420
26 Argo 0x0000000101a087c8 Argo + 11585480
27 Argo 0x0000000101a03870 Argo + 11565168
28 Argo 0x0000000101a04774 Argo + 11569012
29 Argo 0x0000000101a0439c Argo + 11568028
30 Argo 0x0000000101a0446c Argo + 11568236
31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80
32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000
33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24
34 Argo 0x00000001013e2c58 Argo + 5139544
35 Argo 0x00000001013da7e0 Argo + 5105632
36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80
37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000
38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24
39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72
40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156
41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520
42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92
43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392
44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188
45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164
46 Argo 0x0000000101032ea0 Argo + 1273504
47 Argo 0x0000000101031424 Argo + 1266724
48 Argo 0x0000000100fb6ff4 Argo + 765940
49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48
50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96
51 Foundation 0x000000019a54a08c NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 16
52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172
53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32
54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20
55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928
56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44
57 CoreFoundation 0x00000001996a1d50 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036
59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612
60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292
61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672
62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72
63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632
64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728
65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464
66 AppKit 0x000000019c8aae28 NSApplicationMain + 880
67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0
68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988
69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148
70 Argo 0x00000001014304b8 Argo + 5457080
71 dyld 0x0000000199257e50 start + 2544
Application Specific Backtrace 1:
0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176
1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60
2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0
3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0
4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252
5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40
6 Argo 0x0000000100f7e498 Argo + 533656
7 Argo 0x0000000100f7e9f4 Argo + 535028
8 Argo 0x00000001010e6c74 Argo + 2010228
9 Argo 0x0000000100f7da14 Argo + 530964
10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544
11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668
12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176
13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316
14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620
15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544
16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668
17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316
18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92
19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668
20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176
21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316
22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292
23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760
24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116
25 Argo 0x000000010138192c Argo + 4741420
26 Argo 0x0000000101a087c8 Argo + 11585480
27 Argo 0x0000000101a03870 Argo + 11565168
28 Argo 0x0000000101a04774 Argo + 11569012
29 Argo 0x0000000101a0439c Argo + 11568028
30 Argo 0x0000000101a0446c Argo + 11568236
31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80
32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000
33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24
34 Argo 0x00000001013e2c58 Argo + 5139544
35 Argo 0x00000001013da7e0 Argo + 5105632
36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80
37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000
38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24
39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72
40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156
41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520
42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92
43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392
44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188
45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164
46 Argo 0x0000000101032ea0 Argo + 1273504
47 Argo 0x0000000101031424 Argo + 1266724
48 Argo 0x0000000100fb6ff4 Argo + 765940
49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48
50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96
51 Foundation 0x000000019a54a08c NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 16
52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172
53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32
54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20
55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928
56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44
57 CoreFoundation 0x00000001996a1d50 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036
59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612
60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292
61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672
62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72
63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632
64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728
65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464
66 AppKit 0x000000019c8aae28 NSApplicationMain + 880
67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0
68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988
69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148
70 Argo 0x00000001014304b8 Argo + 5457080
71 dyld 0x0000000199257e50 start + 2544

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 AppKit 0x19cbc2ab4 -[NSApplication _crashOnException:] + 240
1 AppKit 0x19cbc2aac -[NSApplication _crashOnException:] + 232
2 AppKit 0x19cbc2890 -[NSApplication reportException:] + 440
3 AppKit 0x19cc5cba4 NSApplicationUncaughtExceptionHandler + 152
4 Nbp 0x104a9fa94 bsg_ksnsexc_i_handleException + 100
5 CoreFoundation 0x199774a18 __handleUncaughtException + 692
6 libobjc.A.dylib 0x19922f758 _objc_terminate() + 132
7 Nbp 0x104a9f218 CPPExceptionTerminate() + 332
8 libc++abi.dylib 0x199539eb4 std::__terminate(void (*)()) + 20
9 libc++abi.dylib 0x199539e50 std::terminate() + 56
10 libdispatch.dylib 0x1993fa518 _dispatch_client_callout + 40
11 libdispatch.dylib 0x199408d1c _dispatch_main_queue_drain + 928
12 libdispatch.dylib 0x19940896c _dispatch_main_queue_callback_4CF + 44
13 CoreFoundation 0x1996a1d50 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
14 CoreFoundation 0x19965f7d0 __CFRunLoopRun + 2036
15 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612
16 HIToolbox 0x1a2d33fa0 RunCurrentEventLoopInMode + 292
17 HIToolbox 0x1a2d33de4 ReceiveNextEventCommon + 672
18 HIToolbox 0x1a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72
19 AppKit 0x19c8e0424 _DPSNextEvent + 632
20 AppKit 0x19c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728
21 AppKit 0x19c8d39e4 -[NSApplication run] + 464
22 AppKit 0x19c8aae28 NSApplicationMain + 880
23 AppKit 0x19cb04a44 _NSApplicationMainWithInfoDictionary + 24
24 UIKitMacHelper 0x1afb92ba8 UINSApplicationMain + 988
25 UIKitCore 0x1c3628934 UIApplicationMain + 148
26 Argo 0x1014304b8 0x100efc000 + 5457080
27 dyld 0x199257e50 start + 2544

Thread 1:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 2:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 3:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 4:: com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24
4 CoreFoundation 0x199660bc0 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x19965f4ac __CFRunLoopRun + 1232
6 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612
7 Foundation 0x19a567e58 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8 Foundation 0x19a5dc3b4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100
9 UIKitCore 0x1c3629e48 -[UIEventFetcher threadMain] + 104
10 Foundation 0x19a561470 NSThread__start + 716
11 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
12 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24
4 CoreFoundation 0x199660bc0 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x19965f4ac __CFRunLoopRun + 1232
6 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612
7 AppKit 0x19ca0a410 _NSEventThread + 172
8 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
9 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 6:: KSCrash Exception Handler (Secondary)
0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x19956f418 thread_suspend + 112
3 Nbp 0x104a9f61c ksmachexc_i_handleExceptions + 100
4 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
5 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 7:: KSCrash Exception Handler (Primary)
0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24
4 Nbp 0x104a9f650 ksmachexc_i_handleExceptions + 152
5 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
6 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 8:: com.bugsnag.app-hang-detector
0 libsystem_kernel.dylib 0x199541d04 semaphore_timedwait_trap + 8
1 libdispatch.dylib 0x1993fab1c _dispatch_sema4_timedwait + 64
2 libdispatch.dylib 0x1993fb11c _dispatch_semaphore_wait_slow + 76
3 Nbp 0x104a94af0 -[BSGAppHangDetector detectAppHangs] + 124
4 Nbp 0x104a94a68 DetectAppHangs + 12
5 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
6 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 9:: caulk.messenger.shared:17
0 libsystem_kernel.dylib 0x199541cec semaphore_wait_trap + 8
1 caulk 0x1a2a5acfc caulk::mach::semaphore::wait_or_error() + 28
2 caulk 0x1a2a3d634 caulk::concurrent::details::worker_thread::run() + 56
3 caulk 0x1a2a3d278 void* caulk::thread_proxy<std::__1::tuple<caulk:🧵:attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread* > >(void) + 96
4 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
5 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 10:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 11:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 12:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 13:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24
4 CoreFoundation 0x199660bc0 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x19965f4ac __CFRunLoopRun + 1232
6 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612
7 CFNetwork 0x19e058500 0x19de05000 + 2438400
8 Foundation 0x19a561470 NSThread__start + 716
9 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
10 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 14:: com.apple.coremedia.imagequeue.coreanimation.common
0 libsystem_kernel.dylib 0x199545564 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x199581638 _pthread_cond_wait + 1232
2 CoreMedia 0x1a2a86954 WaitOnCondition + 20
3 CoreMedia 0x1a2a70e10 FigSemaphoreWaitRelative + 164
4 MediaToolbox 0x1a6e5ed4c 0x1a6a9f000 + 3931468
5 CoreMedia 0x1a2a852a4 figThreadMain + 248
6 libsystem_pthread.dylib 0x19958106c _pthread_start + 148
7 libsystem_pthread.dylib 0x19957be2c thread_start + 8

Thread 15:
0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000012290a000 x1: 0x000000012290936b x2: 0xffffffffffffffea x3: 0x000000012290bb4a
x4: 0xffffffffffffd801 x5: 0x0000000000000020 x6: 0x000000012290a000 x7: 0x0000000000001b8a
x8: 0x00000001f249f000 x9: 0x0fcf22a9306800e2 x10: 0x0fcf22a9306800e2 x11: 0x00000000000000ff
x12: 0x00000000000000a3 x13: 0x00000001248c4420 x14: 0x01000001f49005b1 x15: 0x00000001f49005b0
x16: 0x00000001995aeed0 x17: 0x00000001f5871040 x18: 0x0000000000000000 x19: 0x0000600000b99170
x20: 0x00006000010cee00 x21: 0x0000000000000001 x22: 0x0000000000000000 x23: 0x00000001f57913a8
x24: 0x0000600000b45860 x25: 0x0000000199a0c9eb x26: 0x00000001f4e03560 x27: 0x00000001f3cf2000
x28: 0x0000000000000000 fp: 0x000000016ef01920 lr: 0xe97700019cbc2aac
sp: 0x000000016ef018f0 pc: 0x000000019cbc2ab4 cpsr: 0x60001000
far: 0x0000000122908000 esr: 0x56000080 Address size fault

Binary Images:
0x19c8a7000 - 0x19d7b1fff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x104818000 - 0x104d37fff com.netflix.ios.Nbp (15.12.0) /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Frameworks/Nbp.framework/Nbp
0x1995df000 - 0x199ab6fff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x19920c000 - 0x199251d9f libobjc.A.dylib () /usr/lib/libobjc.A.dylib
0x199529000 - 0x199540ffb libc++abi.dylib (
) <20a1d2a7-4c7c-36d4-ade6-c65d68317bca> /usr/lib/libc++abi.dylib
0x1993f6000 - 0x19943dfff libdispatch.dylib () <191028d2-0477-3ebc-9eef-a85acafc7193> /usr/lib/system/libdispatch.dylib
0x1a2d02000 - 0x1a3035fff com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x1afb8e000 - 0x1afca1fff com.apple.UIKitMacHelper (1.0) <478ec6df-77ae-3dfc-b4d9-e2e51511dae8> /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper
0x1c3625000 - 0x1c4cc7fff com.apple.UIKitCore (1.0) <0435ea4f-6e19-3f9e-990e-7db8d88505b0> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
0x100efc000 - 0x102f07fff com.netflix.Netflix (15.12.0) /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Argo
0x199252000 - 0x1992dcb63 dyld (
) <487cfdeb-9b07-39bf-bfb9-970b61aea2d1> /usr/lib/dyld
0x19957a000 - 0x199586ffb libsystem_pthread.dylib () <132084c6-c347-3489-9ac2-fcaad21cdb73> /usr/lib/system/libsystem_pthread.dylib
0x199541000 - 0x199579ff3 libsystem_kernel.dylib (
) /usr/lib/system/libsystem_kernel.dylib
0x19a50b000 - 0x19af43fff com.apple.Foundation (6.9) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x1a2a3b000 - 0x1a2a64fff com.apple.audio.caulk (1.0) <0978e37e-6087-35f8-a623-b9d02160b84f> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x19de05000 - 0x19e1c6fff com.apple.CFNetwork (1402.0.8) <27318610-36d7-3519-9036-b9bcc00fe916> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x1a2a65000 - 0x1a2b8afff com.apple.CoreMedia (1.0) <2960fdce-68fd-36b4-99be-0b8d1ddbbe24> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x1a6a9f000 - 0x1a7299fff com.apple.MediaToolbox (1.0) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x19d7b2000 - 0x19d957fff com.apple.UIFoundation (1.0) <77a93bfc-bf19-308d-aa8b-8fa41389a5fe> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x103d80000 - 0x103dbffff com.netflix.MinimalDependencies (15.12.0) /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Frameworks/MinimalDependencies.framework/MinimalDependencies

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)
Writable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 3328K 4
CG image 192K 10
CG raster data 5744K 29
ColorSync 544K 27
CoreAnimation 9888K 74
CoreGraphics 32K 2
CoreUI image data 1456K 9
Foundation 48K 2
Image IO 12.0M 7
Kernel Alloc Once 32K 1
MALLOC 324.0M 82
MALLOC guard page 288K 13
MALLOC_MEDIUM (reserved) 952.0M 8 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
SQLite page cache 7552K 59
STACK GUARD 56.2M 16
Stack 16.0M 16
VM_ALLOCATE 144K 9
__AUTH 2675K 484
__AUTH_CONST 28.4M 730
__CTF 756 1
__DATA 17.0M 746
__DATA_CONST 37.1M 756
__DATA_DIRTY 2766K 302
__FONT_DATA 2352 1
__LINKEDIT 781.3M 26
__OBJC_CONST 5978K 443
__OBJC_RO 65.4M 1
__OBJC_RW 1986K 1
__TEXT 718.2M 781
dyld private memory 256K 1
libnetwork 1664K 24
mapped file 205.5M 56
shared memory 960K 20
=========== ======= =======
TOTAL 3.6G 4744
TOTAL, minus reserved VM space 2.3G 4744


Full Report

{"app_name":"Argo","timestamp":"2022-12-21 08:19:18.00 +0530","app_version":"15.12.0","slice_uuid":"d4fd59db-7a77-33df-b2fa-786965b95117","build_version":"8","platform":6,"bundleID":"com.netflix.Netflix","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"name":"Argo","incident_id":"A5E761A6-E2FA-4D61-9BC2-1A17BD379CDA"}
{
"uptime" : 1500,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac14,2",
"coalitionID" : 1165,
"osVersion" : {
"train" : "macOS 13.1",
"build" : "22C65",
"releaseType" : "User"
},
"captureTime" : "2022-12-21 08:19:17.7789 +0530",
"incident" : "A5E761A6-E2FA-4D61-9BC2-1A17BD379CDA",
"pid" : 1801,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2022-12-21 08:19:02.3521 +0530",
"procStartAbsTime" : 37535824101,
"procExitAbsTime" : 37905767150,
"procName" : "Argo",
"procPath" : "/Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Argo",
"bundleInfo" : {"CFBundleShortVersionString":"15.12.0","CFBundleVersion":"8","CFBundleIdentifier":"com.netflix.Netflix","DTAppStoreToolsBuild":"14C17"},
"storeInfo" : {"deviceIdentifierForVendor":"C0BECD13-3439-564F-8C77-A39AA921FE43","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.netflix.Netflix",
"crashReporterKey" : "194A8DCD-F935-94C9-54AB-AECEC4898E0F",
"throttleTimeout" : 2147483647,
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000001, 0x000000019cbc2ab4","rawCodes":[1,6924544692],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
"asiBacktraces" : ["0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176\n1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60\n2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0\n3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0\n4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252\n5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40\n6 Argo 0x0000000100f7e498 Argo + 533656\n7 Argo 0x0000000100f7e9f4 Argo + 535028\n8 Argo 0x00000001010e6c74 Argo + 2010228\n9 Argo 0x0000000100f7da14 Argo + 530964\n10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620\n15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92\n19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292\n23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760\n24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116\n25 Argo 0x000000010138192c Argo + 4741420\n26 Argo 0x0000000101a087c8 Argo + 11585480\n27 Argo 0x0000000101a03870 Argo + 11565168\n28 Argo 0x0000000101a04774 Argo + 11569012\n29 Argo 0x0000000101a0439c Argo + 11568028\n30 Argo 0x0000000101a0446c Argo + 11568236\n31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n34 Argo 0x00000001013e2c58 Argo + 5139544\n35 Argo 0x00000001013da7e0 Argo + 5105632\n36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72\n40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156\n41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520\n42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92\n43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392\n44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188\n45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164\n46 Argo 0x0000000101032ea0 Argo + 1273504\n47 Argo 0x0000000101031424 Argo + 1266724\n48 Argo 0x0000000100fb6ff4 Argo + 765940\n49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48\n50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96\n51 Foundation 0x000000019a54a08c NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 16\n52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172\n53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32\n54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20\n55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928\n56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44\n57 CoreFoundation 0x00000001996a1d50 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16\n58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036\n59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612\n60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292\n61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672\n62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72\n63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632\n64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728\n65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464\n66 AppKit 0x000000019c8aae28 NSApplicationMain + 880\n67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0\n68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988\n69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148\n70 Argo 0x00000001014304b8 Argo + 5457080\n71 dyld 0x0000000199257e50 start + 2544","0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176\n1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60\n2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0\n3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0\n4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252\n5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40\n6 Argo 0x0000000100f7e498 Argo + 533656\n7 Argo 0x0000000100f7e9f4 Argo + 535028\n8 Argo 0x00000001010e6c74 Argo + 2010228\n9 Argo 0x0000000100f7da14 Argo + 530964\n10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620\n15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92\n19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292\n23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760\n24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116\n25 Argo 0x000000010138192c Argo + 4741420\n26 Argo 0x0000000101a087c8 Argo + 11585480\n27 Argo 0x0000000101a03870 Argo + 11565168\n28 Argo 0x0000000101a04774 Argo + 11569012\n29 Argo 0x0000000101a0439c Argo + 11568028\n30 Argo 0x0000000101a0446c Argo + 11568236\n31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n34 Argo 0x00000001013e2c58 Argo + 5139544\n35 Argo 0x00000001013da7e0 Argo + 5105632\n36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72\n40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156\n41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520\n42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92\n43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392\n44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188\n45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164\n46 Argo 0x0000000101032ea0 Argo + 1273504\n47 Argo 0x0000000101031424 Argo + 1266724\n48 Argo 0x0000000100fb6ff4 Argo + 765940\n49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48\n50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96\n51 Foundation 0x000000019a54a08c NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 16\n52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172\n53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32\n54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20\n55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928\n56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44\n57 CoreFoundation 0x00000001996a1d50 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16\n58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036\n59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612\n60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292\n61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672\n62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72\n63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632\n64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728\n65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464\n66 AppKit 0x000000019c8aae28 NSApplicationMain + 880\n67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0\n68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988\n69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148\n70 Argo 0x00000001014304b8 Argo + 5457080\n71 dyld 0x0000000199257e50 start + 2544"],
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"lastExceptionBacktrace" : [{"imageOffset":1033196,"symbol":"__exceptionPreprocess","symbolLocation":164,"imageIndex":2},{"imageOffset":110248,"symbol":"objc_exception_throw","symbolLocation":60,"imageIndex":3},{"imageOffset":1973412,"symbol":"-[__NSCFString characterAtIndex:].cold.1","symbolLocation":0,"imageIndex":2},{"imageOffset":1960868,"symbol":"-[__NSPlaceholderArray initWithCapacity:].cold.1","symbolLocation":0,"imageIndex":2},{"imageOffset":15964,"symbol":"-[__NSPlaceholderArray initWithObjects:count:]","symbolLocation":252,"imageIndex":2},{"imageOffset":388092,"symbol":"+[NSArray arrayWithObjects:count:]","symbolLocation":40,"imageIndex":2},{"imageOffset":533656,"imageIndex":9},{"imageOffset":535028,"imageIndex":9},{"imageOffset":2010228,"imageIndex":9},{"imageOffset":530964,"imageIndex":9},{"imageOffset":1952752,"symbol":"-[UIClassSwapper initWithCoder:]","symbolLocation":1544,"imageIndex":8},{"imageOffset":432380,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":668,"imageIndex":18},{"imageOffset":432888,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":1176,"imageIndex":18},{"imageOffset":431688,"symbol":"-[UINibDecoder decodeObjectForKey:]","symbolLocation":316,"imageIndex":18},{"imageOffset":1958972,"symbol":"-[UIView initWithCoder:]","symbolLocation":620,"imageIndex":8},{"imageOffset":1952752,"symbol":"-[UIClassSwapper initWithCoder:]","symbolLocation":1544,"imageIndex":8},{"imageOffset":432380,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":668,"imageIndex":18},{"imageOffset":431688,"symbol":"-[UINibDecoder decodeObjectForKey:]","symbolLocation":316,"imageIndex":18},{"imageOffset":1950744,"symbol":"-[UIRuntimeConnection initWithCoder:]","symbolLocation":92,"imageIndex":8},{"imageOffset":432380,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":668,"imageIndex":18},{"imageOffset":432888,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":1176,"imageIndex":18},{"imageOffset":431688,"symbol":"-[UINibDecoder decodeObjectForKey:]","symbolLocation":316,"imageIndex":18},{"imageOffset":8759900,"symbol":"-[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:]","symbolLocation":292,"imageIndex":8},{"imageOffset":1946104,"symbol":"-[UINib instantiateWithOwner:options:]","symbolLocation":760,"imageIndex":8},{"imageOffset":8766576,"symbol":"-[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:]","symbolLocation":116,"imageIndex":8},{"imageOffset":4741420,"imageIndex":9},{"imageOffset":11585480,"imageIndex":9},{"imageOffset":11565168,"imageIndex":9},{"imageOffset":11569012,"imageIndex":9},{"imageOffset":11568028,"imageIndex":9},{"imageOffset":11568236,"imageIndex":9},{"imageOffset":355668,"symbol":"-[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled]","symbolLocation":80,"imageIndex":8},{"imageOffset":282668,"symbol":"-[UIViewController loadViewIfRequired]","symbolLocation":1000,"imageIndex":8},{"imageOffset":281636,"symbol":"-[UIViewController view]","symbolLocation":24,"imageIndex":8},{"imageOffset":5139544,"imageIndex":9},{"imageOffset":5105632,"imageIndex":9},{"imageOffset":355668,"symbol":"-[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled]","symbolLocation":80,"imageIndex":8},{"imageOffset":282668,"symbol":"-[UIViewController loadViewIfRequired]","symbolLocation":1000,"imageIndex":8},{"imageOffset":281636,"symbol":"-[UIViewController view]","symbolLocation":24,"imageIndex":8},{"imageOffset":5232692,"symbol":"-[_UIFullscreenPresentationController _setPresentedViewController:]","symbolLocation":72,"imageIndex":8},{"imageOffset":546632,"symbol":"-[UIPresentationController initWithPresentedViewController:presentingViewController:]","symbolLocation":156,"imageIndex":8},{"imageOffset":5969876,"symbol":"-[UIViewController _presentViewController:withAnimationController:completion:]","symbolLocation":1520,"imageIndex":8},{"imageOffset":5979296,"symbol":"__63-[UIViewController _presentViewController:animated:completion:]_block_invoke","symbolLocation":92,"imageIndex":8},{"imageOffset":5982632,"symbol":"-[UIViewController _performCoordinatedPresentOrDismiss:animated:]","symbolLocation":392,"imageIndex":8},{"imageOffset":5979144,"symbol":"-[UIViewController _presentViewController:animated:completion:]","symbolLocation":188,"imageIndex":8},{"imageOffset":5981912,"symbol":"-[UIViewController presentViewController:animated:completion:]","symbolLocation":164,"imageIndex":8},{"imageOffset":1273504,"imageIndex":9},{"imageOffset":1266724,"imageIndex":9},{"imageOffset":765940,"imageIndex":9},{"imageOffset":33536,"symbol":"-[NFLXBlockOperation main]","symbolLocation":48,"imageIndex":19},{"imageOffset":27772,"symbol":"-[NFLXOperation execute]","symbolLocation":96,"imageIndex":19},{"imageOffset":258188,"symbol":"NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION","symbolLocation":16,"imageIndex":13},{"imageOffset":257916,"symbol":"__NSOQSchedule_f","symbolLocation":172,"imageIndex":13},{"imageOffset":10716,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":5},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":5},{"imageOffset":77084,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":5},{"imageOffset":76140,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":5},{"imageOffset":798032,"symbol":"CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE","symbolLocation":16,"imageIndex":2},{"imageOffset":526288,"symbol":"__CFRunLoopRun","symbolLocation":2036,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":204704,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":204260,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":6},{"imageOffset":203564,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":6},{"imageOffset":234532,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":0},{"imageOffset":230836,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":0},{"imageOffset":182756,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":0},{"imageOffset":15912,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":0},{"imageOffset":2480708,"symbol":"+[NSWindow _savedFrameFromString:]","symbolLocation":0,"imageIndex":0},{"imageOffset":19368,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":7},{"imageOffset":14644,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":8},{"imageOffset":5457080,"imageIndex":9},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":10}],
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":25399,"threadState":{"x":[{"value":4874870784},{"value":4874867563},{"value":18446744073709551594},{"value":4874877770},{"value":18446744073709541377},{"value":32},{"value":4874870784},{"value":7050},{"value":8359899136,"symbolLocation":24,"symbol":"OBJC_PROTOCOL$NSCollectionLayoutContainer"},{"value":1139167340804964578},{"value":1139167340804964578},{"value":255},{"value":163},{"value":4908139552},{"value":72057602435974577,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS$__NSCFString"},{"value":8398046640,"symbolLocation":0,"symbol":"OBJC_CLASS$___NSCFString"},{"value":6867840720,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":8414236736},{"value":0},{"value":105553128427888},{"value":105553133891072},{"value":1},{"value":0},{"value":8413320104,"symbolLocation":0,"symbol":"__kCFAllocatorSystemDefault"},{"value":105553128085600},{"value":6872418795,"symbolLocation":12879,"symbol":"_CFStringCreateByAddingPercentEncodingWithAllowedCharacters.hexchars"},{"value":8403301728,"symbolLocation":0,"symbol":"last_exception_backtrace"},{"value":8385404928},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":16822914939990321836},"cpsr":{"value":1610616832},"fp":{"value":6156196128},"sp":{"value":6156196080},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6924544692,"matchesCrashFrame":1},"far":{"value":4874862592}},"queue":"com.apple.main-thread","frames":[{"imageOffset":3259060,"symbol":"-[NSApplication _crashOnException:]","symbolLocation":240,"imageIndex":0},{"imageOffset":3259052,"symbol":"-[NSApplication _crashOnException:]","symbolLocation":232,"imageIndex":0},{"imageOffset":3258512,"symbol":"-[NSApplication reportException:]","symbolLocation":440,"imageIndex":0},{"imageOffset":3890084,"symbol":"NSApplicationUncaughtExceptionHandler","symbolLocation":152,"imageIndex":0},{"imageOffset":2652820,"symbol":"bsg_ksnsexc_i_handleException","symbolLocation":100,"imageIndex":1},{"imageOffset":1661464,"symbol":"__handleUncaughtException","symbolLocation":692,"imageIndex":2},{"imageOffset":145240,"symbol":"_objc_terminate()","symbolLocation":132,"imageIndex":3},{"imageOffset":2650648,"symbol":"CPPExceptionTerminate()","symbolLocation":332,"imageIndex":1},{"imageOffset":69300,"symbol":"std::__terminate(void ()())","symbolLocation":20,"imageIndex":4},{"imageOffset":69200,"symbol":"std::terminate()","symbolLocation":56,"imageIndex":4},{"imageOffset":17688,"symbol":"_dispatch_client_callout","symbolLocation":40,"imageIndex":5},{"imageOffset":77084,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":5},{"imageOffset":76140,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":5},{"imageOffset":798032,"symbol":"CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE","symbolLocation":16,"imageIndex":2},{"imageOffset":526288,"symbol":"__CFRunLoopRun","symbolLocation":2036,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":204704,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":204260,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":6},{"imageOffset":203564,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":6},{"imageOffset":234532,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":0},{"imageOffset":230836,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":0},{"imageOffset":182756,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":0},{"imageOffset":15912,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":0},{"imageOffset":2480708,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":24,"imageIndex":0},{"imageOffset":19368,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":7},{"imageOffset":14644,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":8},{"imageOffset":5457080,"imageIndex":9},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":10}]},{"id":25422,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25427,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25429,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25441,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":531392,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525484,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":380504,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":13},{"imageOffset":857012,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":100,"imageIndex":13},{"imageOffset":20040,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":104,"imageIndex":8},{"imageOffset":353392,"symbol":"NSThread__start","symbolLocation":716,"imageIndex":13},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25448,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":531392,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525484,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":1455120,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":0},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25451,"name":"KSCrash Exception Handler (Secondary)","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":189464,"symbol":"thread_suspend","symbolLocation":112,"imageIndex":12},{"imageOffset":2651676,"symbol":"ksmachexc_i_handleExceptions","symbolLocation":100,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25452,"name":"KSCrash Exception Handler (Primary)","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":2651728,"symbol":"ksmachexc_i_handleExceptions","symbolLocation":152,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25453,"name":"com.bugsnag.app-hang-detector","frames":[{"imageOffset":3332,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":19228,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":5},{"imageOffset":20764,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":5},{"imageOffset":2607856,"symbol":"-[BSGAppHangDetector detectAppHangs]","symbolLocation":124,"imageIndex":1},{"imageOffset":2607720,"symbol":"DetectAppHangs","symbolLocation":12,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25454,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":3308,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":130300,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":28,"imageIndex":14},{"imageOffset":9780,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":56,"imageIndex":14},{"imageOffset":8824,"symbol":"void caulk::thread_proxy<std::__1::tuple<caulk:🧵:attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread* > >(void)","symbolLocation":96,"imageIndex":14},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25505,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25510,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25514,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25522,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":531392,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525484,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":2438400,"imageIndex":15},{"imageOffset":353392,"symbol":"NSThread__start","symbolLocation":716,"imageIndex":13},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25528,"name":"com.apple.coremedia.imagequeue.coreanimation.common","frames":[{"imageOffset":17764,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":12},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":11},{"imageOffset":137556,"symbol":"WaitOnCondition","symbolLocation":20,"imageIndex":16},{"imageOffset":48656,"symbol":"FigSemaphoreWaitRelative","symbolLocation":164,"imageIndex":16},{"imageOffset":3931468,"imageIndex":17},{"imageOffset":131748,"symbol":"figThreadMain","symbolLocation":248,"imageIndex":16},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25730,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64e",
"base" : 6921285632,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15773696,
"uuid" : "dbbd4dea-6c68-3200-a81b-79b6a62f4669",
"path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299.30.116"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4370563072,
"CFBundleShortVersionString" : "15.12.0",
"CFBundleIdentifier" : "com.netflix.ios.Nbp",
"size" : 5373952,
"uuid" : "af38f072-c9a8-34c5-afa2-bbf9a5b1903d",
"path" : "/Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Frameworks/Nbp.framework/Nbp",
"name" : "Nbp",
"CFBundleVersion" : "8"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6868037632,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5079040,
"uuid" : "fd16d6d9-10c0-323b-b43b-9781c4a4d268",
"path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1953.300"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6864027648,
"size" : 286112,
"uuid" : "fc6d1c4f-2e83-37cc-b972-c5529f1c0e40",
"path" : "/usr/lib/libobjc.A.dylib",
"name" : "libobjc.A.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6867292160,
"size" : 98300,
"uuid" : "20a1d2a7-4c7c-36d4-ade6-c65d68317bca",
"path" : "/usr/lib/libc++abi.dylib",
"name" : "libc++abi.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6866034688,
"size" : 294912,
"uuid" : "191028d2-0477-3ebc-9eef-a85acafc7193",
"path" : "/usr/lib/system/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7026515968,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3358720,
"uuid" : "f1e0f4f6-dd7b-3d16-a622-5ee94a20fcaa",
"path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7243096064,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.UIKitMacHelper",
"size" : 1130496,
"uuid" : "478ec6df-77ae-3dfc-b4d9-e2e51511dae8",
"path" : "/System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper",
"name" : "UIKitMacHelper",
"CFBundleVersion" : "6209.1.406"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7572967424,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.UIKitCore",
"size" : 23736320,
"uuid" : "0435ea4f-6e19-3f9e-990e-7db8d88505b0",
"path" : "/System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore",
"name" : "UIKitCore",
"CFBundleVersion" : "6209.1.406"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4310679552,
"CFBundleShortVersionString" : "15.12.0",
"CFBundleIdentifier" : "com.netflix.Netflix",
"size" : 33603584,
"uuid" : "d4fd59db-7a77-33df-b2fa-786965b95117",
"path" : "/Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Argo",
"name" : "Argo",
"CFBundleVersion" : "8"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6864314368,
"size" : 568164,
"uuid" : "487cfdeb-9b07-39bf-bfb9-970b61aea2d1",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6867623936,
"size" : 53244,
"uuid" : "132084c6-c347-3489-9ac2-fcaad21cdb73",
"path" : "/usr/lib/system/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6867390464,
"size" : 233460,
"uuid" : "aebf397e-e2ef-3a49-be58-23d4558511f6",
"path" : "/usr/lib/system/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6883946496,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 10719232,
"uuid" : "f1f5f857-8c3c-36d5-bc27-7702d6795468",
"path" : "/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "1953.300"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7023603712,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.audio.caulk",
"size" : 172032,
"uuid" : "0978e37e-6087-35f8-a623-b9d02160b84f",
"path" : "/System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk",
"name" : "caulk"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6943690752,
"CFBundleShortVersionString" : "1402.0.8",
"CFBundleIdentifier" : "com.apple.CFNetwork",
"size" : 3940352,
"uuid" : "27318610-36d7-3519-9036-b9bcc00fe916",
"path" : "/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork",
"name" : "CFNetwork",
"CFBundleVersion" : "1402.0.8"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7023775744,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.CoreMedia",
"size" : 1204224,
"uuid" : "2960fdce-68fd-36b4-99be-0b8d1ddbbe24",
"path" : "/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia",
"name" : "CoreMedia",
"CFBundleVersion" : "3005.6.1.4.3"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7091122176,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.MediaToolbox",
"size" : 8368128,
"uuid" : "abce338a-c1fd-30b2-a2b7-c1eccd513569",
"path" : "/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox",
"name" : "MediaToolbox",
"CFBundleVersion" : "3005.6.1.4.3"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6937059328,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.UIFoundation",
"size" : 1728512,
"uuid" : "77a93bfc-bf19-308d-aa8b-8fa41389a5fe",
"path" : "/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation",
"name" : "UIFoundation",
"CFBundleVersion" : "856.3"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4359454720,
"CFBundleShortVersionString" : "15.12.0",
"CFBundleIdentifier" : "com.netflix.MinimalDependencies",
"size" : 262144,
"uuid" : "aa7a1a75-b327-3e23-add2-c9e93f2ae1d2",
"path" : "/Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Frameworks/MinimalDependencies.framework/MinimalDependencies",
"name" : "MinimalDependencies",
"CFBundleVersion" : "8"
}
],
"sharedCache" : {
"base" : 6863667200,
"size" : 3434283008,
"uuid" : "00a1fbb6-43e1-3c11-8483-faf0db659249"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)\nWritable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 3328K 4 \nCG image 192K 10 \nCG raster data 5744K 29 \nColorSync 544K 27 \nCoreAnimation 9888K 74 \nCoreGraphics 32K 2 \nCoreUI image data 1456K 9 \nFoundation 48K 2 \nImage IO 12.0M 7 \nKernel Alloc Once 32K 1 \nMALLOC 324.0M 82 \nMALLOC guard page 288K 13 \nMALLOC_MEDIUM (reserved) 952.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 7552K 59 \nSTACK GUARD 56.2M 16 \nStack 16.0M 16 \nVM_ALLOCATE 144K 9 \n__AUTH 2675K 484 \n__AUTH_CONST 28.4M 730 \n__CTF 756 1 \n__DATA 17.0M 746 \n__DATA_CONST 37.1M 756 \n__DATA_DIRTY 2766K 302 \n__FONT_DATA 2352 1 \n__LINKEDIT 781.3M 26 \n__OBJC_CONST 5978K 443 \n__OBJC_RO 65.4M 1 \n__OBJC_RW 1986K 1 \n__TEXT 718.2M 781 \ndyld private memory 256K 1 \nlibnetwork 1664K 24 \nmapped file 205.5M 56 \nshared memory 960K 20 \n=========== ======= ======= \nTOTAL 3.6G 4744 \nTOTAL, minus reserved VM space 2.3G 4744 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "60186475825c62000ccf5450",
"factorPackIds" : {

  },
  "deploymentId" : 240000026
},
{
  "rolloutId" : "6112e3d2fc54bc3389840661",
  "factorPackIds" : {
    "SIRI_TEXT_TO_SPEECH" : "639152b31d92412bfb4880c1"
  },
  "deploymentId" : 240000286
}

],
"experiments" : [

]
}
}

Model: Mac14,2, BootROM 8419.60.44, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M2, Apple M2, Built-In
Display: Color LCD, spdisplays_2560x1664Retina, Main, MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Sep 3 2022 02:35:52 version 20.10.965.9.8.7.129 FWID 01-b0e84a9b
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

<!-- gh-comment-id:1360779327 --> @singhalrishi27 commented on GitHub (Dec 21, 2022): same here ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Argo [1801] Path: /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Argo Identifier: com.netflix.Netflix Version: 15.12.0 (8) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2022-12-21 08:19:17.7789 +0530 OS Version: macOS 13.1 (22C65) Report Version: 12 Anonymous UUID: 194A8DCD-F935-94C9-54AB-AECEC4898E0F Time Awake Since Boot: 1500 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x000000019cbc2ab4 Application Specific Backtrace 0: 0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176 1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60 2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0 3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0 4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252 5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40 6 Argo 0x0000000100f7e498 Argo + 533656 7 Argo 0x0000000100f7e9f4 Argo + 535028 8 Argo 0x00000001010e6c74 Argo + 2010228 9 Argo 0x0000000100f7da14 Argo + 530964 10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544 11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668 12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176 13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316 14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620 15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544 16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668 17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316 18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92 19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668 20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176 21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316 22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292 23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760 24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116 25 Argo 0x000000010138192c Argo + 4741420 26 Argo 0x0000000101a087c8 Argo + 11585480 27 Argo 0x0000000101a03870 Argo + 11565168 28 Argo 0x0000000101a04774 Argo + 11569012 29 Argo 0x0000000101a0439c Argo + 11568028 30 Argo 0x0000000101a0446c Argo + 11568236 31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80 32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000 33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24 34 Argo 0x00000001013e2c58 Argo + 5139544 35 Argo 0x00000001013da7e0 Argo + 5105632 36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80 37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000 38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24 39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72 40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156 41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520 42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92 43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392 44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188 45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164 46 Argo 0x0000000101032ea0 Argo + 1273504 47 Argo 0x0000000101031424 Argo + 1266724 48 Argo 0x0000000100fb6ff4 Argo + 765940 49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48 50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96 51 Foundation 0x000000019a54a08c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16 52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172 53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32 54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20 55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928 56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44 57 CoreFoundation 0x00000001996a1d50 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036 59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612 60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292 61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672 62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72 63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632 64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728 65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464 66 AppKit 0x000000019c8aae28 NSApplicationMain + 880 67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0 68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988 69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148 70 Argo 0x00000001014304b8 Argo + 5457080 71 dyld 0x0000000199257e50 start + 2544 Application Specific Backtrace 1: 0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176 1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60 2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0 3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0 4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252 5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40 6 Argo 0x0000000100f7e498 Argo + 533656 7 Argo 0x0000000100f7e9f4 Argo + 535028 8 Argo 0x00000001010e6c74 Argo + 2010228 9 Argo 0x0000000100f7da14 Argo + 530964 10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544 11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668 12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176 13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316 14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620 15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544 16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668 17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316 18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92 19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668 20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176 21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316 22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292 23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760 24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116 25 Argo 0x000000010138192c Argo + 4741420 26 Argo 0x0000000101a087c8 Argo + 11585480 27 Argo 0x0000000101a03870 Argo + 11565168 28 Argo 0x0000000101a04774 Argo + 11569012 29 Argo 0x0000000101a0439c Argo + 11568028 30 Argo 0x0000000101a0446c Argo + 11568236 31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80 32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000 33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24 34 Argo 0x00000001013e2c58 Argo + 5139544 35 Argo 0x00000001013da7e0 Argo + 5105632 36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80 37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000 38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24 39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72 40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156 41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520 42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92 43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392 44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188 45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164 46 Argo 0x0000000101032ea0 Argo + 1273504 47 Argo 0x0000000101031424 Argo + 1266724 48 Argo 0x0000000100fb6ff4 Argo + 765940 49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48 50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96 51 Foundation 0x000000019a54a08c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16 52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172 53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32 54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20 55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928 56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44 57 CoreFoundation 0x00000001996a1d50 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036 59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612 60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292 61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672 62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72 63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632 64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728 65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464 66 AppKit 0x000000019c8aae28 NSApplicationMain + 880 67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0 68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988 69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148 70 Argo 0x00000001014304b8 Argo + 5457080 71 dyld 0x0000000199257e50 start + 2544 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 AppKit 0x19cbc2ab4 -[NSApplication _crashOnException:] + 240 1 AppKit 0x19cbc2aac -[NSApplication _crashOnException:] + 232 2 AppKit 0x19cbc2890 -[NSApplication reportException:] + 440 3 AppKit 0x19cc5cba4 NSApplicationUncaughtExceptionHandler + 152 4 Nbp 0x104a9fa94 bsg_ksnsexc_i_handleException + 100 5 CoreFoundation 0x199774a18 __handleUncaughtException + 692 6 libobjc.A.dylib 0x19922f758 _objc_terminate() + 132 7 Nbp 0x104a9f218 CPPExceptionTerminate() + 332 8 libc++abi.dylib 0x199539eb4 std::__terminate(void (*)()) + 20 9 libc++abi.dylib 0x199539e50 std::terminate() + 56 10 libdispatch.dylib 0x1993fa518 _dispatch_client_callout + 40 11 libdispatch.dylib 0x199408d1c _dispatch_main_queue_drain + 928 12 libdispatch.dylib 0x19940896c _dispatch_main_queue_callback_4CF + 44 13 CoreFoundation 0x1996a1d50 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 14 CoreFoundation 0x19965f7d0 __CFRunLoopRun + 2036 15 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612 16 HIToolbox 0x1a2d33fa0 RunCurrentEventLoopInMode + 292 17 HIToolbox 0x1a2d33de4 ReceiveNextEventCommon + 672 18 HIToolbox 0x1a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72 19 AppKit 0x19c8e0424 _DPSNextEvent + 632 20 AppKit 0x19c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728 21 AppKit 0x19c8d39e4 -[NSApplication run] + 464 22 AppKit 0x19c8aae28 NSApplicationMain + 880 23 AppKit 0x19cb04a44 _NSApplicationMainWithInfoDictionary + 24 24 UIKitMacHelper 0x1afb92ba8 UINSApplicationMain + 988 25 UIKitCore 0x1c3628934 UIApplicationMain + 148 26 Argo 0x1014304b8 0x100efc000 + 5457080 27 dyld 0x199257e50 start + 2544 Thread 1: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 4:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24 4 CoreFoundation 0x199660bc0 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x19965f4ac __CFRunLoopRun + 1232 6 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612 7 Foundation 0x19a567e58 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 Foundation 0x19a5dc3b4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100 9 UIKitCore 0x1c3629e48 -[UIEventFetcher threadMain] + 104 10 Foundation 0x19a561470 __NSThread__start__ + 716 11 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 12 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 5:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24 4 CoreFoundation 0x199660bc0 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x19965f4ac __CFRunLoopRun + 1232 6 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612 7 AppKit 0x19ca0a410 _NSEventThread + 172 8 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 9 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 6:: KSCrash Exception Handler (Secondary) 0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x19956f418 thread_suspend + 112 3 Nbp 0x104a9f61c ksmachexc_i_handleExceptions + 100 4 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 5 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 7:: KSCrash Exception Handler (Primary) 0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24 4 Nbp 0x104a9f650 ksmachexc_i_handleExceptions + 152 5 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 6 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 8:: com.bugsnag.app-hang-detector 0 libsystem_kernel.dylib 0x199541d04 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x1993fab1c _dispatch_sema4_timedwait + 64 2 libdispatch.dylib 0x1993fb11c _dispatch_semaphore_wait_slow + 76 3 Nbp 0x104a94af0 -[BSGAppHangDetector detectAppHangs] + 124 4 Nbp 0x104a94a68 DetectAppHangs + 12 5 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 6 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 9:: caulk.messenger.shared:17 0 libsystem_kernel.dylib 0x199541cec semaphore_wait_trap + 8 1 caulk 0x1a2a5acfc caulk::mach::semaphore::wait_or_error() + 28 2 caulk 0x1a2a3d634 caulk::concurrent::details::worker_thread::run() + 56 3 caulk 0x1a2a3d278 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 4 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 5 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 10: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 11: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 12: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 13:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x199541d70 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1995538a4 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x19954a5c4 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1995420ec mach_msg + 24 4 CoreFoundation 0x199660bc0 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x19965f4ac __CFRunLoopRun + 1232 6 CoreFoundation 0x19965e888 CFRunLoopRunSpecific + 612 7 CFNetwork 0x19e058500 0x19de05000 + 2438400 8 Foundation 0x19a561470 __NSThread__start__ + 716 9 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 10 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 14:: com.apple.coremedia.imagequeue.coreanimation.common 0 libsystem_kernel.dylib 0x199545564 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x199581638 _pthread_cond_wait + 1232 2 CoreMedia 0x1a2a86954 WaitOnCondition + 20 3 CoreMedia 0x1a2a70e10 FigSemaphoreWaitRelative + 164 4 MediaToolbox 0x1a6e5ed4c 0x1a6a9f000 + 3931468 5 CoreMedia 0x1a2a852a4 figThreadMain + 248 6 libsystem_pthread.dylib 0x19958106c _pthread_start + 148 7 libsystem_pthread.dylib 0x19957be2c thread_start + 8 Thread 15: 0 libsystem_pthread.dylib 0x19957be18 start_wqthread + 0 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x000000012290a000 x1: 0x000000012290936b x2: 0xffffffffffffffea x3: 0x000000012290bb4a x4: 0xffffffffffffd801 x5: 0x0000000000000020 x6: 0x000000012290a000 x7: 0x0000000000001b8a x8: 0x00000001f249f000 x9: 0x0fcf22a9306800e2 x10: 0x0fcf22a9306800e2 x11: 0x00000000000000ff x12: 0x00000000000000a3 x13: 0x00000001248c4420 x14: 0x01000001f49005b1 x15: 0x00000001f49005b0 x16: 0x00000001995aeed0 x17: 0x00000001f5871040 x18: 0x0000000000000000 x19: 0x0000600000b99170 x20: 0x00006000010cee00 x21: 0x0000000000000001 x22: 0x0000000000000000 x23: 0x00000001f57913a8 x24: 0x0000600000b45860 x25: 0x0000000199a0c9eb x26: 0x00000001f4e03560 x27: 0x00000001f3cf2000 x28: 0x0000000000000000 fp: 0x000000016ef01920 lr: 0xe97700019cbc2aac sp: 0x000000016ef018f0 pc: 0x000000019cbc2ab4 cpsr: 0x60001000 far: 0x0000000122908000 esr: 0x56000080 Address size fault Binary Images: 0x19c8a7000 - 0x19d7b1fff com.apple.AppKit (6.9) <dbbd4dea-6c68-3200-a81b-79b6a62f4669> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x104818000 - 0x104d37fff com.netflix.ios.Nbp (15.12.0) <af38f072-c9a8-34c5-afa2-bbf9a5b1903d> /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Frameworks/Nbp.framework/Nbp 0x1995df000 - 0x199ab6fff com.apple.CoreFoundation (6.9) <fd16d6d9-10c0-323b-b43b-9781c4a4d268> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x19920c000 - 0x199251d9f libobjc.A.dylib (*) <fc6d1c4f-2e83-37cc-b972-c5529f1c0e40> /usr/lib/libobjc.A.dylib 0x199529000 - 0x199540ffb libc++abi.dylib (*) <20a1d2a7-4c7c-36d4-ade6-c65d68317bca> /usr/lib/libc++abi.dylib 0x1993f6000 - 0x19943dfff libdispatch.dylib (*) <191028d2-0477-3ebc-9eef-a85acafc7193> /usr/lib/system/libdispatch.dylib 0x1a2d02000 - 0x1a3035fff com.apple.HIToolbox (2.1.1) <f1e0f4f6-dd7b-3d16-a622-5ee94a20fcaa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x1afb8e000 - 0x1afca1fff com.apple.UIKitMacHelper (1.0) <478ec6df-77ae-3dfc-b4d9-e2e51511dae8> /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper 0x1c3625000 - 0x1c4cc7fff com.apple.UIKitCore (1.0) <0435ea4f-6e19-3f9e-990e-7db8d88505b0> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore 0x100efc000 - 0x102f07fff com.netflix.Netflix (15.12.0) <d4fd59db-7a77-33df-b2fa-786965b95117> /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Argo 0x199252000 - 0x1992dcb63 dyld (*) <487cfdeb-9b07-39bf-bfb9-970b61aea2d1> /usr/lib/dyld 0x19957a000 - 0x199586ffb libsystem_pthread.dylib (*) <132084c6-c347-3489-9ac2-fcaad21cdb73> /usr/lib/system/libsystem_pthread.dylib 0x199541000 - 0x199579ff3 libsystem_kernel.dylib (*) <aebf397e-e2ef-3a49-be58-23d4558511f6> /usr/lib/system/libsystem_kernel.dylib 0x19a50b000 - 0x19af43fff com.apple.Foundation (6.9) <f1f5f857-8c3c-36d5-bc27-7702d6795468> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x1a2a3b000 - 0x1a2a64fff com.apple.audio.caulk (1.0) <0978e37e-6087-35f8-a623-b9d02160b84f> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x19de05000 - 0x19e1c6fff com.apple.CFNetwork (1402.0.8) <27318610-36d7-3519-9036-b9bcc00fe916> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x1a2a65000 - 0x1a2b8afff com.apple.CoreMedia (1.0) <2960fdce-68fd-36b4-99be-0b8d1ddbbe24> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x1a6a9f000 - 0x1a7299fff com.apple.MediaToolbox (1.0) <abce338a-c1fd-30b2-a2b7-c1eccd513569> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x19d7b2000 - 0x19d957fff com.apple.UIFoundation (1.0) <77a93bfc-bf19-308d-aa8b-8fa41389a5fe> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x103d80000 - 0x103dbffff com.netflix.MinimalDependencies (15.12.0) <aa7a1a75-b327-3e23-add2-c9e93f2ae1d2> /Users/USER/Library/Containers/io.playcover.PlayCover/Netflix.app/Frameworks/MinimalDependencies.framework/MinimalDependencies External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%) Writable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 128K 1 Activity Tracing 256K 1 CG backing stores 3328K 4 CG image 192K 10 CG raster data 5744K 29 ColorSync 544K 27 CoreAnimation 9888K 74 CoreGraphics 32K 2 CoreUI image data 1456K 9 Foundation 48K 2 Image IO 12.0M 7 Kernel Alloc Once 32K 1 MALLOC 324.0M 82 MALLOC guard page 288K 13 MALLOC_MEDIUM (reserved) 952.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) SQLite page cache 7552K 59 STACK GUARD 56.2M 16 Stack 16.0M 16 VM_ALLOCATE 144K 9 __AUTH 2675K 484 __AUTH_CONST 28.4M 730 __CTF 756 1 __DATA 17.0M 746 __DATA_CONST 37.1M 756 __DATA_DIRTY 2766K 302 __FONT_DATA 2352 1 __LINKEDIT 781.3M 26 __OBJC_CONST 5978K 443 __OBJC_RO 65.4M 1 __OBJC_RW 1986K 1 __TEXT 718.2M 781 dyld private memory 256K 1 libnetwork 1664K 24 mapped file 205.5M 56 shared memory 960K 20 =========== ======= ======= TOTAL 3.6G 4744 TOTAL, minus reserved VM space 2.3G 4744 ----------- Full Report ----------- {"app_name":"Argo","timestamp":"2022-12-21 08:19:18.00 +0530","app_version":"15.12.0","slice_uuid":"d4fd59db-7a77-33df-b2fa-786965b95117","build_version":"8","platform":6,"bundleID":"com.netflix.Netflix","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"name":"Argo","incident_id":"A5E761A6-E2FA-4D61-9BC2-1A17BD379CDA"} { "uptime" : 1500, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "Mac14,2", "coalitionID" : 1165, "osVersion" : { "train" : "macOS 13.1", "build" : "22C65", "releaseType" : "User" }, "captureTime" : "2022-12-21 08:19:17.7789 +0530", "incident" : "A5E761A6-E2FA-4D61-9BC2-1A17BD379CDA", "pid" : 1801, "translated" : false, "cpuType" : "ARM-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2022-12-21 08:19:02.3521 +0530", "procStartAbsTime" : 37535824101, "procExitAbsTime" : 37905767150, "procName" : "Argo", "procPath" : "\/Users\/USER\/Library\/Containers\/io.playcover.PlayCover\/Netflix.app\/Argo", "bundleInfo" : {"CFBundleShortVersionString":"15.12.0","CFBundleVersion":"8","CFBundleIdentifier":"com.netflix.Netflix","DTAppStoreToolsBuild":"14C17"}, "storeInfo" : {"deviceIdentifierForVendor":"C0BECD13-3439-564F-8C77-A39AA921FE43","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.netflix.Netflix", "crashReporterKey" : "194A8DCD-F935-94C9-54AB-AECEC4898E0F", "throttleTimeout" : 2147483647, "sip" : "enabled", "exception" : {"codes":"0x0000000000000001, 0x000000019cbc2ab4","rawCodes":[1,6924544692],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"}, "asiBacktraces" : ["0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176\n1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60\n2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0\n3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0\n4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252\n5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40\n6 Argo 0x0000000100f7e498 Argo + 533656\n7 Argo 0x0000000100f7e9f4 Argo + 535028\n8 Argo 0x00000001010e6c74 Argo + 2010228\n9 Argo 0x0000000100f7da14 Argo + 530964\n10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620\n15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92\n19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292\n23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760\n24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116\n25 Argo 0x000000010138192c Argo + 4741420\n26 Argo 0x0000000101a087c8 Argo + 11585480\n27 Argo 0x0000000101a03870 Argo + 11565168\n28 Argo 0x0000000101a04774 Argo + 11569012\n29 Argo 0x0000000101a0439c Argo + 11568028\n30 Argo 0x0000000101a0446c Argo + 11568236\n31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n34 Argo 0x00000001013e2c58 Argo + 5139544\n35 Argo 0x00000001013da7e0 Argo + 5105632\n36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72\n40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156\n41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520\n42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92\n43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392\n44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188\n45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164\n46 Argo 0x0000000101032ea0 Argo + 1273504\n47 Argo 0x0000000101031424 Argo + 1266724\n48 Argo 0x0000000100fb6ff4 Argo + 765940\n49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48\n50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96\n51 Foundation 0x000000019a54a08c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16\n52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172\n53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32\n54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20\n55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928\n56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44\n57 CoreFoundation 0x00000001996a1d50 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16\n58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036\n59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612\n60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292\n61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672\n62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72\n63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632\n64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728\n65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464\n66 AppKit 0x000000019c8aae28 NSApplicationMain + 880\n67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0\n68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988\n69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148\n70 Argo 0x00000001014304b8 Argo + 5457080\n71 dyld 0x0000000199257e50 start + 2544","0 CoreFoundation 0x00000001996db3f8 __exceptionPreprocess + 176\n1 libobjc.A.dylib 0x0000000199226ea8 objc_exception_throw + 60\n2 CoreFoundation 0x00000001997c0ca4 -[__NSCFString characterAtIndex:].cold.1 + 0\n3 CoreFoundation 0x00000001997bdba4 -[__NSPlaceholderArray initWithCapacity:].cold.1 + 0\n4 CoreFoundation 0x00000001995e2e5c -[__NSPlaceholderArray initWithObjects:count:] + 252\n5 CoreFoundation 0x000000019963dbfc +[NSArray arrayWithObjects:count:] + 40\n6 Argo 0x0000000100f7e498 Argo + 533656\n7 Argo 0x0000000100f7e9f4 Argo + 535028\n8 Argo 0x00000001010e6c74 Argo + 2010228\n9 Argo 0x0000000100f7da14 Argo + 530964\n10 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n11 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n12 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n13 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n14 UIKitCore 0x00000001c380343c -[UIView initWithCoder:] + 620\n15 UIKitCore 0x00000001c3801bf0 -[UIClassSwapper initWithCoder:] + 1544\n16 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n17 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n18 UIKitCore 0x00000001c3801418 -[UIRuntimeConnection initWithCoder:] + 92\n19 UIFoundation 0x000000019d81b8fc UINibDecoderDecodeObjectForValue + 668\n20 UIFoundation 0x000000019d81baf8 UINibDecoderDecodeObjectForValue + 1176\n21 UIFoundation 0x000000019d81b648 -[UINibDecoder decodeObjectForKey:] + 316\n22 UIKitCore 0x00000001c3e7fa5c -[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 292\n23 UIKitCore 0x00000001c38001f8 -[UINib instantiateWithOwner:options:] + 760\n24 UIKitCore 0x00000001c3e81470 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116\n25 Argo 0x000000010138192c Argo + 4741420\n26 Argo 0x0000000101a087c8 Argo + 11585480\n27 Argo 0x0000000101a03870 Argo + 11565168\n28 Argo 0x0000000101a04774 Argo + 11569012\n29 Argo 0x0000000101a0439c Argo + 11568028\n30 Argo 0x0000000101a0446c Argo + 11568236\n31 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n32 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n33 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n34 Argo 0x00000001013e2c58 Argo + 5139544\n35 Argo 0x00000001013da7e0 Argo + 5105632\n36 UIKitCore 0x00000001c367bd54 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80\n37 UIKitCore 0x00000001c366a02c -[UIViewController loadViewIfRequired] + 1000\n38 UIKitCore 0x00000001c3669c24 -[UIViewController view] + 24\n39 UIKitCore 0x00000001c3b22834 -[_UIFullscreenPresentationController _setPresentedViewController:] + 72\n40 UIKitCore 0x00000001c36aa748 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 156\n41 UIKitCore 0x00000001c3bd67d4 -[UIViewController _presentViewController:withAnimationController:completion:] + 1520\n42 UIKitCore 0x00000001c3bd8ca0 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 92\n43 UIKitCore 0x00000001c3bd99a8 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 392\n44 UIKitCore 0x00000001c3bd8c08 -[UIViewController _presentViewController:animated:completion:] + 188\n45 UIKitCore 0x00000001c3bd96d8 -[UIViewController presentViewController:animated:completion:] + 164\n46 Argo 0x0000000101032ea0 Argo + 1273504\n47 Argo 0x0000000101031424 Argo + 1266724\n48 Argo 0x0000000100fb6ff4 Argo + 765940\n49 MinimalDependencies 0x0000000103d88300 -[NFLXBlockOperation main] + 48\n50 MinimalDependencies 0x0000000103d86c7c -[NFLXOperation execute] + 96\n51 Foundation 0x000000019a54a08c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16\n52 Foundation 0x000000019a549f7c __NSOQSchedule_f + 172\n53 libdispatch.dylib 0x00000001993f89dc _dispatch_call_block_and_release + 32\n54 libdispatch.dylib 0x00000001993fa504 _dispatch_client_callout + 20\n55 libdispatch.dylib 0x0000000199408d1c _dispatch_main_queue_drain + 928\n56 libdispatch.dylib 0x000000019940896c _dispatch_main_queue_callback_4CF + 44\n57 CoreFoundation 0x00000001996a1d50 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16\n58 CoreFoundation 0x000000019965f7d0 __CFRunLoopRun + 2036\n59 CoreFoundation 0x000000019965e888 CFRunLoopRunSpecific + 612\n60 HIToolbox 0x00000001a2d33fa0 RunCurrentEventLoopInMode + 292\n61 HIToolbox 0x00000001a2d33de4 ReceiveNextEventCommon + 672\n62 HIToolbox 0x00000001a2d33b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72\n63 AppKit 0x000000019c8e0424 _DPSNextEvent + 632\n64 AppKit 0x000000019c8df5b4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728\n65 AppKit 0x000000019c8d39e4 -[NSApplication run] + 464\n66 AppKit 0x000000019c8aae28 NSApplicationMain + 880\n67 AppKit 0x000000019cb04a44 +[NSWindow _savedFrameFromString:] + 0\n68 UIKitMacHelper 0x00000001afb92ba8 UINSApplicationMain + 988\n69 UIKitCore 0x00000001c3628934 UIApplicationMain + 148\n70 Argo 0x00000001014304b8 Argo + 5457080\n71 dyld 0x0000000199257e50 start + 2544"], "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "lastExceptionBacktrace" : [{"imageOffset":1033196,"symbol":"__exceptionPreprocess","symbolLocation":164,"imageIndex":2},{"imageOffset":110248,"symbol":"objc_exception_throw","symbolLocation":60,"imageIndex":3},{"imageOffset":1973412,"symbol":"-[__NSCFString characterAtIndex:].cold.1","symbolLocation":0,"imageIndex":2},{"imageOffset":1960868,"symbol":"-[__NSPlaceholderArray initWithCapacity:].cold.1","symbolLocation":0,"imageIndex":2},{"imageOffset":15964,"symbol":"-[__NSPlaceholderArray initWithObjects:count:]","symbolLocation":252,"imageIndex":2},{"imageOffset":388092,"symbol":"+[NSArray arrayWithObjects:count:]","symbolLocation":40,"imageIndex":2},{"imageOffset":533656,"imageIndex":9},{"imageOffset":535028,"imageIndex":9},{"imageOffset":2010228,"imageIndex":9},{"imageOffset":530964,"imageIndex":9},{"imageOffset":1952752,"symbol":"-[UIClassSwapper initWithCoder:]","symbolLocation":1544,"imageIndex":8},{"imageOffset":432380,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":668,"imageIndex":18},{"imageOffset":432888,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":1176,"imageIndex":18},{"imageOffset":431688,"symbol":"-[UINibDecoder decodeObjectForKey:]","symbolLocation":316,"imageIndex":18},{"imageOffset":1958972,"symbol":"-[UIView initWithCoder:]","symbolLocation":620,"imageIndex":8},{"imageOffset":1952752,"symbol":"-[UIClassSwapper initWithCoder:]","symbolLocation":1544,"imageIndex":8},{"imageOffset":432380,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":668,"imageIndex":18},{"imageOffset":431688,"symbol":"-[UINibDecoder decodeObjectForKey:]","symbolLocation":316,"imageIndex":18},{"imageOffset":1950744,"symbol":"-[UIRuntimeConnection initWithCoder:]","symbolLocation":92,"imageIndex":8},{"imageOffset":432380,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":668,"imageIndex":18},{"imageOffset":432888,"symbol":"UINibDecoderDecodeObjectForValue","symbolLocation":1176,"imageIndex":18},{"imageOffset":431688,"symbol":"-[UINibDecoder decodeObjectForKey:]","symbolLocation":316,"imageIndex":18},{"imageOffset":8759900,"symbol":"-[NSCoder(UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:]","symbolLocation":292,"imageIndex":8},{"imageOffset":1946104,"symbol":"-[UINib instantiateWithOwner:options:]","symbolLocation":760,"imageIndex":8},{"imageOffset":8766576,"symbol":"-[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:]","symbolLocation":116,"imageIndex":8},{"imageOffset":4741420,"imageIndex":9},{"imageOffset":11585480,"imageIndex":9},{"imageOffset":11565168,"imageIndex":9},{"imageOffset":11569012,"imageIndex":9},{"imageOffset":11568028,"imageIndex":9},{"imageOffset":11568236,"imageIndex":9},{"imageOffset":355668,"symbol":"-[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled]","symbolLocation":80,"imageIndex":8},{"imageOffset":282668,"symbol":"-[UIViewController loadViewIfRequired]","symbolLocation":1000,"imageIndex":8},{"imageOffset":281636,"symbol":"-[UIViewController view]","symbolLocation":24,"imageIndex":8},{"imageOffset":5139544,"imageIndex":9},{"imageOffset":5105632,"imageIndex":9},{"imageOffset":355668,"symbol":"-[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled]","symbolLocation":80,"imageIndex":8},{"imageOffset":282668,"symbol":"-[UIViewController loadViewIfRequired]","symbolLocation":1000,"imageIndex":8},{"imageOffset":281636,"symbol":"-[UIViewController view]","symbolLocation":24,"imageIndex":8},{"imageOffset":5232692,"symbol":"-[_UIFullscreenPresentationController _setPresentedViewController:]","symbolLocation":72,"imageIndex":8},{"imageOffset":546632,"symbol":"-[UIPresentationController initWithPresentedViewController:presentingViewController:]","symbolLocation":156,"imageIndex":8},{"imageOffset":5969876,"symbol":"-[UIViewController _presentViewController:withAnimationController:completion:]","symbolLocation":1520,"imageIndex":8},{"imageOffset":5979296,"symbol":"__63-[UIViewController _presentViewController:animated:completion:]_block_invoke","symbolLocation":92,"imageIndex":8},{"imageOffset":5982632,"symbol":"-[UIViewController _performCoordinatedPresentOrDismiss:animated:]","symbolLocation":392,"imageIndex":8},{"imageOffset":5979144,"symbol":"-[UIViewController _presentViewController:animated:completion:]","symbolLocation":188,"imageIndex":8},{"imageOffset":5981912,"symbol":"-[UIViewController presentViewController:animated:completion:]","symbolLocation":164,"imageIndex":8},{"imageOffset":1273504,"imageIndex":9},{"imageOffset":1266724,"imageIndex":9},{"imageOffset":765940,"imageIndex":9},{"imageOffset":33536,"symbol":"-[NFLXBlockOperation main]","symbolLocation":48,"imageIndex":19},{"imageOffset":27772,"symbol":"-[NFLXOperation execute]","symbolLocation":96,"imageIndex":19},{"imageOffset":258188,"symbol":"__NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__","symbolLocation":16,"imageIndex":13},{"imageOffset":257916,"symbol":"__NSOQSchedule_f","symbolLocation":172,"imageIndex":13},{"imageOffset":10716,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":5},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":5},{"imageOffset":77084,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":5},{"imageOffset":76140,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":5},{"imageOffset":798032,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":2},{"imageOffset":526288,"symbol":"__CFRunLoopRun","symbolLocation":2036,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":204704,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":204260,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":6},{"imageOffset":203564,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":6},{"imageOffset":234532,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":0},{"imageOffset":230836,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":0},{"imageOffset":182756,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":0},{"imageOffset":15912,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":0},{"imageOffset":2480708,"symbol":"+[NSWindow _savedFrameFromString:]","symbolLocation":0,"imageIndex":0},{"imageOffset":19368,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":7},{"imageOffset":14644,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":8},{"imageOffset":5457080,"imageIndex":9},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":10}], "faultingThread" : 0, "threads" : [{"triggered":true,"id":25399,"threadState":{"x":[{"value":4874870784},{"value":4874867563},{"value":18446744073709551594},{"value":4874877770},{"value":18446744073709541377},{"value":32},{"value":4874870784},{"value":7050},{"value":8359899136,"symbolLocation":24,"symbol":"_OBJC_PROTOCOL_$_NSCollectionLayoutContainer"},{"value":1139167340804964578},{"value":1139167340804964578},{"value":255},{"value":163},{"value":4908139552},{"value":72057602435974577,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$___NSCFString"},{"value":8398046640,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFString"},{"value":6867840720,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":8414236736},{"value":0},{"value":105553128427888},{"value":105553133891072},{"value":1},{"value":0},{"value":8413320104,"symbolLocation":0,"symbol":"__kCFAllocatorSystemDefault"},{"value":105553128085600},{"value":6872418795,"symbolLocation":12879,"symbol":"_CFStringCreateByAddingPercentEncodingWithAllowedCharacters.hexchars"},{"value":8403301728,"symbolLocation":0,"symbol":"__last_exception_backtrace__"},{"value":8385404928},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":16822914939990321836},"cpsr":{"value":1610616832},"fp":{"value":6156196128},"sp":{"value":6156196080},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6924544692,"matchesCrashFrame":1},"far":{"value":4874862592}},"queue":"com.apple.main-thread","frames":[{"imageOffset":3259060,"symbol":"-[NSApplication _crashOnException:]","symbolLocation":240,"imageIndex":0},{"imageOffset":3259052,"symbol":"-[NSApplication _crashOnException:]","symbolLocation":232,"imageIndex":0},{"imageOffset":3258512,"symbol":"-[NSApplication reportException:]","symbolLocation":440,"imageIndex":0},{"imageOffset":3890084,"symbol":"NSApplicationUncaughtExceptionHandler","symbolLocation":152,"imageIndex":0},{"imageOffset":2652820,"symbol":"bsg_ksnsexc_i_handleException","symbolLocation":100,"imageIndex":1},{"imageOffset":1661464,"symbol":"__handleUncaughtException","symbolLocation":692,"imageIndex":2},{"imageOffset":145240,"symbol":"_objc_terminate()","symbolLocation":132,"imageIndex":3},{"imageOffset":2650648,"symbol":"CPPExceptionTerminate()","symbolLocation":332,"imageIndex":1},{"imageOffset":69300,"symbol":"std::__terminate(void (*)())","symbolLocation":20,"imageIndex":4},{"imageOffset":69200,"symbol":"std::terminate()","symbolLocation":56,"imageIndex":4},{"imageOffset":17688,"symbol":"_dispatch_client_callout","symbolLocation":40,"imageIndex":5},{"imageOffset":77084,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":5},{"imageOffset":76140,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":5},{"imageOffset":798032,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":2},{"imageOffset":526288,"symbol":"__CFRunLoopRun","symbolLocation":2036,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":204704,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":204260,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":6},{"imageOffset":203564,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":6},{"imageOffset":234532,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":0},{"imageOffset":230836,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":0},{"imageOffset":182756,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":0},{"imageOffset":15912,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":0},{"imageOffset":2480708,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":24,"imageIndex":0},{"imageOffset":19368,"symbol":"UINSApplicationMain","symbolLocation":988,"imageIndex":7},{"imageOffset":14644,"symbol":"UIApplicationMain","symbolLocation":148,"imageIndex":8},{"imageOffset":5457080,"imageIndex":9},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":10}]},{"id":25422,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25427,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25429,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25441,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":531392,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525484,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":380504,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":13},{"imageOffset":857012,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":100,"imageIndex":13},{"imageOffset":20040,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":104,"imageIndex":8},{"imageOffset":353392,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":13},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25448,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":531392,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525484,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":1455120,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":0},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25451,"name":"KSCrash Exception Handler (Secondary)","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":189464,"symbol":"thread_suspend","symbolLocation":112,"imageIndex":12},{"imageOffset":2651676,"symbol":"ksmachexc_i_handleExceptions","symbolLocation":100,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25452,"name":"KSCrash Exception Handler (Primary)","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":2651728,"symbol":"ksmachexc_i_handleExceptions","symbolLocation":152,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25453,"name":"com.bugsnag.app-hang-detector","frames":[{"imageOffset":3332,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":19228,"symbol":"_dispatch_sema4_timedwait","symbolLocation":64,"imageIndex":5},{"imageOffset":20764,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":76,"imageIndex":5},{"imageOffset":2607856,"symbol":"-[BSGAppHangDetector detectAppHangs]","symbolLocation":124,"imageIndex":1},{"imageOffset":2607720,"symbol":"DetectAppHangs","symbolLocation":12,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25454,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":3308,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":130300,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":28,"imageIndex":14},{"imageOffset":9780,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":56,"imageIndex":14},{"imageOffset":8824,"symbol":"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*)","symbolLocation":96,"imageIndex":14},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25505,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25510,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25514,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":25522,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":12},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":12},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":12},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":12},{"imageOffset":531392,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":2},{"imageOffset":525484,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":2},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":2438400,"imageIndex":15},{"imageOffset":353392,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":13},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25528,"name":"com.apple.coremedia.imagequeue.coreanimation.common","frames":[{"imageOffset":17764,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":12},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":11},{"imageOffset":137556,"symbol":"WaitOnCondition","symbolLocation":20,"imageIndex":16},{"imageOffset":48656,"symbol":"FigSemaphoreWaitRelative","symbolLocation":164,"imageIndex":16},{"imageOffset":3931468,"imageIndex":17},{"imageOffset":131748,"symbol":"figThreadMain","symbolLocation":248,"imageIndex":16},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":25730,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]}], "usedImages" : [ { "source" : "P", "arch" : "arm64e", "base" : 6921285632, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15773696, "uuid" : "dbbd4dea-6c68-3200-a81b-79b6a62f4669", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299.30.116" }, { "source" : "P", "arch" : "arm64", "base" : 4370563072, "CFBundleShortVersionString" : "15.12.0", "CFBundleIdentifier" : "com.netflix.ios.Nbp", "size" : 5373952, "uuid" : "af38f072-c9a8-34c5-afa2-bbf9a5b1903d", "path" : "\/Users\/USER\/Library\/Containers\/io.playcover.PlayCover\/Netflix.app\/Frameworks\/Nbp.framework\/Nbp", "name" : "Nbp", "CFBundleVersion" : "8" }, { "source" : "P", "arch" : "arm64e", "base" : 6868037632, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5079040, "uuid" : "fd16d6d9-10c0-323b-b43b-9781c4a4d268", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "arm64e", "base" : 6864027648, "size" : 286112, "uuid" : "fc6d1c4f-2e83-37cc-b972-c5529f1c0e40", "path" : "\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6867292160, "size" : 98300, "uuid" : "20a1d2a7-4c7c-36d4-ade6-c65d68317bca", "path" : "\/usr\/lib\/libc++abi.dylib", "name" : "libc++abi.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6866034688, "size" : 294912, "uuid" : "191028d2-0477-3ebc-9eef-a85acafc7193", "path" : "\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7026515968, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3358720, "uuid" : "f1e0f4f6-dd7b-3d16-a622-5ee94a20fcaa", "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "arm64e", "base" : 7243096064, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitMacHelper", "size" : 1130496, "uuid" : "478ec6df-77ae-3dfc-b4d9-e2e51511dae8", "path" : "\/System\/Library\/PrivateFrameworks\/UIKitMacHelper.framework\/Versions\/A\/UIKitMacHelper", "name" : "UIKitMacHelper", "CFBundleVersion" : "6209.1.406" }, { "source" : "P", "arch" : "arm64e", "base" : 7572967424, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 23736320, "uuid" : "0435ea4f-6e19-3f9e-990e-7db8d88505b0", "path" : "\/System\/iOSSupport\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/Versions\/A\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "6209.1.406" }, { "source" : "P", "arch" : "arm64", "base" : 4310679552, "CFBundleShortVersionString" : "15.12.0", "CFBundleIdentifier" : "com.netflix.Netflix", "size" : 33603584, "uuid" : "d4fd59db-7a77-33df-b2fa-786965b95117", "path" : "\/Users\/USER\/Library\/Containers\/io.playcover.PlayCover\/Netflix.app\/Argo", "name" : "Argo", "CFBundleVersion" : "8" }, { "source" : "P", "arch" : "arm64e", "base" : 6864314368, "size" : 568164, "uuid" : "487cfdeb-9b07-39bf-bfb9-970b61aea2d1", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "arm64e", "base" : 6867623936, "size" : 53244, "uuid" : "132084c6-c347-3489-9ac2-fcaad21cdb73", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6867390464, "size" : 233460, "uuid" : "aebf397e-e2ef-3a49-be58-23d4558511f6", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6883946496, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 10719232, "uuid" : "f1f5f857-8c3c-36d5-bc27-7702d6795468", "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "arm64e", "base" : 7023603712, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.audio.caulk", "size" : 172032, "uuid" : "0978e37e-6087-35f8-a623-b9d02160b84f", "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk", "name" : "caulk" }, { "source" : "P", "arch" : "arm64e", "base" : 6943690752, "CFBundleShortVersionString" : "1402.0.8", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 3940352, "uuid" : "27318610-36d7-3519-9036-b9bcc00fe916", "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1402.0.8" }, { "source" : "P", "arch" : "arm64e", "base" : 7023775744, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.CoreMedia", "size" : 1204224, "uuid" : "2960fdce-68fd-36b4-99be-0b8d1ddbbe24", "path" : "\/System\/Library\/Frameworks\/CoreMedia.framework\/Versions\/A\/CoreMedia", "name" : "CoreMedia", "CFBundleVersion" : "3005.6.1.4.3" }, { "source" : "P", "arch" : "arm64e", "base" : 7091122176, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.MediaToolbox", "size" : 8368128, "uuid" : "abce338a-c1fd-30b2-a2b7-c1eccd513569", "path" : "\/System\/Library\/Frameworks\/MediaToolbox.framework\/Versions\/A\/MediaToolbox", "name" : "MediaToolbox", "CFBundleVersion" : "3005.6.1.4.3" }, { "source" : "P", "arch" : "arm64e", "base" : 6937059328, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIFoundation", "size" : 1728512, "uuid" : "77a93bfc-bf19-308d-aa8b-8fa41389a5fe", "path" : "\/System\/Library\/PrivateFrameworks\/UIFoundation.framework\/Versions\/A\/UIFoundation", "name" : "UIFoundation", "CFBundleVersion" : "856.3" }, { "source" : "P", "arch" : "arm64", "base" : 4359454720, "CFBundleShortVersionString" : "15.12.0", "CFBundleIdentifier" : "com.netflix.MinimalDependencies", "size" : 262144, "uuid" : "aa7a1a75-b327-3e23-add2-c9e93f2ae1d2", "path" : "\/Users\/USER\/Library\/Containers\/io.playcover.PlayCover\/Netflix.app\/Frameworks\/MinimalDependencies.framework\/MinimalDependencies", "name" : "MinimalDependencies", "CFBundleVersion" : "8" } ], "sharedCache" : { "base" : 6863667200, "size" : 3434283008, "uuid" : "00a1fbb6-43e1-3c11-8483-faf0db659249" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)\nWritable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 3328K 4 \nCG image 192K 10 \nCG raster data 5744K 29 \nColorSync 544K 27 \nCoreAnimation 9888K 74 \nCoreGraphics 32K 2 \nCoreUI image data 1456K 9 \nFoundation 48K 2 \nImage IO 12.0M 7 \nKernel Alloc Once 32K 1 \nMALLOC 324.0M 82 \nMALLOC guard page 288K 13 \nMALLOC_MEDIUM (reserved) 952.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 7552K 59 \nSTACK GUARD 56.2M 16 \nStack 16.0M 16 \nVM_ALLOCATE 144K 9 \n__AUTH 2675K 484 \n__AUTH_CONST 28.4M 730 \n__CTF 756 1 \n__DATA 17.0M 746 \n__DATA_CONST 37.1M 756 \n__DATA_DIRTY 2766K 302 \n__FONT_DATA 2352 1 \n__LINKEDIT 781.3M 26 \n__OBJC_CONST 5978K 443 \n__OBJC_RO 65.4M 1 \n__OBJC_RW 1986K 1 \n__TEXT 718.2M 781 \ndyld private memory 256K 1 \nlibnetwork 1664K 24 \nmapped file 205.5M 56 \nshared memory 960K 20 \n=========== ======= ======= \nTOTAL 3.6G 4744 \nTOTAL, minus reserved VM space 2.3G 4744 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "60186475825c62000ccf5450", "factorPackIds" : { }, "deploymentId" : 240000026 }, { "rolloutId" : "6112e3d2fc54bc3389840661", "factorPackIds" : { "SIRI_TEXT_TO_SPEECH" : "639152b31d92412bfb4880c1" }, "deploymentId" : 240000286 } ], "experiments" : [ ] } } Model: Mac14,2, BootROM 8419.60.44, proc 8:4:4 processors, 16 GB, SMC Graphics: Apple M2, Apple M2, Built-In Display: Color LCD, spdisplays_2560x1664Retina, Main, MirrorOff, Online Memory Module: LPDDR5, Hynix AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Sep 3 2022 02:35:52 version 20.10.965.9.8.7.129 FWID 01-b0e84a9b Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB31Bus Thunderbolt Bus: MacBook Air, Apple Inc. Thunderbolt Bus: MacBook Air, Apple Inc.
Author
Owner

@IsaacMarovitz commented on GitHub (Dec 29, 2022):

I cannot replicate this in 2.0.2. Presumed fixed

<!-- gh-comment-id:1367624829 --> @IsaacMarovitz commented on GitHub (Dec 29, 2022): I cannot replicate this in 2.0.2. Presumed fixed
Author
Owner

@LorenzoMorelli commented on GitHub (Dec 31, 2022):

Hi, I'm still getting crashing issues with netflix app.
At the beginning it looks like working but then, after login, when I try to watch something it crashes.
I'm running the 2.0.2 version of playcover, netflix 15.12.0 and macos ventura 13.1 with my macbook m1 pro.

I don't know how to get the app log. If you need it, can you explain me how to?

<!-- gh-comment-id:1368209899 --> @LorenzoMorelli commented on GitHub (Dec 31, 2022): Hi, I'm still getting crashing issues with netflix app. At the beginning it looks like working but then, after login, when I try to watch something it crashes. I'm running the 2.0.2 version of playcover, netflix 15.12.0 and macos ventura 13.1 with my macbook m1 pro. I don't know how to get the app log. If you need it, can you explain me how to?
Author
Owner

@LorenzoMorelli commented on GitHub (Dec 31, 2022):

Ok, I have just tried to download the ipa from https://armconverter.com/decryptedappstore/ and now it looks like working.

<!-- gh-comment-id:1368224544 --> @LorenzoMorelli commented on GitHub (Dec 31, 2022): Ok, I have just tried to download the ipa from [https://armconverter.com/decryptedappstore/](https://armconverter.com/decryptedappstore/) and now it looks like working.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#286
No description provided.