Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS crash report missing "Application Specific Information" and thread names #857

Closed
jrau14 opened this issue Aug 9, 2019 · 10 comments
Closed
Labels
diagnostics Related to App Center's Diagnostics service do-not-close feature request New feature request sdk

Comments

@jrau14
Copy link

jrau14 commented Aug 9, 2019

What App Center service does this affect?
iOS App Center SDK

Describe the bug
When comparing a crash log obtained via Xcode directly from the device, and the same crash log obtained via App Center, the Xcode-sourced crash log has a lot of helpful information which is missing from the App Center-sourced crash log.

Full examples are below, but a few snippets of what I see in the Xcode crash log which are missing from the App Center log:

Application Specific Information:
BUG IN CLIENT OF LIBDISPATCH: dispatch_sync called on queue already owned by current thread
Abort Cause 27021791037768705
 Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 4 name:  com.apple.uikit.eventfetch-thread

I am unsure if this is expected behavior or if what I'm hoping for is even technically feasible--but I kind of hope it is.

To Reproduce
Steps to reproduce the behavior:

  1. Clone my test app, fix the signing settings as required and assign an App Center app secret in AppDelegate.swift.
  2. Run the app.
  3. Tap the button on the phone's screen to cause a crash.
  4. Restart the app to allow crash upload.
  5. "Ignore" the unsymbolicated crash to make it viewable (I'm not concerned about the symbols here--I know I'll see hex addresses instead of names, and that's okay for this example)
  6. Obtain the crash log via Xcode's Devices and Simulators > View Device Logs screen.

Expected behavior
The log obtained in step 5 should (aside from missing symbols in the stack traces) be identical to the log obtained in step 6.

Smartphone (please complete the following information):

  • Device: iPhone 7
  • OS: iOS 12.3.1

Log gotten from App Center:

Incident Identifier: 8af6d2f8-d7ad-4211-961b-69b2cc8b1d35
CrashReporter Key:   74E47558-F075-48B0-A69F-E18DA61D9CAB
Hardware Model:      iPhone9,1
Process:         DeadlockMyself [2781]
Path:            /var/containers/Bundle/Application/C628B6E6-9A48-41FE-8B5A-9C088643E081/DeadlockMyself.app/DeadlockMyself
Identifier:      com.ford.jrau14.DeadlockMyself
Version:         1.0 (1)
Code Type:       arm64
Parent Process:  ??? [1]

Date/Time:       undefined
Launch Time:     undefined
OS Version:      iPhone OS 12.3.1 (16F203)
Report Version:  104

Exception Type:  SIGTRAP
Exception Codes: TRAP_BRKPT at 0x1a2cf3f30
Crashed Thread:  6

Thread 6 Crashed:
0   libdispatch.dylib                    0x00000001a2cf3f30 __DISPATCH_WAIT_FOR_QUEUE__ + 444
1   libdispatch.dylib                    0x00000001a2cf3ad4 _dispatch_sync_f_slow + 136
2   DeadlockMyself                       0x0000000100acd504 0x100ac8000 + 21764
3   DeadlockMyself                       0x0000000100acd72c 0x100ac8000 + 22316
4   libdispatch.dylib                    0x00000001a2d44a38 _dispatch_call_block_and_release + 20
5   libdispatch.dylib                    0x00000001a2d457d4 _dispatch_client_callout + 12
6   libdispatch.dylib                    0x00000001a2cee320 _dispatch_lane_serial_drain$VARIANT$mp + 588
7   libdispatch.dylib                    0x00000001a2ceee3c _dispatch_lane_invoke$VARIANT$mp + 424
8   libdispatch.dylib                    0x00000001a2cf74a8 _dispatch_workloop_worker_thread + 592
9   libsystem_pthread.dylib              0x00000001a2f25114 _pthread_wqthread + 300
10  libsystem_pthread.dylib              0x00000001a2f27cd4 start_wqthread + 0

Thread 0:
0   libsystem_kernel.dylib               0x00000001a2e970f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a3296a10 __CFRunLoopServiceMachPort + 232
2   CoreFoundation                       0x00000001a3291920 __CFRunLoopRun + 1356
3   CoreFoundation                       0x00000001a32910b0 CFRunLoopRunSpecific + 432
4   GraphicsServices                     0x00000001a549179c GSEventRunModal + 100
5   UIKitCore                            0x00000001cfc0b978 UIApplicationMain + 208
6   DeadlockMyself                       0x0000000100acf6a0 0x100ac8000 + 30368
7   libdyld.dylib                        0x00000001a2d568e0 start + 0

Thread 1:
0   libsystem_kernel.dylib               0x00000001a2ea2b74 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001a2f27cd4 start_wqthread + 0

Thread 2:
0   libsystem_kernel.dylib               0x00000001a2ea2b74 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001a2f27cd4 start_wqthread + 0

Thread 3:
0   libsystem_kernel.dylib               0x00000001a2ea2b74 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001a2f27cd4 start_wqthread + 0

Thread 4:
0   libsystem_kernel.dylib               0x00000001a2e970f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a3296a10 __CFRunLoopServiceMachPort + 232
2   CoreFoundation                       0x00000001a3291920 __CFRunLoopRun + 1356
3   CoreFoundation                       0x00000001a32910b0 CFRunLoopRunSpecific + 432
4   Foundation                           0x00000001a3c5efac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 296
5   Foundation                           0x00000001a3c5ee3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 92
6   UIKitCore                            0x00000001cfcf1494 -[UIEventFetcher threadMain] + 132
7   Foundation                           0x00000001a3d8b6a4 __NSThread__start__ + 980
8   libsystem_pthread.dylib              0x00000001a2f242c0 _pthread_body + 124
9   libsystem_pthread.dylib              0x00000001a2f24220 _pthread_start + 40
10  libsystem_pthread.dylib              0x00000001a2f27cdc thread_start + 0

Thread 5:
0   libsystem_kernel.dylib               0x00000001a2ea2b74 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001a2f27cd4 start_wqthread + 0

Thread 7:
0   DeadlockMyself                       0x0000000100b39934 0x100ac8000 + 465204
1   DeadlockMyself                       0x0000000100b4a324 0x100ac8000 + 533284
2   libsystem_pthread.dylib              0x00000001a2f242c0 _pthread_body + 124
3   libsystem_pthread.dylib              0x00000001a2f24220 _pthread_start + 40
4   libsystem_pthread.dylib              0x00000001a2f27cdc thread_start + 0

Thread 6 crashed with arm64 Thread State:
   x21: 0x00000002803b8ed0     x2: 0x0000000100acd6d4    x16: 0x00000001a2cebc8c     x3: 0x0000000000000002
   x22: 0x00000002823aaf80     x4: 0x00000002823aaf80    x17: 0x0000000000000000   cpsr: 0x0000000080000000
    x5: 0x0000000000000012    x23: 0x0000000000000000     x6: 0x0000000280db1820    x18: 0x0000000000000000
   x10: 0x0000000000000000     lr: 0x00000001a2cf3ad4     x7: 0x0000000000000d80    x24: 0x000000028188d8c0
   x11: 0x0000000000000000     x8: 0x0000000d00004401    x19: 0x000000016f67a760    x25: 0x0000000000000000
    x9: 0x0000000000000002    x12: 0x0000000000000000     fp: 0x000000016f67a750    x26: 0x0000000000000000
   x13: 0x0000000000000000     pc: 0x00000001a2cf3f30    x27: 0x0000000000000000    x14: 0x0000000000000001
   x20: 0x00000002823aaf80     x0: 0x000000016f67a760     sp: 0x000000016f67a730    x28: 0x000000016f67b0e0
   x15: 0x0000000000000881     x1: 0x00000002823aaf80

Binary Images:
0x0000000100ac8000 -        0x0000000100b8ffff +DeadlockMyself arm64  <707c5b3c-74b0-3d98-bc47-28f9d2359284> /var/containers/Bundle/Application/C628B6E6-9A48-41FE-8B5A-9C088643E081/DeadlockMyself.app/DeadlockMyself
0x00000001a2ce5000 -        0x00000001a2d54fff  libdispatch.dylib arm64  <94dcbc89-bacb-39be-adff-ccea74e7bdb6> /usr/lib/system/libdispatch.dylib
0x00000001a2d55000 -        0x00000001a2d7efff  libdyld.dylib arm64  <39ee943a-d0ca-3011-8051-9d4a1173734f> /usr/lib/system/libdyld.dylib
0x00000001a2e7f000 -        0x00000001a2ea9fff  libsystem_kernel.dylib arm64  <cc9f9508-b5bf-3478-a442-f3cec1591804> /usr/lib/system/libsystem_kernel.dylib
0x00000001a2f19000 -        0x00000001a2f29fff  libsystem_pthread.dylib arm64  <beb13d83-11cd-3aa1-a18d-ea822da57c69> /usr/lib/system/libsystem_pthread.dylib
0x00000001a31ed000 -        0x00000001a3549fff  CoreFoundation arm64  <8f67863f-a23e-3771-90d7-993168740877> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x00000001a3c57000 -        0x00000001a3f41fff  Foundation arm64  <25293172-df9f-3fb9-9e4f-fd4ea250557e> /System/Library/Frameworks/Foundation.framework/Foundation
0x00000001a5487000 -        0x00000001a5499fff  GraphicsServices arm64  <e8535e85-7a0c-3684-8305-1d66703ec391> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x00000001cf34f000 -        0x00000001d0433fff  UIKitCore arm64  <40a93e93-9f86-35c1-905c-7b947c7c2305> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore

Log gotten from Xcode:

Incident Identifier: 8F6FBBFC-BDCF-4E8F-92D8-F455CA9D0629
CrashReporter Key:   09fd8cb4b17bf46deb24ab2fdb1abd11e6a64480
Hardware Model:      iPhone9,1
Process:             DeadlockMyself [2781]
Path:                /private/var/containers/Bundle/Application/C628B6E6-9A48-41FE-8B5A-9C088643E081/DeadlockMyself.app/DeadlockMyself
Identifier:          com.ford.jrau14.DeadlockMyself
Version:             1 (1.0)
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.ford.jrau14.DeadlockMyself [2187]


Date/Time:           2019-08-09 12:07:54.9567 -0400
Launch Time:         2019-08-09 12:07:53.7709 -0400
OS Version:          iPhone OS 12.3.1 (16F203)
Baseband Version:    5.60.01
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001a2cf3f30
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [2781]
Triggered by Thread:  6

Application Specific Information:
BUG IN CLIENT OF LIBDISPATCH: dispatch_sync called on queue already owned by current thread
Abort Cause 27021791037768705

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib        	0x00000001a2e970f4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a2e965a0 mach_msg + 72
2   CoreFoundation                	0x00000001a3296a10 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                	0x00000001a3291920 __CFRunLoopRun + 1360
4   CoreFoundation                	0x00000001a32910b0 CFRunLoopRunSpecific + 436
5   GraphicsServices              	0x00000001a549179c GSEventRunModal + 104
6   UIKitCore                     	0x00000001cfc0b978 UIApplicationMain + 212
7   DeadlockMyself                	0x0000000100acf6a0 0x100ac8000 + 30368
8   libdyld.dylib                 	0x00000001a2d568e0 start + 4

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

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

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

Thread 4 name:  com.apple.uikit.eventfetch-thread
Thread 4:
0   libsystem_kernel.dylib        	0x00000001a2e970f4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a2e965a0 mach_msg + 72
2   CoreFoundation                	0x00000001a3296a10 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                	0x00000001a3291920 __CFRunLoopRun + 1360
4   CoreFoundation                	0x00000001a32910b0 CFRunLoopRunSpecific + 436
5   Foundation                    	0x00000001a3c5efac -[NSRunLoop+ 32684 (NSRunLoop) runMode:beforeDate:] + 300
6   Foundation                    	0x00000001a3c5ee3c -[NSRunLoop+ 32316 (NSRunLoop) runUntilDate:] + 96
7   UIKitCore                     	0x00000001cfcf1494 -[UIEventFetcher threadMain] + 136
8   Foundation                    	0x00000001a3d8b6a4 __NSThread__start__ + 984
9   libsystem_pthread.dylib       	0x00000001a2f242c0 _pthread_body + 128
10  libsystem_pthread.dylib       	0x00000001a2f24220 _pthread_start + 44
11  libsystem_pthread.dylib       	0x00000001a2f27cdc thread_start + 4

Thread 5:
0   libsystem_pthread.dylib       	0x00000001a2f27cd0 start_wqthread + 0

Thread 6 name:  Dispatch queue: com.helloworld
Thread 6 Crashed:
0   libdispatch.dylib             	0x00000001a2cf3f30 __DISPATCH_WAIT_FOR_QUEUE__ + 444
1   libdispatch.dylib             	0x00000001a2cf3ad4 _dispatch_sync_f_slow + 140
2   libdispatch.dylib             	0x00000001a2cf3ad4 _dispatch_sync_f_slow + 140
3   DeadlockMyself                	0x0000000100acd504 0x100ac8000 + 21764
4   DeadlockMyself                	0x0000000100acd72c 0x100ac8000 + 22316
5   libdispatch.dylib             	0x00000001a2d44a38 _dispatch_call_block_and_release + 24
6   libdispatch.dylib             	0x00000001a2d457d4 _dispatch_client_callout + 16
7   libdispatch.dylib             	0x00000001a2cee320 _dispatch_lane_serial_drain$VARIANT$mp + 592
8   libdispatch.dylib             	0x00000001a2ceee3c _dispatch_lane_invoke$VARIANT$mp + 428
9   libdispatch.dylib             	0x00000001a2cf74a8 _dispatch_workloop_worker_thread + 596
10  libsystem_pthread.dylib       	0x00000001a2f25114 _pthread_wqthread + 304
11  libsystem_pthread.dylib       	0x00000001a2f27cd4 start_wqthread + 4

Thread 7:
0   libsystem_kernel.dylib        	0x00000001a2e970f4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001a2e965a0 mach_msg + 72
2   DeadlockMyself                	0x0000000100b4a424 0x100ac8000 + 533540
3   libsystem_pthread.dylib       	0x00000001a2f242c0 _pthread_body + 128
4   libsystem_pthread.dylib       	0x00000001a2f24220 _pthread_start + 44
5   libsystem_pthread.dylib       	0x00000001a2f27cdc thread_start + 4

Thread 6 crashed with ARM Thread State (64-bit):
    x0: 0x000000016f67a760   x1: 0x00000002823aaf80   x2: 0x0000000100acd6d4   x3: 0x0000000000000002
    x4: 0x00000002823aaf80   x5: 0x0000000000000012   x6: 0x0000000280db1820   x7: 0x0000000000000d80
    x8: 0x0060002d00004401   x9: 0x0000000000000002  x10: 0xff80002000000000  x11: 0x0000002000000000
   x12: 0x0000000000000000  x13: 0x001ffe2000000000  x14: 0x0000000000000001  x15: 0x0000000000000881
   x16: 0x00000001a2cebc8c  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x000000016f67a760
   x20: 0x00000002823aaf80  x21: 0x00000002803b8ed0  x22: 0x00000002823aaf80  x23: 0x0000000000000000
   x24: 0x000000028188d8c0  x25: 0x0000000000000000  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x000000016f67b0e0   fp: 0x000000016f67a750   lr: 0x00000001a2cf3ad4
    sp: 0x000000016f67a730   pc: 0x00000001a2cf3f30 cpsr: 0x80000000

Binary Images:
0x100ac8000 - 0x100b8ffff DeadlockMyself arm64  <707c5b3c74b03d98bc4728f9d2359284> /var/containers/Bundle/Application/C628B6E6-9A48-41FE-8B5A-9C088643E081/DeadlockMyself.app/DeadlockMyself
0x100d30000 - 0x100d87fff dyld arm64  <9c893b6aa3b13d9596326ef6952e7195> /usr/lib/dyld
0x102860000 - 0x10286bfff libobjc-trampolines.dylib arm64  <7e51dd446ecc38e6a5ab21d88fc0e15b> /usr/lib/libobjc-trampolines.dylib
0x1a246f000 - 0x1a2470fff libSystem.B.dylib arm64  <2d9d93c74687353281fc2f486a371680> /usr/lib/libSystem.B.dylib
0x1a2471000 - 0x1a24c6fff libc++.1.dylib arm64  <e1843de67f9234e6a7c59cfb6ffe5e76> /usr/lib/libc++.1.dylib
0x1a24c7000 - 0x1a24d9fff libc++abi.dylib arm64  <b2407b2b53073779b86b8765c6ea72c2> /usr/lib/libc++abi.dylib
0x1a24da000 - 0x1a2c61fff libobjc.A.dylib arm64  <c48d66667b893a29959044bb49a1973e> /usr/lib/libobjc.A.dylib
0x1a2c62000 - 0x1a2c66fff libcache.dylib arm64  <22202d885c35395a9734dc0d7dc02b29> /usr/lib/system/libcache.dylib
0x1a2c67000 - 0x1a2c72fff libcommonCrypto.dylib arm64  <0670536269b63ab289d61f36dd2aa431> /usr/lib/system/libcommonCrypto.dylib
0x1a2c73000 - 0x1a2c77fff libcompiler_rt.dylib arm64  <14258a4709af3ffba47a04bc00b9646a> /usr/lib/system/libcompiler_rt.dylib
0x1a2c78000 - 0x1a2c80fff libcopyfile.dylib arm64  <903036d60844385987e8bec76e22bcad> /usr/lib/system/libcopyfile.dylib
0x1a2c81000 - 0x1a2ce4fff libcorecrypto.dylib arm64  <9f7915fc35b737e880ff06f14f73d523> /usr/lib/system/libcorecrypto.dylib
0x1a2ce5000 - 0x1a2d54fff libdispatch.dylib arm64  <94dcbc89bacb39beadffccea74e7bdb6> /usr/lib/system/libdispatch.dylib
0x1a2d55000 - 0x1a2d7efff libdyld.dylib arm64  <39ee943ad0ca301180519d4a1173734f> /usr/lib/system/libdyld.dylib
0x1a2d7f000 - 0x1a2d7ffff liblaunch.dylib arm64  <729cfcd40d393f308cdbb266917306db> /usr/lib/system/liblaunch.dylib
0x1a2d80000 - 0x1a2d85fff libmacho.dylib arm64  <0cc10aed9fe1322fa37cdd01e6c3e771> /usr/lib/system/libmacho.dylib
0x1a2d86000 - 0x1a2d87fff libremovefile.dylib arm64  <5a2545f357d6342d9641ec17eedebf59> /usr/lib/system/libremovefile.dylib
0x1a2d88000 - 0x1a2d9ffff libsystem_asl.dylib arm64  <40fd59634e5532d49a4f441f37283d0e> /usr/lib/system/libsystem_asl.dylib
0x1a2da0000 - 0x1a2da0fff libsystem_blocks.dylib arm64  <8dd7ed74d37d3dde8eb600edf862c82f> /usr/lib/system/libsystem_blocks.dylib
0x1a2da1000 - 0x1a2e22fff libsystem_c.dylib arm64  <5dcc765a916a3daeb108d6502c377ae4> /usr/lib/system/libsystem_c.dylib
0x1a2e23000 - 0x1a2e27fff libsystem_configuration.dylib arm64  <99cc1779fbeb371a8dc9971a007cf6e1> /usr/lib/system/libsystem_configuration.dylib
0x1a2e28000 - 0x1a2e2efff libsystem_containermanager.dylib arm64  <b342816916ef3f3e9e22cf2f1544acfd> /usr/lib/system/libsystem_containermanager.dylib
0x1a2e2f000 - 0x1a2e30fff libsystem_coreservices.dylib arm64  <90373e3876e03823a8ed93ea69564b3d> /usr/lib/system/libsystem_coreservices.dylib
0x1a2e31000 - 0x1a2e37fff libsystem_darwin.dylib arm64  <24fd8e0c02383189a10f80ac34a9755c> /usr/lib/system/libsystem_darwin.dylib
0x1a2e38000 - 0x1a2e3efff libsystem_dnssd.dylib arm64  <1fb1d15c469934529208e8bd6ad41085> /usr/lib/system/libsystem_dnssd.dylib
0x1a2e3f000 - 0x1a2e7efff libsystem_info.dylib arm64  <82fee029e7e039cfbf2b75818cd69028> /usr/lib/system/libsystem_info.dylib
0x1a2e7f000 - 0x1a2ea9fff libsystem_kernel.dylib arm64  <cc9f9508b5bf3478a442f3cec1591804> /usr/lib/system/libsystem_kernel.dylib
0x1a2eaa000 - 0x1a2ed7fff libsystem_m.dylib arm64  <fa8fefc7c2f33c228b635f1526ee1943> /usr/lib/system/libsystem_m.dylib
0x1a2ed8000 - 0x1a2efafff libsystem_malloc.dylib arm64  <3cf7982226b039749f8eebd3f328c63e> /usr/lib/system/libsystem_malloc.dylib
0x1a2efb000 - 0x1a2f06fff libsystem_networkextension.dylib arm64  <16d95a4894953f70bdbd6b2e6fa2ada3> /usr/lib/system/libsystem_networkextension.dylib
0x1a2f07000 - 0x1a2f0dfff libsystem_notify.dylib arm64  <3e85f77a7641310c827a7e926a8bf673> /usr/lib/system/libsystem_notify.dylib
0x1a2f0e000 - 0x1a2f18fff libsystem_platform.dylib arm64  <8b5dd1f4cd3c3c99b2911f7290ddf050> /usr/lib/system/libsystem_platform.dylib
0x1a2f19000 - 0x1a2f29fff libsystem_pthread.dylib arm64  <beb13d8311cd3aa1a18dea822da57c69> /usr/lib/system/libsystem_pthread.dylib
0x1a2f2a000 - 0x1a2f2cfff libsystem_sandbox.dylib arm64  <1328091ae30237658e045dcbb41772f9> /usr/lib/system/libsystem_sandbox.dylib
0x1a2f2d000 - 0x1a2f34fff libsystem_symptoms.dylib arm64  <a31d562710bd3d99a1cff7b78de4491a> /usr/lib/system/libsystem_symptoms.dylib
0x1a2f35000 - 0x1a2f4afff libsystem_trace.dylib arm64  <813eaa7de9753714a813eabaea1e39e2> /usr/lib/system/libsystem_trace.dylib
0x1a2f4b000 - 0x1a2f50fff libunwind.dylib arm64  <e00ff283d08538c1b34675a5e665bcdc> /usr/lib/system/libunwind.dylib
0x1a2f51000 - 0x1a2f7efff libxpc.dylib arm64  <7047fecf09023c959ca2a8499239f4a2> /usr/lib/system/libxpc.dylib
0x1a2f7f000 - 0x1a31dafff libicucore.A.dylib arm64  <9015b4c283943ee891433bd65535e6bf> /usr/lib/libicucore.A.dylib
0x1a31db000 - 0x1a31ecfff libz.1.dylib arm64  <869dd3bee3ba3e7abd0cbad2f428cdbc> /usr/lib/libz.1.dylib
0x1a31ed000 - 0x1a3549fff CoreFoundation arm64  <8f67863fa23e377190d7993168740877> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a354a000 - 0x1a355afff libbsm.0.dylib arm64  <4524c293a9ab3f40bd476f0e665dfc55> /usr/lib/libbsm.0.dylib
0x1a355b000 - 0x1a355bfff libenergytrace.dylib arm64  <4733292256c23d85910a258f21770d6c> /usr/lib/libenergytrace.dylib
0x1a355c000 - 0x1a35eafff IOKit arm64  <8cbd79075b063189808df404fe3ae179> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a35eb000 - 0x1a36d2fff libxml2.2.dylib arm64  <1b51169d88b436ac8b374a52fc7ee591> /usr/lib/libxml2.2.dylib
0x1a36d3000 - 0x1a36e0fff libbz2.1.0.dylib arm64  <0c1876f0044234339a72c5d1f1ab2c9b> /usr/lib/libbz2.1.0.dylib
0x1a36e1000 - 0x1a36f9fff liblzma.5.dylib arm64  <dbbb8e6e5cd333969343748c303a771d> /usr/lib/liblzma.5.dylib
0x1a36fa000 - 0x1a3873fff libsqlite3.dylib arm64  <48776c5c404d3ed589a60f07eb2e995b> /usr/lib/libsqlite3.dylib
0x1a3874000 - 0x1a38a8fff libMobileGestalt.dylib arm64  <0d11307f9a3e3ddb80779e03e5e6a31c> /usr/lib/libMobileGestalt.dylib
0x1a38a9000 - 0x1a3c56fff CFNetwork arm64  <f76b7b973d7d306484d1922a6b85d0f8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a3c57000 - 0x1a3f41fff Foundation arm64  <25293172df9f3fb99e4ffd4ea250557e> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a3f42000 - 0x1a4050fff Security arm64  <198a5510ae6c3605898d3b06c7dec3d9> /System/Library/Frameworks/Security.framework/Security
0x1a4051000 - 0x1a40bafff SystemConfiguration arm64  <67fe60d5ad553f63a9f973e11e5a9dad> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a40bb000 - 0x1a40edfff libCRFSuite.dylib arm64  <c2a13500b7e33a71b9c36cb6bb890286> /usr/lib/libCRFSuite.dylib
0x1a40ee000 - 0x1a4104fff libapple_nghttp2.dylib arm64  <1637a851ff65353888978ec0c4d1e0ac> /usr/lib/libapple_nghttp2.dylib
0x1a4105000 - 0x1a412efff libarchive.2.dylib arm64  <598c101a5eaa3da89ddf37e4a8003757> /usr/lib/libarchive.2.dylib
0x1a41f7000 - 0x1a420dfff libcoretls.dylib arm64  <89b2a60485493023b95e8ec9e624c5f7> /usr/lib/libcoretls.dylib
0x1a420e000 - 0x1a420ffff libcoretls_cfhelpers.dylib arm64  <83728d8a332239578fb6ace719b8e0ac> /usr/lib/libcoretls_cfhelpers.dylib
0x1a4210000 - 0x1a4211fff liblangid.dylib arm64  <eb6be37c1f11338088aaf9cc9b08cc6b> /usr/lib/liblangid.dylib
0x1a4212000 - 0x1a4582fff libnetwork.dylib arm64  <c8c1090660d536519b1fad5945225560> /usr/lib/libnetwork.dylib
0x1a4583000 - 0x1a45b6fff libpcap.A.dylib arm64  <ba41e93b1cca3f14847891c4cf5750cf> /usr/lib/libpcap.A.dylib
0x1a4615000 - 0x1a4621fff IOSurface arm64  <24abbc56094a3cdcb452e7e7e58e8ce7> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a4622000 - 0x1a46d4fff libBLAS.dylib arm64  <1227677a0887399cabb9f71366fe24db> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1a46d5000 - 0x1a49f1fff libLAPACK.dylib arm64  <ce98dc1d007d31619daf31c5adac2442> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1a49f2000 - 0x1a4c60fff vImage arm64  <41f05566962d355e91f4477b4e772f70> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a4c61000 - 0x1a4c72fff libSparseBLAS.dylib arm64  <338f8bc90d683be99382785725295111> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1a4c73000 - 0x1a4ccdfff libvMisc.dylib arm64  <bc70159cdf0e3898a103465d9b005d36> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1a4cce000 - 0x1a4cfcfff libBNNS.dylib arm64  <eb84695115b436b0bc094c2093447946> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1a4cfd000 - 0x1a4d11fff libLinearAlgebra.dylib arm64  <20ba3f17bfc0399bb11c86ba2229eb39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1a4d12000 - 0x1a4d16fff libQuadrature.dylib arm64  <f28bbbb64cec3491afa2b8e612bcb6c9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1a4d17000 - 0x1a4d85fff libSparse.dylib arm64  <115f63580cd03880bd3532006327fc91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1a4d86000 - 0x1a4e16fff libvDSP.dylib arm64  <7e74fa8ecbaf3facb1ac7c3e5b7b2843> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1a4e17000 - 0x1a4e17fff vecLib arm64  <a1abbd2b223933ba966abab8ce22b3be> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1a4e18000 - 0x1a4e18fff Accelerate arm64  <17b91b414a5c3add8f30fe76901ab19a> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1a4e19000 - 0x1a4e30fff libcompression.dylib arm64  <14d85278114631f8b8384811ef3ba90d> /usr/lib/libcompression.dylib
0x1a4e31000 - 0x1a53d5fff CoreGraphics arm64  <d0efda4febfd32be87af4ca6191fa356> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a53d6000 - 0x1a53dbfff IOAccelerator arm64  <82d5bf7d8aa23351881345c17cc0f5d1> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1a53dc000 - 0x1a53e1fff libCoreFSCache.dylib arm64  <b15618da4b7f347a9df5eb993d690b9f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1a53e2000 - 0x1a5486fff Metal arm64  <20bff78b5b9f3877a27d0083a594eb63> /System/Library/Frameworks/Metal.framework/Metal
0x1a5487000 - 0x1a5499fff GraphicsServices arm64  <e8535e857a0c368483051d66703ec391> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a549a000 - 0x1a549afff MobileCoreServices arm64  <84949e37138737c488acfe4d81f23634> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1a549b000 - 0x1a549dfff IOSurfaceAccelerator arm64  <bbde7ec6029033c48544300be8e04ae3> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1a549e000 - 0x1a54e0fff AppleJPEG arm64  <47f914569162375c85d858d2edf92463> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1a54e1000 - 0x1a5a7dfff ImageIO arm64  <d93107d7853e394aa20505d1dbf6facf> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1a5a7e000 - 0x1a5aecfff BaseBoard arm64  <345238425f6d348c8cce0c59797c54dd> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a5aed000 - 0x1a5b02fff AssertionServices arm64  <bf3871acff283785bbbc9556abf09265> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a5b03000 - 0x1a5b0bfff CorePhoneNumbers arm64  <4123c73c515830768ad46d6c1efbb38c> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1a5b0c000 - 0x1a5b4ffff AppSupport arm64  <57d2d9ea472335769c846670f9fddccb> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a5b50000 - 0x1a5b68fff CrashReporterSupport arm64  <13c0b22ea99c336b80fb210972762030> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1a5b69000 - 0x1a5b6efff AggregateDictionary arm64  <95a34ce9fd14339383d991821b281389> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a5b6f000 - 0x1a5beafff libTelephonyUtilDynamic.dylib arm64  <d77edc67ae16313fb8ac305524407770> /usr/lib/libTelephonyUtilDynamic.dylib
0x1a5beb000 - 0x1a5c09fff ProtocolBuffer arm64  <91032fdf155b3f87924a7525285f16e4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a5c0a000 - 0x1a5c39fff MobileKeyBag arm64  <6dededb77a1e357e8f9e0e4a4637cd8b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a5c3a000 - 0x1a5c74fff BackBoardServices arm64  <8bdbee668d39300abe172a65eb4a21bf> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a5c75000 - 0x1a5cd7fff FrontBoardServices arm64  <3fb118c67c7c30bd8495888e2cae5eeb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a5cd8000 - 0x1a5d1dfff SpringBoardServices arm64  <2d2e5ec182f2350ea5a9806c1ec65e8d> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a5d1e000 - 0x1a5d31fff PowerLog arm64  <b8b60a56684a357395eb6fb5c65cd5ea> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a5d32000 - 0x1a5d4cfff CommonUtilities arm64  <f463a608c90b36f38c8e0cf12e59dd80> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a5d4d000 - 0x1a5d58fff liblockdown.dylib arm64  <c0d80ffabcea3568af858400ecd03b7f> /usr/lib/liblockdown.dylib
0x1a5d59000 - 0x1a607afff CoreData arm64  <77d422003f2d3a87b81a262554be4dd1> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a607b000 - 0x1a6082fff TCC arm64  <a94663c4ec093573958c81409e49fe79> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a6083000 - 0x1a608afff libcupolicy.dylib arm64  <5ddf224db5933b6eac3ee6d462ddb6dc> /usr/lib/libcupolicy.dylib
0x1a608b000 - 0x1a615efff CoreTelephony arm64  <7faa89592ffa35f5a0b4d1c6e517552a> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a615f000 - 0x1a61b6fff Accounts arm64  <c2b61ce4ea203a72b1aca9907a9ba1d5> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a61b7000 - 0x1a61dafff AppleSauce arm64  <c6cedf639f933b688bdf4a5e3ec84673> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1a61db000 - 0x1a61e4fff DataMigration arm64  <1d495a1462093f1c9c5998356a0a4484> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1a61e5000 - 0x1a61ebfff Netrb arm64  <aed66358b06736c59dd96692815d6848> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1a61ec000 - 0x1a621dfff PersistentConnection arm64  <9bf92b0151753e6497f8d56bbb89430c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1a621e000 - 0x1a622efff libmis.dylib arm64  <c1a959945e64374cbac9c372f7397df8> /usr/lib/libmis.dylib
0x1a622f000 - 0x1a6334fff ManagedConfiguration arm64  <1ea0f673eed93dc5b0d63b3030b7e57a> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a6335000 - 0x1a633afff libReverseProxyDevice.dylib arm64  <7f14b01b25433818b181f6c823088cdf> /usr/lib/libReverseProxyDevice.dylib
0x1a633b000 - 0x1a634dfff libamsupport.dylib arm64  <eb4d3e6a60ec3bdb82d510289a55208d> /usr/lib/libamsupport.dylib
0x1a634e000 - 0x1a6353fff libCoreVMClient.dylib arm64  <b6f900278f8b3bf88858dda31908764e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1a6354000 - 0x1a6355fff libCVMSPluginSupport.dylib arm64  <515a78781c723fe18fd06ceafb327f49> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1a6356000 - 0x1a6359fff libutil.dylib arm64  <7119d758cbad3f929f0db0096ad145ee> /usr/lib/libutil.dylib
0x1a635a000 - 0x1a6397fff libGLImage.dylib arm64  <c977d1a0adbd3f01aeec2d7b2cc4b7b6> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1a6398000 - 0x1a6415fff APFS arm64  <ac71d9cf7f743d3d9f3152fc91f06dc6> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1a6416000 - 0x1a6447fff MediaKit arm64  <44a29345438735ebb25a9a2313a7b0df> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1a6448000 - 0x1a6462fff libSERestoreInfo.dylib arm64  <97bf44461e753b79b8db1d39ced94382> /usr/lib/updaters/libSERestoreInfo.dylib
0x1a6469000 - 0x1a64a4fff DiskImages arm64  <e83b36ea80653f479c7bb16df26e16ef> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1a64a5000 - 0x1a64aefff libGFXShared.dylib arm64  <f7762e821a563726a3356a83d2b97c35> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1a64af000 - 0x1a64fcfff libauthinstall.dylib arm64  <144e5c893c6b32c5affa7f008b418cd7> /usr/lib/libauthinstall.dylib
0x1a64fd000 - 0x1a6505fff IOMobileFramebuffer arm64  <8d44fa21b7e63f859d5089f705d02a3e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1a6506000 - 0x1a6510fff OpenGLES arm64  <f1a1ebe122f430a892da5e647cc51578> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1a6511000 - 0x1a65affff ColorSync arm64  <e89fe66ea7cf33adaf6cc50e8ecca7f2> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a65b0000 - 0x1a65dffff CoreVideo arm64  <904fb734803c3169a3cd15a5bc1f7617> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1a65e0000 - 0x1a65e1fff libCTGreenTeaLogger.dylib arm64  <2c66984be602379aafea29263178b490> /usr/lib/libCTGreenTeaLogger.dylib
0x1a65e2000 - 0x1a6733fff CoreAudio arm64  <58d8cad0a77531b492bd63ace658737d> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a6754000 - 0x1a6757fff UserFS arm64  <11a8ec06a2403df79847213fc7d494f7> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1a6758000 - 0x1a690cfff CoreMedia arm64  <fbe41afac08633d8ad35c681d8d7807f> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a690d000 - 0x1a691ffff libprotobuf-lite.dylib arm64  <0e24be4937fd3374be8b526df7c2a6f4> /usr/lib/libprotobuf-lite.dylib
0x1a6920000 - 0x1a697dfff libprotobuf.dylib arm64  <4c45e56e96d23931801d0b742ac8d67e> /usr/lib/libprotobuf.dylib
0x1a697e000 - 0x1a6c9bfff libAWDSupportFramework.dylib arm64  <562e58f898003072a07cca40b77a0346> /usr/lib/libAWDSupportFramework.dylib
0x1a6c9c000 - 0x1a6ce1fff WirelessDiagnostics arm64  <2a61b25d975b37d8ae38ee7f2d1acef4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a6ce2000 - 0x1a6d9ffff VideoToolbox arm64  <270622373ffa3607b37bd0aa29973ef0> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1a6da0000 - 0x1a6ea4fff libFontParser.dylib arm64  <ef659aa6a27f306a88d08fd3566f309e> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1a6ea5000 - 0x1a6ea5fff FontServices arm64  <9b1a15c31384324d82f3d0ad3b30af6f> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1a6ea6000 - 0x1a7007fff CoreText arm64  <874860ca41c93ca0a5617a84aeea4159> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a7008000 - 0x1a7016fff IntlPreferences arm64  <3b9fa3a80d813874bf7ed224fca2aef6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1a7017000 - 0x1a7020fff RTCReporting arm64  <6ded5a8713db33fbba202fbe9b6aac9a> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1a7021000 - 0x1a70d2fff CoreBrightness arm64  <8895e1c0d236399db78bde7a3a4f5885> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1a70d3000 - 0x1a70dcfff libAudioStatistics.dylib arm64  <873e634c18fd30fbad2c913cf82f51d3> /usr/lib/libAudioStatistics.dylib
0x1a70dd000 - 0x1a767bfff AudioToolbox arm64  <b29bb470bcf839388f7b218504b625a6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a767c000 - 0x1a78b4fff QuartzCore arm64  <8060fa297c6d3d6d8fc5e517e32949d4> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a78b5000 - 0x1a78bffff MediaAccessibility arm64  <b3592f7724aa38a2882cc7cbe111969a> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1a78c0000 - 0x1a79b2fff libiconv.2.dylib arm64  <fe16541a8a8436fe8fd4b265547c8414> /usr/lib/libiconv.2.dylib
0x1a79b3000 - 0x1a79cefff NetworkStatistics arm64  <513eb3085b2a3bf7ad53520aa9637f49> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1a79cf000 - 0x1a79edfff MPSCore arm64  <cb449b62caa736d182694490ba53305e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1a79ee000 - 0x1a7a61fff MPSImage arm64  <a3e10b5d7262304db150f16214ef56bb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1a7a62000 - 0x1a7a86fff MPSMatrix arm64  <20c6f1bd1aa936a99dfc663f000661a4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1a7a87000 - 0x1a7a95fff CoreAUC arm64  <0aef421315bb36768e345479f799bef4> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1a7a96000 - 0x1a8123fff MediaToolbox arm64  <6e58002c4a683422a1db9ecb5f1b043a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a8124000 - 0x1a828efff MPSNeuralNetwork arm64  <33cf8604bd3f311ebb5e2b787b12bd1f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1a828f000 - 0x1a828ffff MetalPerformanceShaders arm64  <8bfda59148c93272b7138316ddf1054f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1a8290000 - 0x1a86a2fff FaceCore arm64  <090fc62fbb4d35cebc28aec9cac050c2> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1a86a3000 - 0x1a86b0fff GraphVisualizer arm64  <cf77d192ab3b3d86a90c4250e1489553> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1a86b1000 - 0x1a88d5fff libFosl_dynamic.dylib arm64  <7ede3433c042323f878768e6b2aeac82> /usr/lib/libFosl_dynamic.dylib
0x1a88d6000 - 0x1a8b6afff CoreImage arm64  <4a7ba5ab212936c6b29dcb977f2a1471> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a8d8e000 - 0x1a8dbcfff CoreBluetooth arm64  <552872c8ba9133b6b8e03b61f089c6bc> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a8dbd000 - 0x1a8ddefff PlugInKit arm64  <84fb63c398903b8daef3e6eabcb7cd3a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1a93e1000 - 0x1a93fefff CacheDelete arm64  <530a2ede5dbe30ddab6103fd97b05e8a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a93ff000 - 0x1a9438fff StreamingZip arm64  <a9885f96aacf3ea8824b043bbe9ef1f6> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1a9439000 - 0x1a944bfff CoreEmoji arm64  <8a100e765c883772b9b194a82993f4b1> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1a944c000 - 0x1a949bfff CoreLocationProtobuf arm64  <351352a1039e3c8bb07e5f6a85bf5573> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1a949c000 - 0x1a94a3fff SymptomDiagnosticReporter arm64  <7783836afe7639728b332ded392eff6e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1a94a4000 - 0x1a9e8bfff GeoServices arm64  <f41aebadb8da3cc5b19b6355b4fa3468> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a9e8c000 - 0x1a9ea6fff MobileAsset arm64  <3fe229af74fc39ea9ce61f966174b520> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a9ea7000 - 0x1a9ee2fff Lexicon arm64  <ff7c96af06ea3dd6a4406579302052bc> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a9ee3000 - 0x1a9ef4fff libcmph.dylib arm64  <7b66dd34551b337494f840670cfacc4d> /usr/lib/libcmph.dylib
0x1a9ef5000 - 0x1aa004fff LanguageModeling arm64  <6c7318c91c883e029101c8b64b278375> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1aa01c000 - 0x1aa0b6fff CoreLocation arm64  <dc0e318150a73f68ae8b7a133517d30c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1aa0b7000 - 0x1aa0b7fff PhoneNumbers arm64  <4f355fec17cb3c77a8ec75e177dcf312> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1aa0b8000 - 0x1aa0c2fff libChineseTokenizer.dylib arm64  <7810a2deed8a3e6c8043722f980678af> /usr/lib/libChineseTokenizer.dylib
0x1aa0c3000 - 0x1aa173fff libmecab_em.dylib arm64  <ec3fa96fda2a33a49c7faa02c0577008> /usr/lib/libmecab_em.dylib
0x1aa174000 - 0x1aa175fff libThaiTokenizer.dylib arm64  <e152ff6a814236c5988efd45048a5137> /usr/lib/libThaiTokenizer.dylib
0x1aa176000 - 0x1aa17afff libgermantok.dylib arm64  <21ccc577cc9f3c90bf8afef330408136> /usr/lib/libgermantok.dylib
0x1aa17b000 - 0x1aa1defff CoreNLP arm64  <c6890c9311cb335c99443e676d4a08f2> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1aa412000 - 0x1ab0bffff JavaScriptCore arm64  <1bc6cd920d453a83a72a73d261be2117> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1ab0c0000 - 0x1ab0c5fff libheimdal-asn1.dylib arm64  <19e762f603693fa380d216de53826807> /usr/lib/libheimdal-asn1.dylib
0x1ab0c6000 - 0x1ab140fff libate.dylib arm64  <d019a3a7803b35feac3e8517819e49c5> /usr/lib/libate.dylib
0x1ab141000 - 0x1ab1e8fff TextureIO arm64  <181bc23c77553f23ac6b4354f6a2c5b3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1ab1e9000 - 0x1ab2acfff CoreUI arm64  <8d6f79d88d713acb98c264f95776b2c3> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1ab2ad000 - 0x1ab2bafff MobileIcons arm64  <682eaae2db8c3ed7898a5a5b27930ba8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1ab2ca000 - 0x1ab332fff TextInput arm64  <317ba15bc1fb3718a6b1cb0a5d8dace7> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1ab390000 - 0x1ab421fff FileProvider arm64  <5b39368c5ebe36afa34316a0f8746ca1> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1ab518000 - 0x1ab5edfff ProofReader arm64  <99365e679484375a939d6c3655540cda> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ab5ee000 - 0x1ab603fff libAccessibility.dylib arm64  <fc3d0ed6be2f38a5a63f2870eceb200e> /usr/lib/libAccessibility.dylib
0x1ab604000 - 0x1abaf2fff libwebrtc.dylib arm64  <9ff202110da03d16a9b6683b8f63164a> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1abb58000 - 0x1ad516fff WebCore arm64  <43e48363fdab3cc792156132de8b84a7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1ad517000 - 0x1ad6b0fff WebKitLegacy arm64  <6787d083461235548252c2280b10b6b8> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ad7d3000 - 0x1ad804fff UserNotifications arm64  <941ea9a0cdd03ef2ab89fcff03bfc5b0> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1ad805000 - 0x1ad810fff AppleIDAuthSupport arm64  <750450df1fb53cc0bebbd730b41fe74e> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1ad811000 - 0x1ad866fff AuthKit arm64  <a39b9c2b9a3c3bc6af9e0a90aab53ddf> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1ad8a5000 - 0x1ad8a5fff UIKit arm64  <b5e5ca22f3003259aeb8210ab28ca482> /System/Library/Frameworks/UIKit.framework/UIKit
0x1ad8a6000 - 0x1ad8b9fff DocumentManagerCore arm64  <72fde387821f32dea89c06e66ecc77da> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1ad8ba000 - 0x1ad8c8fff HangTracer arm64  <1546787d016b3821a3d58be07bfd3e9c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1ad8c9000 - 0x1ad917fff PhysicsKit arm64  <49c5ce4ab4053cdda1bdd4de6c7f033d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1ad918000 - 0x1ad91cfff StudyLog arm64  <361514d41f653348bf94ec1edd7971e4> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1ad91d000 - 0x1ada08fff UIFoundation arm64  <9677209ff8ca3ad48379988a8221181f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1ade19000 - 0x1ade31fff libresolv.9.dylib arm64  <b7de425b1b823164b94fe08749668b76> /usr/lib/libresolv.9.dylib
0x1ade35000 - 0x1ade66fff libtidy.A.dylib arm64  <69aece969e9d370282486c7af3135cb7> /usr/lib/libtidy.A.dylib
0x1ae055000 - 0x1ae0bbfff IMFoundation arm64  <73cd34a359d3350e90dc984aea339df4> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1ae200000 - 0x1ae201fff DiagnosticLogCollection arm64  <56261a7d229e30a4bdab9ea0dcbe9f95> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1ae202000 - 0x1ae203fff Marco arm64  <1763514670473edaaef61bee283dae97> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1ae204000 - 0x1ae20bfff MessageProtection arm64  <b2738d4977dd341c8c3d3f9f9a70e2f3> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1ae20c000 - 0x1ae4f8fff StoreServices arm64  <76bc32ac0c5b3ec6aed6865fb7357039> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ae4f9000 - 0x1ae50ffff Engram arm64  <89c5e2d4382c331eb5d49083433d16f7> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1ae510000 - 0x1ae61cfff IDSFoundation arm64  <10e5afe6f2fc33aeb3974b6189c965e9> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1ae61d000 - 0x1ae627fff CaptiveNetwork arm64  <05f935a367443dfa8d0fc4db050923ff> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1ae628000 - 0x1ae657fff EAP8021X arm64  <2e3f4aa248ed3dce99b8c8141e52491f> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1ae658000 - 0x1ae695fff MobileWiFi arm64  <d6f0fe1cdd663e85947bd313450fc1fb> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1ae696000 - 0x1ae698fff OAuth arm64  <eec14cba7dbf3375970cbf68dd0a534b> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1ae699000 - 0x1ae69bfff CommonAuth arm64  <c3eaae4f1d963d2ca44c2cc9ae0b06cf> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1ae69c000 - 0x1ae70bfff Heimdal arm64  <5df186d100683348a75ddd4b6cacf893> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1ae70c000 - 0x1ae735fff GSS arm64  <d26be6b8e29e3c2ab53d1bad25a1ea0d> /System/Library/Frameworks/GSS.framework/GSS
0x1ae736000 - 0x1ae74dfff ApplePushService arm64  <dbdc276bc6dc32b4823031df472c347d> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1ae74e000 - 0x1ae7ddfff AccountsDaemon arm64  <a290cbf61db03a699bdf236bfc8b9625> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1ae7de000 - 0x1ae7fffff AppleIDSSOAuthentication arm64  <53515468bf8b3ab589b09ef9b997e37a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1ae800000 - 0x1ae880fff AppleAccount arm64  <e6e0de66e43c3deab8ccea8850b65902> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1ae881000 - 0x1ae9f6fff CoreUtils arm64  <b61b3bea127d3a8a93263116916e3049> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1ae9f7000 - 0x1aeaf0fff IDS arm64  <46b8e141760035ac835ab1fe0f69085f> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1aecec000 - 0x1aed06fff UserManagement arm64  <ef616c679dd638f4b84fd9983e30d117> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1aed18000 - 0x1aed48fff Bom arm64  <1a5601365b253bc0a0d1893bf2ad8c6f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b11a0000 - 0x1b11bbfff PrototypeTools arm64  <be11a66ec6fb3b6b918e711538e3b5d3> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1b11bc000 - 0x1b123bfff CoreSymbolication arm64  <13ffa5ede3b630ad9cbfad6529327e5d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b159e000 - 0x1b15a6fff CoreTime arm64  <11887ccfa0683b2fbfa3a178da896a78> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b1bb4000 - 0x1b1bbafff MobileSystemServices arm64  <fcadece1491f35689cc8bcc4e6dd4eaf> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1b2d7d000 - 0x1b2d82fff ConstantClasses arm64  <74d07a639dd83ae4b9603404a9f9c9ba> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1b464a000 - 0x1b466efff MobileInstallation arm64  <e22a9f03f3d43664bb2b47370178ddd7> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b4cc7000 - 0x1b4cdefff CoreFollowUp arm64  <2c49dd7ee59e301f8c5d6ff6f5df7f79> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b598c000 - 0x1b5999fff SetupAssistantSupport arm64  <981dd2ff655935878caceace743fb9b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b599a000 - 0x1b59c3fff SetupAssistant arm64  <b4928283302b38848f8f0c756392a410> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1b6737000 - 0x1b673cfff LinguisticData arm64  <5b4873c9a7353aedb61b0a3b893a936f> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1ba72e000 - 0x1ba77ffff LoggingSupport arm64  <08c3df7b7ab93ac2b6e6f5879a149f4c> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1bd3fe000 - 0x1bd403fff kperf arm64  <22b23ecb781b37c180cfdb841b7757e4> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1bd833000 - 0x1bd83bfff kperfdata arm64  <4c56a9b739c639798fba77f34d34c930> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1bd87e000 - 0x1bd885fff libdscsym.dylib arm64  <a1bc7189011637b68798d25c46c5cd7e> /usr/lib/libdscsym.dylib
0x1bdc28000 - 0x1bdc5ffff ktrace arm64  <11cbf8b15e4b35f19ef8fb9748bd2ca9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1c0343000 - 0x1c0366fff DeviceIdentity arm64  <24adf31e822d3a6f85f3bdb46e93da94> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c2383000 - 0x1c23c4fff SignpostSupport arm64  <e1d797dae9cf31df90d832584c72eec4> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c330b000 - 0x1c3320fff libtailspin.dylib arm64  <cdb23798914d30a99a44e2ac60403788> /usr/lib/libtailspin.dylib
0x1c39e7000 - 0x1c39fbfff libCGInterfaces.dylib arm64  <5360f26edb763e5cb56e34e6852bc527> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1c61c7000 - 0x1c61eefff CoreServicesInternal arm64  <72056ec6c0de31c092afd6fd784a0d8e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1c6853000 - 0x1c6865fff libGSFontCache.dylib arm64  <fef2864c3f6b3d8991045de53fe45098> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c6866000 - 0x1c6896fff libTrueTypeScaler.dylib arm64  <fb3d6b5c0b32388aa6860746181daef5> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1c82c8000 - 0x1c82ccfff InternationalSupport arm64  <071cd5bc30263bacba58a9d92f6a0ff9> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1c9a7f000 - 0x1c9a89fff SignpostCollection arm64  <179498e0269030eabf6c8aa4b12633e4> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1ca4c5000 - 0x1ca4c8fff XCTTargetBootstrap arm64  <9a025de034363df7b21e84fe72149ded> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ca506000 - 0x1ca519fff libEDR arm64  <447342f0094d3e62bc9147c343872b1f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1cb039000 - 0x1cb039fff libcharset.1.dylib arm64  <efab0a6adbe63d5390975e14f5d99652> /usr/lib/libcharset.1.dylib
0x1cbd54000 - 0x1cbe91fff CoreServices arm64  <1b1fdbf45e42320b9f1f6bfa618a9e18> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1cbebb000 - 0x1cbed4fff MPSRayIntersector arm64  <c28a99dcbb0d3ae58d4f85c4b493cecd> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1cbf01000 - 0x1cc027fff Network arm64  <02086028934236b895b241a7d872034a> /System/Library/Frameworks/Network.framework/Network
0x1cc04a000 - 0x1cc04efff ASEProcessing arm64  <ce74eea9b24b39dab7d850bb29b842bf> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1cc04f000 - 0x1cc05afff AXCoreUtilities arm64  <0f112a4a8c7331dbbb579e3b1221bb17> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1cc2d9000 - 0x1cc426fff AppleMediaServices arm64  <2260a47bada638c28e2a7d89638cbe10> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1ccc28000 - 0x1ccc7bfff DocumentManager arm64  <af64b0093b92309ab36c8cc3ac170e41> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1ccdb1000 - 0x1ccdb5fff IdleTimerServices arm64  <dde24fcd3cd236e381751df025fdb52e> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1cdfbf000 - 0x1ce00bfff OTSVG arm64  <47ac1e162b8c3e108277b2d92663afa5> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1ce24c000 - 0x1ce299fff ROCKit arm64  <da4e0c8e620e36e295f43d57134925f9> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1ce4ec000 - 0x1ce580fff SampleAnalysis arm64  <ef916bf441203d84a17e7d543885c6b7> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1cf34f000 - 0x1d0433fff UIKitCore arm64  <40a93e939f8635c1905c7b947c7c2305> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1d0434000 - 0x1d043efff UIKitServices arm64  <c4f1d7751f2c38e8b95f4b63f0adc5da> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1d043f000 - 0x1d0445fff URLFormatting arm64  <3e29a767b64b37a9baf172222eb1ecc6> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d139c000 - 0x1d16c0fff libswiftCore.dylib arm64  <edd90fbdd4ab39bc895ec57deab95d8a> /usr/lib/swift/libswiftCore.dylib
0x1d16d0000 - 0x1d16d4fff libswiftCoreFoundation.dylib arm64  <11179567a24b3fe8a7ccfa908e5d8ede> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d16d5000 - 0x1d16e4fff libswiftCoreGraphics.dylib arm64  <c131e9e3a30b301b82a837c8c4fcbb41> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1d16e5000 - 0x1d16e9fff libswiftCoreImage.dylib arm64  <8fc1dc0217343945a1fa689b683cb7ad> /usr/lib/swift/libswiftCoreImage.dylib
0x1d16f8000 - 0x1d1701fff libswiftDarwin.dylib arm64  <aa09c12d0c2f3785bc65a3b61d9bf5c4> /usr/lib/swift/libswiftDarwin.dylib
0x1d1702000 - 0x1d171bfff libswiftDispatch.dylib arm64  <0a76191395ed352bacd950a07f8f2fba> /usr/lib/swift/libswiftDispatch.dylib
0x1d171c000 - 0x1d1894fff libswiftFoundation.dylib arm64  <658ff4222db8310f8894976d83595ede> /usr/lib/swift/libswiftFoundation.dylib
0x1d18cc000 - 0x1d18d2fff libswiftMetal.dylib arm64  <7b87d577a96c32b7884e64982863dafb> /usr/lib/swift/libswiftMetal.dylib
0x1d1913000 - 0x1d1919fff libswiftObjectiveC.dylib arm64  <ff2c199142f33c3b9b0847f80af6c12d> /usr/lib/swift/libswiftObjectiveC.dylib
0x1d1923000 - 0x1d1928fff libswiftQuartzCore.dylib arm64  <9a7470f09253383bb34fd2241522cfd1> /usr/lib/swift/libswiftQuartzCore.dylib
0x1d1944000 - 0x1d196dfff libswiftSwiftOnoneSupport.dylib arm64  <c25c699f31e537f889c85e4d7cd879db> /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
0x1d196e000 - 0x1d197ffff libswiftUIKit.dylib arm64  <354b55a4dd7234ef968a3807ea6493ae> /usr/lib/swift/libswiftUIKit.dylib

EOF

@jrau14 jrau14 added the bug A bug or issue with App Center label Aug 9, 2019
@dimazaid dimazaid added diagnostics Related to App Center's Diagnostics service sdk labels Aug 14, 2019
@winnie
Copy link

winnie commented Aug 15, 2019

Hi @jrau14 thanks for the detailed report. We should show some app specific information in crash reports. Do you mind starting a support thread in App Center via the blue chat bubble or the question mark icon so our team can take a closer look? Thanks!

@russelarms
Copy link

russelarms commented Sep 6, 2019

@mledford
Copy link

Hi,

I'm finding the same problem on macOS applications too.

Here is the top portion of a crash from the machine where it occurred:

Time Awake Since Boot: 11000000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00003fa7bfbf4318
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [80106]

VM Regions Near 0x3fa7bfbf4318:
    CoreAnimation          000000015fc06000-0000000165fcb000 [ 99.8M] rw-/rwx SM=PRV  
--> 
    MALLOC_NANO            0000600000000000-0000600008000000 [128.0M] rw-/rwx SM=PRV  

Application Specific Information:
objc_msgSend() selector name: scrollView:endScrollGestureDueToReason:


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff5ac7469d objc_msgSend + 29
1   com.apple.CoreFoundation      	0x00007fff3055db96 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
2   com.apple.CoreFoundation      	0x00007fff3055db10 ___CFXRegistrationPost_block_invoke + 63
3   com.apple.CoreFoundation      	0x00007fff3055da7a _CFXRegistrationPost + 404
4   com.apple.CoreFoundation      	0x00007fff30565f28 ___CFXNotificationPost_block_invoke + 87
5   com.apple.CoreFoundation      	0x00007fff304ce8b4 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1642
6   com.apple.CoreFoundation      	0x00007fff304cdc67 _CFXNotificationPost + 732
7   com.apple.Foundation          	0x00007fff32753f5b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
8   com.apple.AppKit              	0x00007fff2dd28a0c -[NSApplication _handleDeactivateEvent:] + 803
9   com.apple.AppKit              	0x00007fff2dafc7be -[NSApplication(NSEvent) sendEvent:] + 2718
10  com.apple.AppKit              	0x00007fff2daea5e0 -[NSApplication run] + 755
11  com.apple.AppKit              	0x00007fff2dad9ae8 NSApplicationMain + 777
12  libdyld.dylib                 	0x00007fff5c4503d5 start + 1

And here is the top portion of the RAW crash as shown in AppCenter:

Exception Type:  SIGSEGV
Exception Codes: SEGV_MAPERR at 0x3fa7bfbf4318
Crashed Thread:  0

Thread 0 Crashed:
0   libobjc.A.dylib                      0x00007fff5ac7469d objc_msgSend + 29
1   CoreFoundation                       0x00007fff3055db96 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 11
2   CoreFoundation                       0x00007fff3055db10 ___CFXRegistrationPost_block_invoke + 62
3   CoreFoundation                       0x00007fff3055da7a _CFXRegistrationPost + 403
4   CoreFoundation                       0x00007fff30565f28 ___CFXNotificationPost_block_invoke + 86
5   CoreFoundation                       0x00007fff304ce8b4 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1641
6   CoreFoundation                       0x00007fff304cdc67 _CFXNotificationPost + 731
7   Foundation                           0x00007fff32753f5b -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
8   AppKit                               0x00007fff2dd28a0c -[NSApplication _handleDeactivateEvent:] + 802
9   AppKit                               0x00007fff2dafc7be -[NSApplication(NSEvent) sendEvent:] + 2717
10  AppKit                               0x00007fff2daea5e0 -[NSApplication run] + 754
11  AppKit                               0x00007fff2dad9ae8 NSApplicationMain + 776
12  libdyld.dylib                        0x00007fff5c4503d5 start + 0

What is the status of this?

Thank you!

@lwouis
Copy link

lwouis commented Sep 30, 2020

@winnie do you need someone to report that through this other channel to take action? (i.e. "via the blue chat bubble or the question mark icon"). I'm interested in this ticket being implemented.

@DarkDust
Copy link

We're seeing lots of crashes that we cannot reproduce and look exactly like in microsoft/appcenter-sdk-apple#1944 . Any chances support for the ASI is going to be implemented?

@ghost ghost added the Stale label Jun 30, 2021
@ghost
Copy link

ghost commented Jun 30, 2021

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

@ghost
Copy link

ghost commented Jul 15, 2021

This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.

@ghost ghost closed this as completed Jul 15, 2021
@mledford
Copy link

Does this mean that we're not getting a fix for this?

@ghost ghost removed the Stale label Jul 15, 2021
@ghost ghost added the Stale label Dec 7, 2021
@ghost
Copy link

ghost commented Dec 7, 2021

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

@DmitriyKirakosyan
Copy link
Contributor

As we do not have plans to add support for this feature in the next year, I'm closing the issue.

@DmitriyKirakosyan DmitriyKirakosyan closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics Related to App Center's Diagnostics service do-not-close feature request New feature request sdk
Projects
None yet
Development

No branches or pull requests

9 participants