firebase / quickstart-ios

Firebase Quickstart Samples for iOS
https://firebase.google.com
Apache License 2.0
2.78k stars 1.48k forks source link

On device FIRVisionTextRecognizer crashes after a couple of seconds on iOS 10.0.2 #600

Closed pNre closed 5 years ago

pNre commented 5 years ago

Hi, testing FIRVisionTextRecognizer in my app I noticed a crash that I'm only able to reproduce on an iPhone 5c running iOS 10.0.2.

The same issue is also present in the MLVisionExample project from this repo. Feeding sample buffers from a AVCaptureVideoDataOutput into the text recognizer is enough to reproduce the crash. A crash log is available here.

Apart from a Thread pthread_t=0x407b3000 gettid=6 is dead message, the device logs don't seem to contain any useful information.

ulukaya commented 5 years ago

Reported internally.

bcdj commented 5 years ago

Hi pNre, the crash log linked above cannot be opened. I got "Whoops! There was a problem displaying this image" error when clicking the link. Could you fix the crash log?

ulukaya commented 5 years ago

I was able to see the crash log.

pNre commented 5 years ago

Hi pNre, the crash log linked above cannot be opened. I got "Whoops! There was a problem displaying this image" error when clicking the link. Could you fix the crash log?

I just noticed the crashlog is not symbolicated, I'll upload the symbolicated one tomorrow in case you need it.

CrashReporter Key:   b62071ce234d9de05eb5bfc5a37548ef92f51ff8
Hardware Model:      iPhone5,4
Process:             MLVisionExample [781]
Path:                /private/var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/MLVisionExample
Identifier:          com.google.firebase.quickstart.MLVisionExample
Version:             1 (1.0)
Code Type:           ARM (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.google.firebase.quickstart.MLVisionExample [1391]

Date/Time:           2018-12-10 17:47:14.5212 +0100
Launch Time:         2018-12-10 17:47:05.0000 +0100
OS Version:          iPhone OS 10.0.2 (14A456)
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  13

Application Specific Information:
abort() called

Filtered syslog:
None found

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib          0x1d05283c mach_msg_trap + 20
1   libsystem_kernel.dylib          0x1d05262e mach_msg + 42
2   CoreFoundation                  0x1d879868 __CFRunLoopServiceMachPort + 136
3   CoreFoundation                  0x1d877b66 __CFRunLoopRun + 1014
4   CoreFoundation                  0x1d7c7072 CFRunLoopRunSpecific + 486
5   CoreFoundation                  0x1d7c6e80 CFRunLoopRunInMode + 104
6   GraphicsServices                0x1ef6fbfc GSEventRunModal + 156
7   UIKit                           0x2296eace -[UIApplication _run] + 574
8   UIKit                           0x22969200 UIApplicationMain + 150
9   MLVisionExample                 0x0007b434 0x51000 + 173108
10  libdyld.dylib                   0x1cf9250a start + 2

Thread 1 name:  Dispatch queue: com.google.firebaseml.textrecognition
Thread 1:
0   libsystem_kernel.dylib          0x1d067e84 __semwait_signal + 24
1   libsystem_pthread.dylib         0x1d11fb28 pthread_join + 400
2   MLVisionExample                 0x01362d86 0x51000 + 19996038
3   MLVisionExample                 0x01369720 0x51000 + 20023072
4   MLVisionExample                 0x012e9308 0x51000 + 19497736
5   MLVisionExample                 0x012e8eb2 0x51000 + 19496626
6   MLVisionExample                 0x0135b5a8 0x51000 + 19965352
7   MLVisionExample                 0x01274398 0x51000 + 19018648
8   MLVisionExample                 0x012726e0 0x51000 + 19011296
9   MLVisionExample                 0x01278748 0x51000 + 19035976
10  MLVisionExample                 0x011b6bc0 0x51000 + 18242496
11  MLVisionExample                 0x011b7430 0x51000 + 18244656
12  MLVisionExample                 0x01051cdc 0x51000 + 16780508
13  MLVisionExample                 0x01052512 0x51000 + 16782610
14  MLVisionExample                 0x00dc830c 0x51000 + 14119692
15  MLVisionExample                 0x00dc8eb6 0x51000 + 14122678
16  MLVisionExample                 0x00954558 0x51000 + 9450840
17  MLVisionExample                 0x0095398c 0x51000 + 9447820
18  libdispatch.dylib               0x1cf65096 _dispatch_call_block_and_release + 10
19  libdispatch.dylib               0x1cf71ec4 _dispatch_queue_serial_drain + 840
20  libdispatch.dylib               0x1cf68378 _dispatch_queue_invoke + 566
21  libdispatch.dylib               0x1cf73a90 _dispatch_root_queue_drain + 378
22  libdispatch.dylib               0x1cf738b6 _dispatch_worker_thread3 + 106
23  libsystem_pthread.dylib         0x1d119946 _pthread_wqthread + 1168
24  libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 2:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d1199b0 _pthread_wqthread + 1274
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 3:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d1199b0 _pthread_wqthread + 1274
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 4 name:  com.apple.uikit.eventfetch-thread
Thread 4:
0   libsystem_kernel.dylib          0x1d05283c mach_msg_trap + 20
1   libsystem_kernel.dylib          0x1d05262e mach_msg + 42
2   CoreFoundation                  0x1d879868 __CFRunLoopServiceMachPort + 136
3   CoreFoundation                  0x1d877b66 __CFRunLoopRun + 1014
4   CoreFoundation                  0x1d7c7072 CFRunLoopRunSpecific + 486
5   CoreFoundation                  0x1d7c6e80 CFRunLoopRunInMode + 104
6   Foundation                      0x1e0f61aa -[NSRunLoop+ 45482 (NSRunLoop) runMode:beforeDate:] + 260
7   Foundation                      0x1e114ec0 -[NSRunLoop+ 171712 (NSRunLoop) runUntilDate:] + 86
8   UIKit                           0x23276ef2 -[UIEventFetcher threadMain] + 128
9   Foundation                      0x1e1df1a0 __NSThread__start__ + 1160
10  libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
11  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
12  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

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

Thread 6:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d1199b0 _pthread_wqthread + 1274
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 7:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d11980c _pthread_wqthread + 854
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 8 name:  com.apple.NSURLConnectionLoader
Thread 8:
0   libsystem_kernel.dylib          0x1d05283c mach_msg_trap + 20
1   libsystem_kernel.dylib          0x1d05262e mach_msg + 42
2   CoreFoundation                  0x1d879868 __CFRunLoopServiceMachPort + 136
3   CoreFoundation                  0x1d877b66 __CFRunLoopRun + 1014
4   CoreFoundation                  0x1d7c7072 CFRunLoopRunSpecific + 486
5   CoreFoundation                  0x1d7c6e80 CFRunLoopRunInMode + 104
6   CFNetwork                       0x1de8dbb0 +[NSURLConnection+ 695216 (Loader) _resourceLoadLoop:] + 416
7   Foundation                      0x1e1df1a0 __NSThread__start__ + 1160
8   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
9   libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
10  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 9:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d11980c _pthread_wqthread + 854
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 10:
0   libsystem_kernel.dylib          0x1d067810 __psynch_cvwait + 24
1   libsystem_pthread.dylib         0x1d11ad1e _pthread_cond_wait + 542
2   libsystem_pthread.dylib         0x1d11c0be pthread_cond_wait + 38
3   libc++.1.dylib                  0x1cab837e std::__1::condition_variable::wait+ 25470 (std::__1::unique_lock<std::__1::mutex>&) + 118
4   MLVisionExample                 0x005b8988 0x51000 + 5667208
5   MLVisionExample                 0x005b86a8 0x51000 + 5666472
6   MLVisionExample                 0x005b7d1e 0x51000 + 5664030
7   MLVisionExample                 0x005b76b2 0x51000 + 5662386
8   MLVisionExample                 0x005b72c6 0x51000 + 5661382
9   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
10  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
11  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 11:
0   libsystem_kernel.dylib          0x1d067810 __psynch_cvwait + 24
1   libsystem_pthread.dylib         0x1d11ad1e _pthread_cond_wait + 542
2   libsystem_pthread.dylib         0x1d11c0be pthread_cond_wait + 38
3   libc++.1.dylib                  0x1cab837e std::__1::condition_variable::wait+ 25470 (std::__1::unique_lock<std::__1::mutex>&) + 118
4   MLVisionExample                 0x005b8988 0x51000 + 5667208
5   MLVisionExample                 0x005b86a8 0x51000 + 5666472
6   MLVisionExample                 0x005b7d1e 0x51000 + 5664030
7   MLVisionExample                 0x005b76b2 0x51000 + 5662386
8   MLVisionExample                 0x005b72c6 0x51000 + 5661382
9   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
10  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
11  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 12:
0   libsystem_kernel.dylib          0x1d055b7c poll + 8
1   MLVisionExample                 0x0136570c 0x51000 + 20006668
2   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
3   libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
4   libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 13 Crashed:
0   libsystem_kernel.dylib          0x1d067ad4 __pthread_kill + 8
1   libsystem_pthread.dylib         0x1d11d18a pthread_kill + 62
2   libsystem_c.dylib               0x1cffb318 abort + 108
3   MLVisionExample                 0x01363840 0x51000 + 19998784
4   MLVisionExample                 0x01365632 0x51000 + 20006450
5   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
6   libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
7   libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 14:
0   MLVisionExample                 0x0132bc7c 0x51000 + 19770492
1   ???                             0x401eb234 0 + 1075753524
2   MLVisionExample                 0x01337ccc 0x51000 + 19819724
3   MLVisionExample                 0x013376f6 0x51000 + 19818230
4   MLVisionExample                 0x01329aba 0x51000 + 19761850
5   MLVisionExample                 0x01329934 0x51000 + 19761460
6   MLVisionExample                 0x01329174 0x51000 + 19759476
7   MLVisionExample                 0x01328eba 0x51000 + 19758778
8   MLVisionExample                 0x0135cd78 0x51000 + 19971448
9   MLVisionExample                 0x0135d8d4 0x51000 + 19974356
10  MLVisionExample                 0x00dcd396 0x51000 + 14140310
11  MLVisionExample                 0x0133838e 0x51000 + 19821454
12  MLVisionExample                 0x010bf79c 0x51000 + 17229724
13  MLVisionExample                 0x012f618e 0x51000 + 19550606
14  MLVisionExample                 0x00fa1968 0x51000 + 16058728
15  MLVisionExample                 0x01368e90 0x51000 + 20020880
16  MLVisionExample                 0x01362c88 0x51000 + 19995784
17  libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
18  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
19  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 15:
0   MLVisionExample                 0x013275f8 0x51000 + 19752440
1   ???                             0x00000040 0 + 64
2   MLVisionExample                 0x01324bbc 0x51000 + 19741628
3   MLVisionExample                 0x013242e0 0x51000 + 19739360
4   MLVisionExample                 0x0135ccc6 0x51000 + 19971270
5   MLVisionExample                 0x0135d8d4 0x51000 + 19974356
6   MLVisionExample                 0x00dcd396 0x51000 + 14140310
7   MLVisionExample                 0x0133838e 0x51000 + 19821454
8   MLVisionExample                 0x010bf79c 0x51000 + 17229724
9   MLVisionExample                 0x012f618e 0x51000 + 19550606
10  MLVisionExample                 0x00fa1968 0x51000 + 16058728
11  MLVisionExample                 0x01368e90 0x51000 + 20020880
12  MLVisionExample                 0x01362c88 0x51000 + 19995784
13  libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
14  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
15  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 16:
0   MLVisionExample                 0x0132e0be 0x51000 + 19779774
1   ???                             0x06af29e0 0 + 112142816
2   MLVisionExample                 0x0132bcea 0x51000 + 19770602
3   MLVisionExample                 0x01337ccc 0x51000 + 19819724
4   MLVisionExample                 0x013376f6 0x51000 + 19818230
5   MLVisionExample                 0x01329aba 0x51000 + 19761850
6   MLVisionExample                 0x01329934 0x51000 + 19761460
7   MLVisionExample                 0x01329174 0x51000 + 19759476
8   MLVisionExample                 0x01328eba 0x51000 + 19758778
9   MLVisionExample                 0x0135cd78 0x51000 + 19971448
10  MLVisionExample                 0x0135d8d4 0x51000 + 19974356
11  MLVisionExample                 0x00dcd396 0x51000 + 14140310
12  MLVisionExample                 0x0133838e 0x51000 + 19821454
13  MLVisionExample                 0x010bf79c 0x51000 + 17229724
14  MLVisionExample                 0x012f618e 0x51000 + 19550606
15  MLVisionExample                 0x00fa1968 0x51000 + 16058728
16  MLVisionExample                 0x01368e90 0x51000 + 20020880
17  MLVisionExample                 0x01362c88 0x51000 + 19995784
18  libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
19  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
20  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 17:
0   libsystem_kernel.dylib          0x1d067810 __psynch_cvwait + 24
1   libsystem_pthread.dylib         0x1d11ad1e _pthread_cond_wait + 542
2   libsystem_pthread.dylib         0x1d11c0be pthread_cond_wait + 38
3   MLVisionExample                 0x0140e962 0x51000 + 20699490
4   MLVisionExample                 0x011ad596 0x51000 + 18204054
5   MLVisionExample                 0x01116898 0x51000 + 17586328
6   MLVisionExample                 0x01117918 0x51000 + 17590552
7   MLVisionExample                 0x01116c20 0x51000 + 17587232
8   MLVisionExample                 0x01116a12 0x51000 + 17586706
9   MLVisionExample                 0x013632f8 0x51000 + 19997432
10  MLVisionExample                 0x01365368 0x51000 + 20005736
11  MLVisionExample                 0x011ad124 0x51000 + 18202916
12  libsystem_pthread.dylib         0x1d11a470 _pthread_tsd_cleanup + 406
13  libsystem_pthread.dylib         0x1d11a24a _pthread_exit + 158
14  libsystem_pthread.dylib         0x1d11ba2e pthread_sigmask + 0
15  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
16  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 13 crashed with ARM Thread State (32-bit):
    r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x1cfeddf1
    r4: 0x00000006    r5: 0x194e2000      r6: 0x194e20b0      r7: 0x194e1f68
    r8: 0x00000000    r9: 0x3a19e8c4     r10: 0x01365601     r11: 0x0000c717
    ip: 0x00000148    sp: 0x194e1f5c      lr: 0x1d11d18b      pc: 0x1d067ad4
  cpsr: 0x00000010

Binary Images:
0x51000 - 0x1b60fff MLVisionExample armv7  <96221c5b0c8830e5be6ae82bed5cd17c> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/MLVisionExample
0x1f55000 - 0x1f64fff GoogleToolboxForMac armv7  <f076fa18645a3f9a80839584baecfea3> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
0x1f7d000 - 0x1f88fff nanopb armv7  <f2b335a6443b326dacfadffcd98d8b8b> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/nanopb.framework/nanopb
0x1fa1000 - 0x1fa8fff libswiftCoreFoundation.dylib armv7s  <6fc93112280f3f5fb1d13c396dc051f9> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftCoreFoundation.dylib
0x1fbc000 - 0x1fe7fff dyld armv7s  <216d0075bf1739739a7691e91073155c> /usr/lib/dyld
0x2128000 - 0x217ffff GTMSessionFetcher armv7  <aa9b2225f9d631f6b2c2afd10b2101b8> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
0x21cc000 - 0x2217fff GoogleAPIClientForREST armv7  <2b5da6c8c1ab31b185df6d5d5de7cf40> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/GoogleAPIClientForREST.framework/GoogleAPIClientForREST
0x2290000 - 0x22affff GoogleUtilities armv7  <0485bf8240b332f587f8432725f6887b> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x22d4000 - 0x235ffff Protobuf armv7  <14ceca105d3e3f1ba96fdb1bd9e06c3d> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/Protobuf.framework/Protobuf
0x23f0000 - 0x23fffff libswiftAVFoundation.dylib armv7s  <278fdc23db973088a78a7fa458bba20d> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftAVFoundation.dylib
0x2418000 - 0x26affff libswiftCore.dylib armv7s  <a1c95b1c2ee03b0287f88d2828408cee> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftCore.dylib
0x2970000 - 0x2977fff libswiftCoreAudio.dylib armv7s  <ebadcef608ea3d45be00520aea5067c4> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftCoreAudio.dylib
0x298c000 - 0x299bfff libswiftCoreGraphics.dylib armv7s  <21fb17563c493309a944423e3b6151ce> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftCoreGraphics.dylib
0x29c0000 - 0x29c7fff libswiftCoreImage.dylib armv7s  <a7748968293b38f8861bebb3620b087a> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftCoreImage.dylib
0x29d4000 - 0x29dbfff libswiftCoreMedia.dylib armv7s  <f31d8f95965d3ee484445403bddeda4a> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftCoreMedia.dylib
0x29ec000 - 0x29f7fff libswiftDarwin.dylib armv7s  <ddc6b314582035708c4b213191fdb668> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftDarwin.dylib
0x2a0c000 - 0x2a23fff libswiftDispatch.dylib armv7s  <0090a5a1e64d32658b00210116af00d3> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftDispatch.dylib
0x2a5d000 - 0x2b80fff libswiftFoundation.dylib armv7s  <722dce55ebf537bb9c2c24aed92e2acd> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftFoundation.dylib
0x2d10000 - 0x2d17fff libswiftMetal.dylib armv7s  <39621fdb3e8138ab994eed5d812f380f> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftMetal.dylib
0x2d28000 - 0x2d2ffff libswiftObjectiveC.dylib armv7s  <88802af932273b1d998a9417c2adf847> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftObjectiveC.dylib
0x2d40000 - 0x2d47fff libswiftQuartzCore.dylib armv7s  <c6213d3acb7a35f78622aff1d622dadf> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftQuartzCore.dylib
0x2d54000 - 0x2d7bfff libswiftSwiftOnoneSupport.dylib armv7s  <55a02b44f0b537a4a0997f9b5cfde24e> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftSwiftOnoneSupport.dylib
0x2db5000 - 0x2dc0fff libswiftUIKit.dylib armv7s  <295674c2176e38b29063db687d624f61> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftUIKit.dylib
0x2ddd000 - 0x2e20fff libswiftsimd.dylib armv7s  <1f44fba53694332b8a5f863942af1039> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftsimd.dylib
0x2e71000 - 0x2e78fff libswiftos.dylib armv7s  <1836a9438cb53e55a9a230f7b3064b05> /var/containers/Bundle/Application/61F5B2DC-A99D-4179-8722-FD65D387D975/MLVisionExample.app/Frameworks/libswiftos.dylib
0x1cab0000 - 0x1cab1fff libSystem.B.dylib armv7s  <ed8cb749cda03719baf392ed3ccc2cba> /usr/lib/libSystem.B.dylib
0x1cab2000 - 0x1cafefff libc++.1.dylib armv7s  <13fa55628d323a049d931bfd23f649ef> /usr/lib/libc++.1.dylib
0x1caff000 - 0x1cb1bfff libc++abi.dylib armv7s  <3f851db58ce83b4c8c57f16b40fa3d58> /usr/lib/libc++abi.dylib
0x1cb1c000 - 0x1cef2fff libobjc.A.dylib armv7s  <a26f830638123e0e81f1108158359c0e> /usr/lib/libobjc.A.dylib
0x1cef3000 - 0x1cef8fff libcache.dylib armv7s  <b58c5614e03930d9b99099a0b16c1eab> /usr/lib/system/libcache.dylib
0x1cef9000 - 0x1cf01fff libcommonCrypto.dylib armv7s  <f2fc6908e6413f8f892979e657eb2b3f> /usr/lib/system/libcommonCrypto.dylib
0x1cf02000 - 0x1cf07fff libcompiler_rt.dylib armv7s  <8174852d85d0316c9e6d6fe01cd80b2a> /usr/lib/system/libcompiler_rt.dylib
0x1cf08000 - 0x1cf0efff libcopyfile.dylib armv7s  <acd542d079ab32ce9d296d101b144f57> /usr/lib/system/libcopyfile.dylib
0x1cf0f000 - 0x1cf63fff libcorecrypto.dylib armv7s  <6dd64f2227fb35c1bfa6394195059f19> /usr/lib/system/libcorecrypto.dylib
0x1cf64000 - 0x1cf8efff libdispatch.dylib armv7s  <3dd38df9eb93345c9063f79d8f5d0e5c> /usr/lib/system/libdispatch.dylib
0x1cf8f000 - 0x1cf92fff libdyld.dylib armv7s  <079ccaaa842131d79e0715ba3848326a> /usr/lib/system/libdyld.dylib
0x1cf93000 - 0x1cf93fff libkeymgr.dylib armv7s  <1be1eb30da353186b532bd14949a2171> /usr/lib/system/libkeymgr.dylib
0x1cf94000 - 0x1cf94fff liblaunch.dylib armv7s  <a75f84ac03dd3eeea36bebbf1ad0fab7> /usr/lib/system/liblaunch.dylib
0x1cf95000 - 0x1cf99fff libmacho.dylib armv7s  <0dcdcfd616213da3ba2957bf4a0d7c88> /usr/lib/system/libmacho.dylib
0x1cf9a000 - 0x1cf9bfff libremovefile.dylib armv7s  <74472416e1953850b793430b283e5414> /usr/lib/system/libremovefile.dylib
0x1cf9c000 - 0x1cfaefff libsystem_asl.dylib armv7s  <abb88f98d2793df2b7e5904d340f8d12> /usr/lib/system/libsystem_asl.dylib
0x1cfaf000 - 0x1cfaffff libsystem_blocks.dylib armv7s  <b0e2ac1e29f73ac78c149920fb29b0c1> /usr/lib/system/libsystem_blocks.dylib
0x1cfb0000 - 0x1d011fff libsystem_c.dylib armv7s  <31dd161ea3ec338d8da87d2c445ef706> /usr/lib/system/libsystem_c.dylib
0x1d012000 - 0x1d015fff libsystem_configuration.dylib armv7s  <412281ee74573df8b7c29687a646303b> /usr/lib/system/libsystem_configuration.dylib
0x1d016000 - 0x1d01afff libsystem_containermanager.dylib armv7s  <454d3a7e604e3f3caf9291bd56831530> /usr/lib/system/libsystem_containermanager.dylib
0x1d01b000 - 0x1d01cfff libsystem_coreservices.dylib armv7s  <95eb3b6e165038a58ab1ef3061ec4ed5> /usr/lib/system/libsystem_coreservices.dylib
0x1d01d000 - 0x1d02ffff libsystem_coretls.dylib armv7s  <753a18e598313de5b12f69bb6b305c2b> /usr/lib/system/libsystem_coretls.dylib
0x1d030000 - 0x1d035fff libsystem_dnssd.dylib armv7s  <0ebfc5c01cde313592432edb33a5e600> /usr/lib/system/libsystem_dnssd.dylib
0x1d036000 - 0x1d050fff libsystem_info.dylib armv7s  <56552530a4e035588e0165f33e3f4181> /usr/lib/system/libsystem_info.dylib
0x1d051000 - 0x1d06dfff libsystem_kernel.dylib armv7s  <040c57dbdfee3d93a193ce09016c5def> /usr/lib/system/libsystem_kernel.dylib
0x1d06e000 - 0x1d09dfff libsystem_m.dylib armv7s  <2d6d02cf2e6f3cfeaea6ee09405872b9> /usr/lib/system/libsystem_m.dylib
0x1d09e000 - 0x1d0b4fff libsystem_malloc.dylib armv7s  <542f676d3cbf3e1d8dae9f6a77e79025> /usr/lib/system/libsystem_malloc.dylib
0x1d0b5000 - 0x1d101fff libsystem_network.dylib armv7s  <3bdefdb3d4e53bc0a4ebb887d8695608> /usr/lib/system/libsystem_network.dylib
0x1d102000 - 0x1d109fff libsystem_networkextension.dylib armv7s  <2d26d04c4132328197f6890753156fba> /usr/lib/system/libsystem_networkextension.dylib
0x1d10a000 - 0x1d111fff libsystem_notify.dylib armv7s  <eb50c87412423bd79769881e966899c2> /usr/lib/system/libsystem_notify.dylib
0x1d112000 - 0x1d117fff libsystem_platform.dylib armv7s  <3fa97ab4472c3a7b885681e1383214d4> /usr/lib/system/libsystem_platform.dylib
0x1d118000 - 0x1d120fff libsystem_pthread.dylib armv7s  <bb975eb91b12391b9c1821334b964a67> /usr/lib/system/libsystem_pthread.dylib
0x1d121000 - 0x1d123fff libsystem_sandbox.dylib armv7s  <1148f99277443e698c2dff69069e466f> /usr/lib/system/libsystem_sandbox.dylib
0x1d124000 - 0x1d12afff libsystem_symptoms.dylib armv7s  <50a58274d8f03bb4abb3b1c640b26497> /usr/lib/system/libsystem_symptoms.dylib
0x1d12b000 - 0x1d146fff libsystem_trace.dylib armv7s  <45ff041f1b7232b687a1b19055cf9cb8> /usr/lib/system/libsystem_trace.dylib
0x1d147000 - 0x1d147fff libunwind.dylib armv7s  <9c1ee2237de033c09caa0f73d949afc1> /usr/lib/system/libunwind.dylib
0x1d148000 - 0x1d148fff libvminterpose.dylib armv7s  <e88dabaeff713158969c2cdf66e63dd5> /usr/lib/system/libvminterpose.dylib
0x1d149000 - 0x1d167fff libxpc.dylib armv7s  <b762df456b6b3cb9ab06441032664370> /usr/lib/system/libxpc.dylib
0x1d168000 - 0x1d307fff libicucore.A.dylib armv7s  <0b8afa76b32b31c9a34495c65e837e86> /usr/lib/libicucore.A.dylib
0x1d308000 - 0x1d314fff libz.1.dylib armv7s  <fa7c3743c6213912a833c79c6e56d35c> /usr/lib/libz.1.dylib
0x1d7bc000 - 0x1dafefff CoreFoundation armv7s  <8e5fa58efa3e335e8960c5040f82bacb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1daff000 - 0x1db0bfff libbsm.0.dylib armv7s  <022f3b0fa8743e219facb805771bc4d4> /usr/lib/libbsm.0.dylib
0x1db0c000 - 0x1db0cfff libenergytrace.dylib armv7s  <cb7dfc92f7be3d1095a3a4e2ad0cfd2b> /usr/lib/libenergytrace.dylib
0x1db0d000 - 0x1db6ffff IOKit armv7s  <abf6cd2949d4386c898501f8a3e76b94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1db70000 - 0x1db8bfff libMobileGestalt.dylib armv7s  <4c75976ee6dd31f4947c512a53d7e129> /usr/lib/libMobileGestalt.dylib
0x1db8c000 - 0x1dc3efff libxml2.2.dylib armv7s  <cee8f550e3ca3d43926e70a4282f5594> /usr/lib/libxml2.2.dylib
0x1dc3f000 - 0x1dcaefff Security armv7s  <484df3085bb234bd86d5527182f15b68> /System/Library/Frameworks/Security.framework/Security
0x1dcaf000 - 0x1dd08fff SystemConfiguration armv7s  <7874dab128b530d0a6def8fd7a482aa6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1dd09000 - 0x1dde3fff libsqlite3.dylib armv7s  <fe82750834b23af9a90b07c32f899bc1> /usr/lib/libsqlite3.dylib
0x1dde4000 - 0x1e08ffff CFNetwork armv7s  <fc3f1abda4aa325da02c34ee237b24e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1e090000 - 0x1e09afff libbz2.1.0.dylib armv7s  <7ff93944524832f19b317f96738b15de> /usr/lib/libbz2.1.0.dylib
0x1e09b000 - 0x1e0b0fff liblzma.5.dylib armv7s  <a436c24412be3a2b8e3588aaf2f26930> /usr/lib/liblzma.5.dylib
0x1e0b1000 - 0x1e0c6fff libCRFSuite.dylib armv7s  <10747d574ae43eed8d0e91811d1d3ac3> /usr/lib/libCRFSuite.dylib
0x1e0c7000 - 0x1e0e9fff libarchive.2.dylib armv7s  <f0f133279b3a3397b67a7364880cf953> /usr/lib/libarchive.2.dylib
0x1e0ea000 - 0x1e0eafff liblangid.dylib armv7s  <47adc11282c63af2b57ac0c8decf005f> /usr/lib/liblangid.dylib
0x1e0eb000 - 0x1e383fff Foundation armv7s  <5ced66b45113340fb5dac6d20eeddb90> /System/Library/Frameworks/Foundation.framework/Foundation
0x1e384000 - 0x1e467fff libBLAS.dylib armv7s  <c519435d31db386a8c9193788d2364a5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1e468000 - 0x1e734fff libLAPACK.dylib armv7s  <177e885267d135208ee2a86b156423d2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1e735000 - 0x1e9c5fff vImage armv7s  <d3d6049a7e2033f19a3c7c421e9a788f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1e9c6000 - 0x1e9d8fff libvMisc.dylib armv7s  <5d4b99c84b733673ac97077aa9353dec> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1e9d9000 - 0x1e9ebfff libLinearAlgebra.dylib armv7s  <868207af504a3b549ea99f06d780acaa> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1e9ec000 - 0x1ea04fff libSparseBLAS.dylib armv7s  <b1d33b3d1ed33c318d1ed76d7f90c825> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1ea05000 - 0x1ea88fff libvDSP.dylib armv7s  <26a288476df835af8d3a142884c4623a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1ea89000 - 0x1ea89fff vecLib armv7s  <d8350023b3293d2ea1f8709094ea32b5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1ea8a000 - 0x1ea8afff Accelerate armv7s  <3cb62912eb133cfc9830540b642df4af> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1ea8b000 - 0x1ef65fff CoreGraphics armv7s  <c7c1c9a5ebbc3f1ab50257a0f85b816b> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1ef66000 - 0x1ef77fff GraphicsServices armv7s  <8b12e31cb4db395493580512df0d739a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1ef78000 - 0x1efbafff AppSupport armv7s  <aee6f929176d3dd19c0e6cf454259c2e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1efbb000 - 0x1f0c1fff MobileCoreServices armv7s  <0d4fef9288af3e40a3b0b264c8ea6689> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1f0c2000 - 0x1f112fff BaseBoard armv7s  <267d1077ddf33191b15ec81780fea29c> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1f113000 - 0x1f11dfff AssertionServices armv7s  <cd6b713cd52c3a3faf40c9cb27e4722f> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1f11e000 - 0x1f146fff BackBoardServices armv7s  <72bf59e736fe3bf98e2c957d2ced3996> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1f14b000 - 0x1f195fff FrontBoardServices armv7s  <a91e3d7aa3c13a9587d0d9e14470776c> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1f199000 - 0x1f1c4fff SpringBoardServices armv7s  <86dd31610777361cae95e5606bff541b> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1f1c5000 - 0x1f1d5fff MobileKeyBag armv7s  <7cb73744789a3a338f621cf18f013c2e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1f1d6000 - 0x1f1dcfff IOSurface armv7s  <d67d21de0e8237b9b1759edf8abc7ac0> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x1f1dd000 - 0x1f1e7fff liblockdown.dylib armv7s  <081a4fe563663e258f61301ca3068d97> /usr/lib/liblockdown.dylib
0x1f1e8000 - 0x1f1fcfff CrashReporterSupport armv7s  <178d0e15b170321090250b2c7c752274> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1f1fd000 - 0x1f1fffff IOSurfaceAccelerator armv7s  <459cf4f332233e3ba13065448e49adee> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1f200000 - 0x1f237fff AppleJPEG armv7s  <7aa25b3e341837c3808ef7f878ba56f5> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1f238000 - 0x1f76afff ImageIO armv7s  <0d65ef6c70b93cebbaa49f0d4bb75da4> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1f76b000 - 0x1f770fff TCC armv7s  <df230adaecf83d139e4c6b812ccb444a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1f771000 - 0x1f775fff AggregateDictionary armv7s  <22b06c6f87c03c83a3c08248ce8c5906> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1f776000 - 0x1f780fff PowerLog armv7s  <cd5b1b017fbf3c7ebfd60b6f37f1d7e1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1f781000 - 0x1f7ddfff libTelephonyUtilDynamic.dylib armv7s  <c63047d32ea930e0b9d7c89938c47dd6> /usr/lib/libTelephonyUtilDynamic.dylib
0x1f7de000 - 0x1f7effff CommonUtilities armv7s  <a4df29495f883276a24a67f0d9af14ed> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1f7f0000 - 0x1f7fefff libcompression.dylib armv7s  <d26bc3fb545432708669cdc4b23ddfaa> /usr/lib/libcompression.dylib
0x1f7ff000 - 0x1fa8afff CoreData armv7s  <ad9bac15a50930449e013c1f7e3051b3> /System/Library/Frameworks/CoreData.framework/CoreData
0x1fa8b000 - 0x1fa8efff libCoreVMClient.dylib armv7s  <469b4af6da4f38a9823c8240b86f7910> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1fa8f000 - 0x1fa93fff IOAccelerator armv7s  <4b84f036419b3ea7bdcd0ce15576e118> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1fa94000 - 0x1fa94fff libCVMSPluginSupport.dylib armv7s  <f71e8b81afc632f99821ebf6b7996a24> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1fa95000 - 0x1fa97fff libCoreFSCache.dylib armv7s  <5133ee46120c3ba7af5b3e8874e2d41c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1fa98000 - 0x1fad4fff libGLImage.dylib armv7s  <ffccf57429833bae98704d0f18d1e66d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1fad5000 - 0x1faddfff libGFXShared.dylib armv7s  <1f8cbfc3b79d39dba72a928e662b90b4> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1fade000 - 0x1fae4fff IOMobileFramebuffer armv7s  <87c4757565913b34b57d28bf0c54ef6f> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1fae5000 - 0x1fae5fff libmetal_timestamp.dylib armv7s  <270a5b968544341aac3c9465326d6234> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x1fae6000 - 0x1fb39fff Metal armv7s  <586d949b35c53b799f5d8d3a310f8240> /System/Library/Frameworks/Metal.framework/Metal
0x1fb3a000 - 0x1fb42fff OpenGLES armv7s  <5d993b71a4703dfd900f8613547ce11a> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1fb43000 - 0x1fb5efff CoreVideo armv7s  <e4732b08c1e23eb38c5c96bf80b4221a> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1fb5f000 - 0x1fb61fff OAuth armv7s  <0930988ae8d53cc7a25ded395c1de55b> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1fb68000 - 0x1fb9efff Accounts armv7s  <3b9edec516f6396fba647dd228aa8908> /System/Library/Frameworks/Accounts.framework/Accounts
0x1fb9f000 - 0x1fc8bfff libiconv.2.dylib armv7s  <af7f2b84990937ec9757f6acb0966efa> /usr/lib/libiconv.2.dylib
0x1fc8c000 - 0x1fdd3fff CoreAudio armv7s  <d70382fd33b73783aa9d981e4ed4cf91> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1fdd4000 - 0x1fdd7fff UserFS armv7s  <e8a0a93f914337129edc91ba49bc34a5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1fdd8000 - 0x1feb2fff CoreMedia armv7s  <26323479460f33778f957b5e616589d1> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1feb3000 - 0x1feb8fff libcupolicy.dylib armv7s  <3f68499ac5bf367e982a15687fb1097b> /usr/lib/libcupolicy.dylib
0x1feb9000 - 0x1ff32fff CoreTelephony armv7s  <91615deff0f63cf394791cf4b044360c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1ff33000 - 0x2002dfff libFontParser.dylib armv7s  <fbc6e264c8f53418848e5c44d908fcee> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x2002e000 - 0x200a9fff VideoToolbox armv7s  <cac7f979384037d5b3526b16ff25b109> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x200aa000 - 0x200aafff FontServices armv7s  <7979f9f964c03b4d948159dbafe37a1a> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x200ab000 - 0x201cbfff CoreText armv7s  <cfa2925d09c43f848de3524b8ffb2fcc> /System/Library/Frameworks/CoreText.framework/CoreText
0x201cc000 - 0x201e4fff ProtocolBuffer armv7s  <357ab2a7ee7c33d38c821f49e78700f0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x201e5000 - 0x2020efff PersistentConnection armv7s  <c147a289381031589e30ac43221410af> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2020f000 - 0x20214fff DataMigration armv7s  <5468f5c287313786972129d6ca518e50> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x20215000 - 0x20635fff AudioToolbox armv7s  <2cd90414ebcd3728a228529f93091199> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x20636000 - 0x207dcfff QuartzCore armv7s  <92aec227e2133781918344a3862e2551> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x207dd000 - 0x207e2fff Netrb armv7s  <c3283128d3383e3488bc7f6d777d0abb> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x207e3000 - 0x207f0fff libcmph.dylib armv7s  <c8024058f865319fa151f49825c0eeb4> /usr/lib/libcmph.dylib
0x207f1000 - 0x2080dfff libmis.dylib armv7s  <89ffc9e82e5434b98a9f5fc99acd5e92> /usr/lib/libmis.dylib
0x2080e000 - 0x208dbfff LanguageModeling armv7s  <2af4655dd37d308d8fb3ac8f3e57a664> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x208dc000 - 0x209a6fff ManagedConfiguration armv7s  <a171536ccab23044b76087947f093961> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x209a7000 - 0x209bafff libmarisa.dylib armv7s  <a3930795e3c7358fbbb7f5993404090d> /usr/lib/libmarisa.dylib
0x209bb000 - 0x20a62fff ProofReader armv7s  <bc6954515c8c3388b42a01a9da3a5b59> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x20a63000 - 0x20a6cfff MediaAccessibility armv7s  <89a0ef5c46de36e4bc0df289abd377f6> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x20a6d000 - 0x20a7bfff MobileAsset armv7s  <4a035213fe043ba6b0a8821fbf7a4558> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x20a7c000 - 0x20ae7fff ColorSync armv7s  <4b6c945f18e6329095d85e7e14d51e25> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x20ae8000 - 0x20b54fff MetalPerformanceShaders armv7s  <9c7a812b944c33b8b2edba621011bd16> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x20b55000 - 0x20f7afff FaceCore armv7s  <b4de1c200f4d3d29822706242e3aa0ff> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x20f7b000 - 0x20fe9fff Quagga armv7s  <40a187c265ac321d811870db020c04f3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x20fea000 - 0x21197fff CoreImage armv7s  <19c9597c5ae6376a95da7a41b1de44eb> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x21198000 - 0x211dafff TextInput armv7s  <e3e8d4ee88e83790b191e973b2fafe2e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x211db000 - 0x211e9fff libAccessibility.dylib armv7s  <70abf4c0f8f33509839cc2cacdadd4cd> /usr/lib/libAccessibility.dylib
0x211f5000 - 0x2172dfff JavaScriptCore armv7s  <64553ce9ed383563a3a40b5f8c525b3b> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x2172e000 - 0x21907fff StoreServices armv7s  <cbf2a3be52d33ef29b398cd97735ef7f> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x21908000 - 0x22610fff WebCore armv7s  <3be8cecba4483b719b0eb68a67db8b2f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x22611000 - 0x22632fff libxslt.1.dylib armv7s  <064d01dbb22b3cb5a3c657471935b1c1> /usr/lib/libxslt.1.dylib
0x22633000 - 0x22704fff WebKitLegacy armv7s  <5c4b6f4ab20e3b29b9477f635b1a99ba> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x22705000 - 0x227b7fff CoreUI armv7s  <6d5c643a346f3c9da38d00ad73f97baa> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x227b8000 - 0x227d8fff DictionaryServices armv7s  <eeab1da47c203f22a95d3b597705dd38> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x227d9000 - 0x227d9fff HangTracer armv7s  <7039293fe3fe3491a0b57db1f4321984> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x227da000 - 0x22828fff PhysicsKit armv7s  <92335d9f6c873411ad598540efefef90> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x22829000 - 0x228f3fff UIFoundation armv7s  <6b27ec3a167c3345952385e5060311f5> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x228f4000 - 0x235c6fff UIKit armv7s  <a28725425e5637c09b0a7c3c2bdd29a5> /System/Library/Frameworks/UIKit.framework/UIKit
0x235c7000 - 0x235ecfff CoreBluetooth armv7s  <9755f6390b3f3de69a534d69611f1f64> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x235ed000 - 0x2360efff DataAccessExpress armv7s  <0ae353db81843b9296906cbd8d25e2c3> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x2360f000 - 0x2362efff NetworkStatistics armv7s  <befa820aacbb35df8cb7d9f9b4aed831> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2362f000 - 0x236a8fff AddressBook armv7s  <8d718063e8903fc496123bbb434c73bf> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x236a9000 - 0x237d0fff CoreMotion armv7s  <546f0905444430c2ad1350e41f865373> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x237d1000 - 0x237f9fff CacheDelete armv7s  <e0d3e0d4fc7c3daab2f8e606ebd18cde> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x237fa000 - 0x23805fff CoreAUC armv7s  <043bdb3262a73d1f95175034df22b546> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x23806000 - 0x23cd7fff MediaToolbox armv7s  <a089febdb64f39aa9aa075dde9b16376> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x23cd8000 - 0x23e57fff Celestial armv7s  <669f39ce899136649fc8ebbb90566236> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x23e58000 - 0x23e66fff IntlPreferences armv7s  <e17adeb6d0d63b8b84cd8d2b0d368663> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x23e67000 - 0x23e69fff CoreDuetDebugLogging armv7s  <5c1c0eaaca773c49a70ae51f50c3de35> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x23e6a000 - 0x23e7bfff CoreDuetDaemonProtocol armv7s  <63387e6c21493433a416ea79dd96d2a5> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x23e7c000 - 0x23f3bfff CoreDuet armv7s  <0da0bb37403939d9a31a198afaabf77b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x23f3c000 - 0x240d2fff AVFoundation armv7s  <97393359f933393bb5243b13527de372> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x240d3000 - 0x240fafff libtidy.A.dylib armv7s  <5dec373d0ab830148cc39cf4a324465c> /usr/lib/libtidy.A.dylib
0x240fb000 - 0x2415efff IMFoundation armv7s  <04d372ad15c53431a0c985ce3b9ad926> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x2415f000 - 0x24762fff GeoServices armv7s  <a52a5c12a9ab3cfa899f5ba663689112> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x24763000 - 0x24764fff DiagnosticLogCollection armv7s  <d1e9e09d839838a0820bd8800e493a3f> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x24765000 - 0x24766fff Marco armv7s  <a4a7665a6c6b36a09503a59ef8423286> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x24767000 - 0x247ddfff CoreLocation armv7s  <e66cb2eb348e3f79acdde936d4ee0797> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x247de000 - 0x247e2fff ConstantClasses armv7s  <07e741d57e7f31a9a376678db94b06ad> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x24a56000 - 0x24aaffff IDSFoundation armv7s  <186c0d5d204d314f9b970519f52444dd> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x24ab0000 - 0x24b86fff IDS armv7s  <fdb6cf155cfd3230b96a821e2efa4ba8> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x24b87000 - 0x24ba4fff MediaServices armv7s  <1e04f0352bb232ad8bec5dfb7f77659b> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x24ba5000 - 0x24bdefff AuthKit armv7s  <2dbc563ba2873a5f9d6f14c9b4c5bae1> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x24bdf000 - 0x24be2fff libheimdal-asn1.dylib armv7s  <71f3837d0187380a8ea5b827e618a716> /usr/lib/libheimdal-asn1.dylib
0x24be3000 - 0x24c79fff MediaRemote armv7s  <38a7934db881304db51e9261e98797e2> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x24c7a000 - 0x24deafff MobileSpotlightIndex armv7s  <42d69c0238b63cf08b726c26877ec524> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x24deb000 - 0x24e07fff PlugInKit armv7s  <5c8d3079624e3f458f41c1f040d32234> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x24e08000 - 0x24e2cfff ProtectedCloudStorage armv7s  <d429b41ba6f13bbd93ed419e63498f4a> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x24e2d000 - 0x24e43fff libresolv.9.dylib armv7s  <8744e618b650329dbf3bbb132338565a> /usr/lib/libresolv.9.dylib
0x24e44000 - 0x24e57fff ApplePushService armv7s  <42db1e40fa883108a3e0cd0c58e18671> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x24e58000 - 0x24e99fff ContactsFoundation armv7s  <723c926d38e439e0a6153ebbbbbfe0de> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x24e9f000 - 0x24f34fff Contacts armv7s  <e1ee9f8e5cda39d2a015c04a9c109590> /System/Library/Frameworks/Contacts.framework/Contacts
0x24f35000 - 0x24f79fff CoreSpotlight armv7s  <6e45b185e1f033c8b8b8242746094a6b> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x24f7a000 - 0x24f9cfff vCard armv7s  <16bae4cf08ac38ad891448b67861733f> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x24f9d000 - 0x2501cfff VoiceServices armv7s  <b29648f3bf9f3cb78b003eef3f163164> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x2501d000 - 0x25067fff SAObjects armv7s  <c4ff8661bc8a3b29956f51cb99d9a4d2> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x250df000 - 0x25166fff AssistantServices armv7s  <0cc3d749b4f333f69d209ad36aacf6fb> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x2525e000 - 0x25275fff AppleIDSSOAuthentication armv7s  <122c98f0f41f3eb4863fdf3e85681ceb> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x25286000 - 0x252e7fff AppleAccount armv7s  <9fd2c0723ad73475a52b8eea6c5fce52> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x252e8000 - 0x252ecfff CommunicationsFilter armv7s  <ed1eb115fc6c383b997a86fcbe6a6f68> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x252ed000 - 0x2530ffff ChunkingLibrary armv7s  <6f34bfd92f7430f7ba63db2fe441f358> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x25310000 - 0x25318fff CaptiveNetwork armv7s  <ef435c1762f831b48be023dd1aa90eb8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x25319000 - 0x25340fff EAP8021X armv7s  <0d60d18a93053a9f8defedb76955463f> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x25341000 - 0x25347fff AssetCacheServices armv7s  <5298911ae10c348089518ec2b9890b8c> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x25348000 - 0x25412fff MMCS armv7s  <90a920a195b839d5be8309fe15fda21c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x25413000 - 0x2543bfff MobileWiFi armv7s  <f8feadeac92f300fa09d2cbdadb94519> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2543c000 - 0x25477fff ContentIndex armv7s  <07da82a004d43a2cb26e031b793c1239> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x254c7000 - 0x254edfff Bom armv7s  <4960d54771ca3c6c853f60f24f8c1bbd> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x255b5000 - 0x255c7fff UserManagement armv7s  <cbf987cc872f378580bc4549f50c6af4> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x255c8000 - 0x25674fff CorePDF armv7s  <281f593a4d91351eb8a4b9e0bb85336a> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x2595c000 - 0x25bd0fff WebKit armv7s  <aa3b7108d16137f586f8404daeb02456> /System/Library/Frameworks/WebKit.framework/WebKit
0x25c15000 - 0x25d36fff ContactsUI armv7s  <67003e2c8bc03250838004bb7a47ffa2> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x25d37000 - 0x2630afff ModelIO armv7s  <711d680a84023b3587c9d08f76c486e0> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x2630b000 - 0x26310fff DAAPKit armv7s  <3876dc059baf3cefabec8779bdfb2e35> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x2640d000 - 0x2643afff GLKit armv7s  <b742255e28eb344e8c79c6b524b3ff1b> /System/Library/Frameworks/GLKit.framework/GLKit
0x2643b000 - 0x26671fff MusicLibrary armv7s  <cca7858608f4325fa42230444589ccaa> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x266ab000 - 0x26776fff AddressBookUI armv7s  <379c11b9933039f2a56e4a128861f13d> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x26840000 - 0x26893fff iTunesStore armv7s  <5b5b80628dab3628ba39907f5081ff28> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x26894000 - 0x26899fff CloudPhotoServices armv7s  <f1fff23a2907318b9ef2e0e812234541> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x2689a000 - 0x26975fff CloudPhotoLibrary armv7s  <8e9222bc8e4a3d8e88e652203c83abb0> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x269bd000 - 0x269e0fff AssetsLibraryServices armv7s  <1b187c8dfea5330eac9d59d9e6e578d9> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x269e1000 - 0x26a6cfff HomeSharing armv7s  <0ed7747906ef3264b7ca58d9b7929a5a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x26a6d000 - 0x26a96fff ACTFramework armv7s  <df4a371e5e6932fd971174dc2daadb07> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x26a97000 - 0x26aa2fff DCIMServices armv7s  <fa9e8db957ad346d8bb386dfe71addad> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x26aa3000 - 0x26ba5fff CoreMediaStream armv7s  <a76e5c277c9e36c28a71ce810a37c1c1> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x26ba6000 - 0x26bbcfff PhotosFormats armv7s  <83212cd8417b310fa57b802ffd6bdb70> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x26bbd000 - 0x26bc3fff XPCKit armv7s  <8fffb6aa1dc1346c85d69da9fc7cf258> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x26bc4000 - 0x26ee1fff MediaPlayer armv7s  <33130e824e203fc897b388dfceb0c17d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x26ee2000 - 0x26fbafff CameraKit armv7s  <28cc7f985611395fb2ff0cbfaa4c0946> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x26fc2000 - 0x26fdafff MediaStream armv7s  <abcda240ef6b31f599dd07c0b2bc545a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x26fdb000 - 0x27320fff PhotoLibraryServices armv7s  <6843c821ebf43f488393e36f2a16e2f2> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x27321000 - 0x27353fff PrototypeTools armv7s  <bafd51e233453ab4bb0489d23c8b1f14> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x27780000 - 0x277acfff DataDetectorsCore armv7s  <c3772986782c31a2a4ea5abe99ea295f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x27a6b000 - 0x27b55fff Photos armv7s  <32b90cc6924c339fbc54ec10adc543f9> /System/Library/Frameworks/Photos.framework/Photos
0x27c12000 - 0x27c1cfff CoreRecents armv7s  <75e670cb6bda3ce5991aa6168c541b18> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x27d11000 - 0x27d23fff AssetsLibrary armv7s  <79300bd2c6173bcb8ee74acf6be22e92> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x287d5000 - 0x2883ffff libnetwork.dylib armv7s  <4d5e95cd6d9e328097e75360c03e59fc> /usr/lib/libnetwork.dylib
0x28850000 - 0x288ccfff Network armv7s  <cf73a51a883a3836a185e7ce00cfbb58> /System/Library/PrivateFrameworks/Network.framework/Network
0x288d3000 - 0x28961fff Social armv7s  <4c6c008614d83c22a741dddc3ba0aaa7> /System/Library/Frameworks/Social.framework/Social
0x28c15000 - 0x28c2ffff StoreKit armv7s  <eab2acfe7eca3a0294c837fd876e1778> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x28c5b000 - 0x28caefff ImageCapture armv7s  <163843575e43388584de85f8a22ccea8> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x28caf000 - 0x28cc2fff iPhotoMigrationSupport armv7s  <9d4ac77f00753065a326cfa556c42824> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x28cc3000 - 0x28cdffff SharedUtils armv7s  <6b6ed5a8d55039e084a02b09519bb1e1> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x28cec000 - 0x28d7dfff PhotoLibrary armv7s  <8b02e75269ba3ae895a9151ec482e332> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x28f60000 - 0x28f70fff LocalAuthentication armv7s  <40c5beaf8b0a37479da0d4576fe8ca2a> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x295f6000 - 0x29606fff SiriTasks armv7s  <3b1aa9b8a22f34aaa495bfaa81e3f7ac> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x29849000 - 0x298c9fff PhotoEditSupport armv7s  <a44fe7b5304a3087a9a4b59b4dd6fbef> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x29e62000 - 0x2a26afff PhotosUI armv7s  <4244e3f2ddfa354dae2c0a9308281d58> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x2a90f000 - 0x2aa2ffff libGLProgrammability.dylib armv7s  <a17e0a88bc923164ab97842059c6951a> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x2b2cb000 - 0x2b2f7fff WirelessProximity armv7s  <60e1106396b436b79f25b2f1ba56ef1d> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x2b65d000 - 0x2b663fff libGPUSupportMercury.dylib armv7s  <593372474e3532a4abaa740a6f94cf28> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x2b669000 - 0x2b6ecfff MediaPlatform armv7s  <41533471b9aa37919ea3f004f889b71e> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x2c0b0000 - 0x2c108fff CoreBrightness armv7s  <2f09e1a637bc336cb81fa2dacb78b810> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x2c3f5000 - 0x2c501fff StoreServicesCore armv7s  <4bba89bce4b131f8a36bb4587a0d24de> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore
0x2c9d1000 - 0x2cda3fff MediaLibraryCore armv7s  <3c2e66e281603d84bccb5f4308cffc66> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x2ea41000 - 0x2ea46fff libMatch.1.dylib armv7s  <2a6bb531d9f53026bb2d52c0246e6d0f> /usr/lib/libMatch.1.dylib
0x2effa000 - 0x2f103fff IMGSGX543RC2GLDriver armv7s  <09b1ca932e5938299521a0f7d5301973> /System/Library/Extensions/IMGSGX543RC2GLDriver.bundle/IMGSGX543RC2GLDriver
0x2f10f000 - 0x2f120fff libCGInterfaces.dylib armv7s  <02ed0540fd553eceb9c809fa325ecd8f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x2f73a000 - 0x2f818fff GLEngine armv7s  <e0a8d9643df739fd9b4bc3bc1a31fbda> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x2ffdf000 - 0x2ffebfff AppleFSCompression armv7s  <9508316c402134b1bb00b70189b2f9df> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x2ffec000 - 0x2fff6fff AppleIDAuthSupport armv7s  <78f8ad3e759430999aa2c5e82a2c32b8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x3037f000 - 0x304e7fff CameraUI armv7s  <3d7b53fd90fa3c2abc90b6995f21b95a> /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI
0x30c2b000 - 0x30c4bfff CoreServicesInternal armv7s  <116cdd91c7f93a07b9fe712040f02b48> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x30f1f000 - 0x30f28fff DiagnosticExtensions armv7s  <3d51bdfcdd6832418b8c779680b4ec7f> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x31272000 - 0x3127efff libGSFontCache.dylib armv7s  <c1a572b7df7e3a058263b9fcf688ba7b> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x3127f000 - 0x312a7fff libTrueTypeScaler.dylib armv7s  <e87ca03f9616386ca056b70613d06736> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x32151000 - 0x32159fff MobileStorage armv7s  <a2d475f0db2a3353a9d7ff4e7906f6a0> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x3355b000 - 0x336f4fff libFosl_dynamic.dylib armv7s  <5b3360af78c53fae9e60cff96869f5a9> /usr/lib/libFosl_dynamic.dylib
0x33a9d000 - 0x33ac5fff libpcap.A.dylib armv7s  <6067cf9eccca38ceb6ac82d019aac045> /usr/lib/libpcap.A.dylib
0x33ac6000 - 0x33af4fff libsandbox.1.dylib armv7s  <10db6fd04cf139e791c2e2249f434f99> /usr/lib/libsandbox.1.dylib
0x33af7000 - 0x33bc3fff AVFAudio armv7s  <ad10fec436313abb92af4390312b6e95> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x33bcd000 - 0x33ce9fff Intents armv7s  <858b78ebc62330699c3be7f07278bd21> /System/Library/Frameworks/Intents.framework/Intents
0x33e03000 - 0x33e21fff UserNotifications armv7s  <a6b81206055b3bc1a631dfaea2e2a691> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x34233000 - 0x343a5fff TextureIO armv7s  <b33de89adcb33433987314ae63bf40d3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x34850000 - 0x3488dfff ContactsUICore armv7s  <ec24305105193c0f903ac4280b6d1ed8> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x354b1000 - 0x354c2fff libBNNS.dylib armv7s  <c4b104f1fe7f3acab0eb81a84e592009> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x354c3000 - 0x354c9fff libQuadrature.dylib armv7s  <7329a2fd0e813c7a830edd91cb34abeb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x35809000 - 0x35818fff CoreEmoji armv7s  <b1419df24fef3f259f4cb779f67da294> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x35d78000 - 0x35e3ffff NLP armv7s  <2ccb999f8c0a3f4d8bc95ddddebbed89> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x3608a000 - 0x362acfff PhotosUICore armv7s  <debe4119904c3346815f6a4055335c24> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x368c5000 - 0x3694afff libate.dylib armv7s  <33a7f73cbd773c8d8f9905f7407bfe9a> /usr/lib/libate.dylib
0x3694b000 - 0x3694bfff libcoretls.dylib armv7s  <e6f853bd704f39f491c671b6017fa5c1> /usr/lib/libcoretls.dylib
0x3694c000 - 0x3694dfff libcoretls_cfhelpers.dylib armv7s  <014515d84bfd331d941a2159761945b2> /usr/lib/libcoretls_cfhelpers.dylib

EOF
bcdj commented 5 years ago

Yeah, a symbolicated log would be helpful. Please help uploading one. Thanks!

pNre commented 5 years ago

Yeah, a symbolicated log would be helpful. Please help uploading one. Thanks!

CrashReporter Key:   b62071ce234d9de05eb5bfc5a37548ef92f51ff8
Hardware Model:      iPhone5,4
Process:             MLVisionExample [873]
Path:                /private/var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/MLVisionExample
Identifier:          com.google.firebase.quickstart.MLVisionExample
Version:             1 (1.0)
Code Type:           ARM (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.google.firebase.quickstart.MLVisionExample [1519]

Date/Time:           2018-12-11 10:02:16.4403 +0100
Launch Time:         2018-12-11 10:02:00.0000 +0100
OS Version:          iPhone OS 10.0.2 (14A456)
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  13

Application Specific Information:
abort() called

Filtered syslog:
None found

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib          0x1d05283c mach_msg_trap + 20
1   libsystem_kernel.dylib          0x1d05262e mach_msg + 42
2   CoreFoundation                  0x1d879868 __CFRunLoopServiceMachPort + 136
3   CoreFoundation                  0x1d877b66 __CFRunLoopRun + 1014
4   CoreFoundation                  0x1d7c7072 CFRunLoopRunSpecific + 486
5   CoreFoundation                  0x1d7c6e80 CFRunLoopRunInMode + 104
6   GraphicsServices                0x1ef6fbfc GSEventRunModal + 156
7   UIKit                           0x2296eace -[UIApplication _run] + 574
8   UIKit                           0x22969200 UIApplicationMain + 150
9   MLVisionExample                 0x00047a74 main + 76404 (AppDelegate.swift:21)
10  libdyld.dylib                   0x1cf9250a start + 2

Thread 1:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d1199b0 _pthread_wqthread + 1274
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 2:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d11980c _pthread_wqthread + 854
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 3 name:  com.apple.uikit.eventfetch-thread
Thread 3:
0   libsystem_kernel.dylib          0x1d05283c mach_msg_trap + 20
1   libsystem_kernel.dylib          0x1d05262e mach_msg + 42
2   CoreFoundation                  0x1d879868 __CFRunLoopServiceMachPort + 136
3   CoreFoundation                  0x1d877b66 __CFRunLoopRun + 1014
4   CoreFoundation                  0x1d7c7072 CFRunLoopRunSpecific + 486
5   CoreFoundation                  0x1d7c6e80 CFRunLoopRunInMode + 104
6   Foundation                      0x1e0f61aa -[NSRunLoop+ 45482 (NSRunLoop) runMode:beforeDate:] + 260
7   Foundation                      0x1e114ec0 -[NSRunLoop+ 171712 (NSRunLoop) runUntilDate:] + 86
8   UIKit                           0x23276ef2 -[UIEventFetcher threadMain] + 128
9   Foundation                      0x1e1df1a0 __NSThread__start__ + 1160
10  libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
11  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
12  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 4 name:  Dispatch queue: com.google.firebaseml.textrecognition
Thread 4:
0   libsystem_kernel.dylib          0x1d067e84 __semwait_signal + 24
1   libsystem_pthread.dylib         0x1d11fb28 pthread_join + 400
2   MLVisionExample                 0x01330d06 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19905798 (.island) + 5890706
3   MLVisionExample                 0x013376a0 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19932832 (.island) + 5917740
4   MLVisionExample                 0x012ca9e6 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19487206 (.island) + 5472114
5   MLVisionExample                 0x012c8344 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19477316 (.island) + 5462224
6   MLVisionExample                 0x013288f0 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19871984 (.island) + 5856892
7   MLVisionExample                 0x01095024 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 17170468 (.island) + 3155376
8   MLVisionExample                 0x01095cf4 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 17173748 (.island) + 3158656
9   MLVisionExample                 0x0117f626 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 18130470 (.island) + 4115378
10  MLVisionExample                 0x011821da std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 18141658 (.island) + 4126566
11  MLVisionExample                 0x0118655e std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 18158942 (.island) + 4143850
12  MLVisionExample                 0x0101fc5c std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 16690268 (.island) + 2675176
13  MLVisionExample                 0x01020492 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 16692370 (.island) + 2677278
14  MLVisionExample                 0x00d9628c std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 14029452 (.island) + 14360
15  MLVisionExample                 0x00d96e36 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 14032438 (.island) + 17346
16  MLVisionExample                 0x00922f60 -[FIRVisionTextRecognizer onDeviceTextRecognitionInImage:beginTime:completion:] + 296
17  MLVisionExample                 0x00922394 __51-[FIRVisionTextRecognizer processImage:completion:]_block_invoke + 584
18  libdispatch.dylib               0x1cf65096 _dispatch_call_block_and_release + 10
19  libdispatch.dylib               0x1cf71ec4 _dispatch_queue_serial_drain + 840
20  libdispatch.dylib               0x1cf68378 _dispatch_queue_invoke + 566
21  libdispatch.dylib               0x1cf73a90 _dispatch_root_queue_drain + 378
22  libdispatch.dylib               0x1cf738b6 _dispatch_worker_thread3 + 106
23  libsystem_pthread.dylib         0x1d119946 _pthread_wqthread + 1168
24  libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

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

Thread 6:
0   libsystem_kernel.dylib          0x1d068744 __workq_kernreturn + 8
1   libsystem_pthread.dylib         0x1d1199b0 _pthread_wqthread + 1274
2   libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 7:
0   libsystem_pthread.dylib         0x1d119494 start_wqthread + 0

Thread 8 name:  Dispatch queue: com.google.fira.worker
Thread 8:
0   libsystem_kernel.dylib          0x1d05422c fsync + 8
1   libsqlite3.dylib                0x1dd5d31c 0x1dd09000 + 344860
2   libsqlite3.dylib                0x1dd5d026 0x1dd09000 + 344102
3   libsqlite3.dylib                0x1dd4ec1e 0x1dd09000 + 285726
4   libsqlite3.dylib                0x1dd27bd4 0x1dd09000 + 125908
5   libsqlite3.dylib                0x1dd49388 0x1dd09000 + 263048
6   libsqlite3.dylib                0x1dd3cd8c sqlite3_step + 516
7   libsqlite3.dylib                0x1dd125e6 sqlite3_exec + 394
8   MLVisionExample                 0x00968482 -[APMSqliteStore endTransaction] + 60
9   MLVisionExample                 0x009680a0 -[APMSqliteStore performTransaction:] + 176
10  MLVisionExample                 0x009439dc -[APMMeasurement writeEventOnWorkerQueue:] + 1464
11  MLVisionExample                 0x009431f6 -[APMMeasurement handleEventOnWorkerQueue:] + 1356
12  MLVisionExample                 0x009558b0 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 92
13  libdispatch.dylib               0x1cf65096 _dispatch_call_block_and_release + 10
14  libdispatch.dylib               0x1cf71ec4 _dispatch_queue_serial_drain + 840
15  libdispatch.dylib               0x1cf68378 _dispatch_queue_invoke + 566
16  libdispatch.dylib               0x1cf73a90 _dispatch_root_queue_drain + 378
17  libdispatch.dylib               0x1cf738b6 _dispatch_worker_thread3 + 106
18  libsystem_pthread.dylib         0x1d119946 _pthread_wqthread + 1168
19  libsystem_pthread.dylib         0x1d11949c start_wqthread + 8

Thread 9 name:  com.apple.NSURLConnectionLoader
Thread 9:
0   libsystem_kernel.dylib          0x1d05283c mach_msg_trap + 20
1   libsystem_kernel.dylib          0x1d05262e mach_msg + 42
2   CoreFoundation                  0x1d879868 __CFRunLoopServiceMachPort + 136
3   CoreFoundation                  0x1d877b66 __CFRunLoopRun + 1014
4   CoreFoundation                  0x1d7c7072 CFRunLoopRunSpecific + 486
5   CoreFoundation                  0x1d7c6e80 CFRunLoopRunInMode + 104
6   CFNetwork                       0x1de8dbb0 +[NSURLConnection+ 695216 (Loader) _resourceLoadLoop:] + 416
7   Foundation                      0x1e1df1a0 __NSThread__start__ + 1160
8   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
9   libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
10  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 10:
0   libsystem_kernel.dylib          0x1d067810 __psynch_cvwait + 24
1   libsystem_pthread.dylib         0x1d11ad1e _pthread_cond_wait + 542
2   libsystem_pthread.dylib         0x1d11c0be pthread_cond_wait + 38
3   libc++.1.dylib                  0x1cab837e std::__1::condition_variable::wait+ 25470 (std::__1::unique_lock<std::__1::mutex>&) + 118
4   MLVisionExample                 0x0058e908 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5118448
5   MLVisionExample                 0x0058e628 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5117712
6   MLVisionExample                 0x0058dc9e +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5115270
7   MLVisionExample                 0x0058d632 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5113626
8   MLVisionExample                 0x0058d246 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5112622
9   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
10  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
11  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 11:
0   libsystem_kernel.dylib          0x1d067810 __psynch_cvwait + 24
1   libsystem_pthread.dylib         0x1d11ad1e _pthread_cond_wait + 542
2   libsystem_pthread.dylib         0x1d11c0be pthread_cond_wait + 38
3   libc++.1.dylib                  0x1cab837e std::__1::condition_variable::wait+ 25470 (std::__1::unique_lock<std::__1::mutex>&) + 118
4   MLVisionExample                 0x0058e908 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5118448
5   MLVisionExample                 0x0058e628 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5117712
6   MLVisionExample                 0x0058dc9e +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5115270
7   MLVisionExample                 0x0058d632 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5113626
8   MLVisionExample                 0x0058d246 +[FIRConnectorUtils isUserPropertyAllowed:withOrigin:] + 5112622
9   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
10  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
11  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 12:
0   libsystem_kernel.dylib          0x1d055b7c poll + 8
1   MLVisionExample                 0x0133368c std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19916428 (.island) + 5901336
2   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
3   libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
4   libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 13 Crashed:
0   libsystem_kernel.dylib          0x1d067ad4 __pthread_kill + 8
1   libsystem_pthread.dylib         0x1d11d18a pthread_kill + 62
2   libsystem_c.dylib               0x1cffb318 abort + 108
3   MLVisionExample                 0x013317c0 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19908544 (.island) + 5893452
4   MLVisionExample                 0x013335b2 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19916210 (.island) + 5901118
5   libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
6   libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
7   libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 14:
0   libsystem_kernel.dylib          0x1d067810 __psynch_cvwait + 24
1   libsystem_pthread.dylib         0x1d11ad1e _pthread_cond_wait + 542
2   libsystem_pthread.dylib         0x1d11c0be pthread_cond_wait + 38
3   MLVisionExample                 0x013dc8e2 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 20609250 (.island) + 6594158
4   MLVisionExample                 0x0117b516 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 18113814 (.island) + 4098722
5   MLVisionExample                 0x010e4818 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 17496088 (.island) + 3480996
6   MLVisionExample                 0x010e4d42 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 17497410 (.island) + 3482318
7   MLVisionExample                 0x010e4c8e std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 17497230 (.island) + 3482138
8   MLVisionExample                 0x01331304 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19907332 (.island) + 5892240
9   MLVisionExample                 0x013332e8 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19915496 (.island) + 5900404
10  MLVisionExample                 0x0117b0a4 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 18112676 (.island) + 4097584
11  libsystem_pthread.dylib         0x1d11a470 _pthread_tsd_cleanup + 406
12  libsystem_pthread.dylib         0x1d11a24a _pthread_exit + 158
13  libsystem_pthread.dylib         0x1d11ba2e pthread_sigmask + 0
14  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
15  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 15:
0   MLVisionExample                 0x010bca92 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 17332882 (.island) + 3317790
1   MLVisionExample                 0x0131f3c2 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19833794 (.island) + 5818702
2   MLVisionExample                 0x0131f006 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19832838 (.island) + 5817746
3   MLVisionExample                 0x013232b4 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19849908 (.island) + 5834816
4   MLVisionExample                 0x0131ee16 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19832342 (.island) + 5817250
5   MLVisionExample                 0x01324fea std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19857386 (.island) + 5842294
6   MLVisionExample                 0x0132106c std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19841132 (.island) + 5826040
7   MLVisionExample                 0x01321534 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19842356 (.island) + 5827264
8   MLVisionExample                 0x0132740e std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19866638 (.island) + 5851546
9   MLVisionExample                 0x012cd366 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19497830 (.island) + 5482738
10  MLVisionExample                 0x012cf74a std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19507018 (.island) + 5491926
11  MLVisionExample                 0x00f6f8e8 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 15968488 (.island) + 1953396
12  MLVisionExample                 0x01336e10 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19930640 (.island) + 5915548
13  MLVisionExample                 0x01330c08 std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(unsigned short) + 19905544 (.island) + 5890452
14  libsystem_pthread.dylib         0x1d11ba26 _pthread_body + 216
15  libsystem_pthread.dylib         0x1d11b94c _pthread_start + 234
16  libsystem_pthread.dylib         0x1d1194a8 thread_start + 8

Thread 13 crashed with ARM Thread State (32-bit):
    r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x1cfeddf1
    r4: 0x00000006    r5: 0x19684000      r6: 0x196840b0      r7: 0x19683f68
    r8: 0x00000000    r9: 0x3a19e8c4     r10: 0x01333581     r11: 0x0000d213
    ip: 0x00000148    sp: 0x19683f5c      lr: 0x1d11d18b      pc: 0x1d067ad4
  cpsr: 0x00000010

Binary Images:
0x35000 - 0x1b2cfff MLVisionExample armv7  <3bea73a6644134f19169e6ff30631268> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/MLVisionExample
0x1e09000 - 0x1e34fff GTMSessionFetcher armv7  <73dc66588898396090459aa86629792e> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
0x1e86000 - 0x1eb1fff dyld armv7s  <216d0075bf1739739a7691e91073155c> /usr/lib/dyld
0x1ff2000 - 0x201dfff GoogleAPIClientForREST armv7  <a68ba1b854d13d428f365c2d05b755dd> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/GoogleAPIClientForREST.framework/GoogleAPIClientForREST
0x2096000 - 0x20a1fff GoogleToolboxForMac armv7  <9525a29d1ab53b57ab3b475fab3ff5bf> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
0x20b6000 - 0x20cdfff GoogleUtilities armv7  <8d1b71a08ea932aa8c3879493fdf12f2> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x20f2000 - 0x213dfff Protobuf armv7  <346cce67299f309e92577882e8a98df6> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/Protobuf.framework/Protobuf
0x21ce000 - 0x21d9fff nanopb armv7  <c92657dbd8a53c39b65d01493f3e3e81> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/nanopb.framework/nanopb
0x21ee000 - 0x21fdfff libswiftAVFoundation.dylib armv7s  <278fdc23db973088a78a7fa458bba20d> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftAVFoundation.dylib
0x2216000 - 0x24adfff libswiftCore.dylib armv7s  <a1c95b1c2ee03b0287f88d2828408cee> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftCore.dylib
0x276e000 - 0x2775fff libswiftCoreAudio.dylib armv7s  <ebadcef608ea3d45be00520aea5067c4> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftCoreAudio.dylib
0x278a000 - 0x2791fff libswiftCoreFoundation.dylib armv7s  <6fc93112280f3f5fb1d13c396dc051f9> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftCoreFoundation.dylib
0x279e000 - 0x27adfff libswiftCoreGraphics.dylib armv7s  <21fb17563c493309a944423e3b6151ce> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftCoreGraphics.dylib
0x27d2000 - 0x27d9fff libswiftCoreImage.dylib armv7s  <a7748968293b38f8861bebb3620b087a> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftCoreImage.dylib
0x27e6000 - 0x27edfff libswiftCoreMedia.dylib armv7s  <f31d8f95965d3ee484445403bddeda4a> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftCoreMedia.dylib
0x27fe000 - 0x2809fff libswiftDarwin.dylib armv7s  <ddc6b314582035708c4b213191fdb668> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftDarwin.dylib
0x281e000 - 0x2835fff libswiftDispatch.dylib armv7s  <0090a5a1e64d32658b00210116af00d3> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftDispatch.dylib
0x286f000 - 0x2992fff libswiftFoundation.dylib armv7s  <722dce55ebf537bb9c2c24aed92e2acd> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftFoundation.dylib
0x2b22000 - 0x2b29fff libswiftMetal.dylib armv7s  <39621fdb3e8138ab994eed5d812f380f> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftMetal.dylib
0x2b3a000 - 0x2b41fff libswiftObjectiveC.dylib armv7s  <88802af932273b1d998a9417c2adf847> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftObjectiveC.dylib
0x2b52000 - 0x2b59fff libswiftQuartzCore.dylib armv7s  <c6213d3acb7a35f78622aff1d622dadf> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftQuartzCore.dylib
0x2b66000 - 0x2b71fff libswiftUIKit.dylib armv7s  <295674c2176e38b29063db687d624f61> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftUIKit.dylib
0x2b8e000 - 0x2bd1fff libswiftsimd.dylib armv7s  <1f44fba53694332b8a5f863942af1039> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftsimd.dylib
0x2c22000 - 0x2c29fff libswiftos.dylib armv7s  <1836a9438cb53e55a9a230f7b3064b05> /var/containers/Bundle/Application/1A780BAC-E69E-4A04-A85E-188E49D53E74/MLVisionExample.app/Frameworks/libswiftos.dylib
0x1cab0000 - 0x1cab1fff libSystem.B.dylib armv7s  <ed8cb749cda03719baf392ed3ccc2cba> /usr/lib/libSystem.B.dylib
0x1cab2000 - 0x1cafefff libc++.1.dylib armv7s  <13fa55628d323a049d931bfd23f649ef> /usr/lib/libc++.1.dylib
0x1caff000 - 0x1cb1bfff libc++abi.dylib armv7s  <3f851db58ce83b4c8c57f16b40fa3d58> /usr/lib/libc++abi.dylib
0x1cb1c000 - 0x1cef2fff libobjc.A.dylib armv7s  <a26f830638123e0e81f1108158359c0e> /usr/lib/libobjc.A.dylib
0x1cef3000 - 0x1cef8fff libcache.dylib armv7s  <b58c5614e03930d9b99099a0b16c1eab> /usr/lib/system/libcache.dylib
0x1cef9000 - 0x1cf01fff libcommonCrypto.dylib armv7s  <f2fc6908e6413f8f892979e657eb2b3f> /usr/lib/system/libcommonCrypto.dylib
0x1cf02000 - 0x1cf07fff libcompiler_rt.dylib armv7s  <8174852d85d0316c9e6d6fe01cd80b2a> /usr/lib/system/libcompiler_rt.dylib
0x1cf08000 - 0x1cf0efff libcopyfile.dylib armv7s  <acd542d079ab32ce9d296d101b144f57> /usr/lib/system/libcopyfile.dylib
0x1cf0f000 - 0x1cf63fff libcorecrypto.dylib armv7s  <6dd64f2227fb35c1bfa6394195059f19> /usr/lib/system/libcorecrypto.dylib
0x1cf64000 - 0x1cf8efff libdispatch.dylib armv7s  <3dd38df9eb93345c9063f79d8f5d0e5c> /usr/lib/system/libdispatch.dylib
0x1cf8f000 - 0x1cf92fff libdyld.dylib armv7s  <079ccaaa842131d79e0715ba3848326a> /usr/lib/system/libdyld.dylib
0x1cf93000 - 0x1cf93fff libkeymgr.dylib armv7s  <1be1eb30da353186b532bd14949a2171> /usr/lib/system/libkeymgr.dylib
0x1cf94000 - 0x1cf94fff liblaunch.dylib armv7s  <a75f84ac03dd3eeea36bebbf1ad0fab7> /usr/lib/system/liblaunch.dylib
0x1cf95000 - 0x1cf99fff libmacho.dylib armv7s  <0dcdcfd616213da3ba2957bf4a0d7c88> /usr/lib/system/libmacho.dylib
0x1cf9a000 - 0x1cf9bfff libremovefile.dylib armv7s  <74472416e1953850b793430b283e5414> /usr/lib/system/libremovefile.dylib
0x1cf9c000 - 0x1cfaefff libsystem_asl.dylib armv7s  <abb88f98d2793df2b7e5904d340f8d12> /usr/lib/system/libsystem_asl.dylib
0x1cfaf000 - 0x1cfaffff libsystem_blocks.dylib armv7s  <b0e2ac1e29f73ac78c149920fb29b0c1> /usr/lib/system/libsystem_blocks.dylib
0x1cfb0000 - 0x1d011fff libsystem_c.dylib armv7s  <31dd161ea3ec338d8da87d2c445ef706> /usr/lib/system/libsystem_c.dylib
0x1d012000 - 0x1d015fff libsystem_configuration.dylib armv7s  <412281ee74573df8b7c29687a646303b> /usr/lib/system/libsystem_configuration.dylib
0x1d016000 - 0x1d01afff libsystem_containermanager.dylib armv7s  <454d3a7e604e3f3caf9291bd56831530> /usr/lib/system/libsystem_containermanager.dylib
0x1d01b000 - 0x1d01cfff libsystem_coreservices.dylib armv7s  <95eb3b6e165038a58ab1ef3061ec4ed5> /usr/lib/system/libsystem_coreservices.dylib
0x1d01d000 - 0x1d02ffff libsystem_coretls.dylib armv7s  <753a18e598313de5b12f69bb6b305c2b> /usr/lib/system/libsystem_coretls.dylib
0x1d030000 - 0x1d035fff libsystem_dnssd.dylib armv7s  <0ebfc5c01cde313592432edb33a5e600> /usr/lib/system/libsystem_dnssd.dylib
0x1d036000 - 0x1d050fff libsystem_info.dylib armv7s  <56552530a4e035588e0165f33e3f4181> /usr/lib/system/libsystem_info.dylib
0x1d051000 - 0x1d06dfff libsystem_kernel.dylib armv7s  <040c57dbdfee3d93a193ce09016c5def> /usr/lib/system/libsystem_kernel.dylib
0x1d06e000 - 0x1d09dfff libsystem_m.dylib armv7s  <2d6d02cf2e6f3cfeaea6ee09405872b9> /usr/lib/system/libsystem_m.dylib
0x1d09e000 - 0x1d0b4fff libsystem_malloc.dylib armv7s  <542f676d3cbf3e1d8dae9f6a77e79025> /usr/lib/system/libsystem_malloc.dylib
0x1d0b5000 - 0x1d101fff libsystem_network.dylib armv7s  <3bdefdb3d4e53bc0a4ebb887d8695608> /usr/lib/system/libsystem_network.dylib
0x1d102000 - 0x1d109fff libsystem_networkextension.dylib armv7s  <2d26d04c4132328197f6890753156fba> /usr/lib/system/libsystem_networkextension.dylib
0x1d10a000 - 0x1d111fff libsystem_notify.dylib armv7s  <eb50c87412423bd79769881e966899c2> /usr/lib/system/libsystem_notify.dylib
0x1d112000 - 0x1d117fff libsystem_platform.dylib armv7s  <3fa97ab4472c3a7b885681e1383214d4> /usr/lib/system/libsystem_platform.dylib
0x1d118000 - 0x1d120fff libsystem_pthread.dylib armv7s  <bb975eb91b12391b9c1821334b964a67> /usr/lib/system/libsystem_pthread.dylib
0x1d121000 - 0x1d123fff libsystem_sandbox.dylib armv7s  <1148f99277443e698c2dff69069e466f> /usr/lib/system/libsystem_sandbox.dylib
0x1d124000 - 0x1d12afff libsystem_symptoms.dylib armv7s  <50a58274d8f03bb4abb3b1c640b26497> /usr/lib/system/libsystem_symptoms.dylib
0x1d12b000 - 0x1d146fff libsystem_trace.dylib armv7s  <45ff041f1b7232b687a1b19055cf9cb8> /usr/lib/system/libsystem_trace.dylib
0x1d147000 - 0x1d147fff libunwind.dylib armv7s  <9c1ee2237de033c09caa0f73d949afc1> /usr/lib/system/libunwind.dylib
0x1d148000 - 0x1d148fff libvminterpose.dylib armv7s  <e88dabaeff713158969c2cdf66e63dd5> /usr/lib/system/libvminterpose.dylib
0x1d149000 - 0x1d167fff libxpc.dylib armv7s  <b762df456b6b3cb9ab06441032664370> /usr/lib/system/libxpc.dylib
0x1d168000 - 0x1d307fff libicucore.A.dylib armv7s  <0b8afa76b32b31c9a34495c65e837e86> /usr/lib/libicucore.A.dylib
0x1d308000 - 0x1d314fff libz.1.dylib armv7s  <fa7c3743c6213912a833c79c6e56d35c> /usr/lib/libz.1.dylib
0x1d7bc000 - 0x1dafefff CoreFoundation armv7s  <8e5fa58efa3e335e8960c5040f82bacb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1daff000 - 0x1db0bfff libbsm.0.dylib armv7s  <022f3b0fa8743e219facb805771bc4d4> /usr/lib/libbsm.0.dylib
0x1db0c000 - 0x1db0cfff libenergytrace.dylib armv7s  <cb7dfc92f7be3d1095a3a4e2ad0cfd2b> /usr/lib/libenergytrace.dylib
0x1db0d000 - 0x1db6ffff IOKit armv7s  <abf6cd2949d4386c898501f8a3e76b94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1db70000 - 0x1db8bfff libMobileGestalt.dylib armv7s  <4c75976ee6dd31f4947c512a53d7e129> /usr/lib/libMobileGestalt.dylib
0x1db8c000 - 0x1dc3efff libxml2.2.dylib armv7s  <cee8f550e3ca3d43926e70a4282f5594> /usr/lib/libxml2.2.dylib
0x1dc3f000 - 0x1dcaefff Security armv7s  <484df3085bb234bd86d5527182f15b68> /System/Library/Frameworks/Security.framework/Security
0x1dcaf000 - 0x1dd08fff SystemConfiguration armv7s  <7874dab128b530d0a6def8fd7a482aa6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1dd09000 - 0x1dde3fff libsqlite3.dylib armv7s  <fe82750834b23af9a90b07c32f899bc1> /usr/lib/libsqlite3.dylib
0x1dde4000 - 0x1e08ffff CFNetwork armv7s  <fc3f1abda4aa325da02c34ee237b24e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1e090000 - 0x1e09afff libbz2.1.0.dylib armv7s  <7ff93944524832f19b317f96738b15de> /usr/lib/libbz2.1.0.dylib
0x1e09b000 - 0x1e0b0fff liblzma.5.dylib armv7s  <a436c24412be3a2b8e3588aaf2f26930> /usr/lib/liblzma.5.dylib
0x1e0b1000 - 0x1e0c6fff libCRFSuite.dylib armv7s  <10747d574ae43eed8d0e91811d1d3ac3> /usr/lib/libCRFSuite.dylib
0x1e0c7000 - 0x1e0e9fff libarchive.2.dylib armv7s  <f0f133279b3a3397b67a7364880cf953> /usr/lib/libarchive.2.dylib
0x1e0ea000 - 0x1e0eafff liblangid.dylib armv7s  <47adc11282c63af2b57ac0c8decf005f> /usr/lib/liblangid.dylib
0x1e0eb000 - 0x1e383fff Foundation armv7s  <5ced66b45113340fb5dac6d20eeddb90> /System/Library/Frameworks/Foundation.framework/Foundation
0x1e384000 - 0x1e467fff libBLAS.dylib armv7s  <c519435d31db386a8c9193788d2364a5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1e468000 - 0x1e734fff libLAPACK.dylib armv7s  <177e885267d135208ee2a86b156423d2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1e735000 - 0x1e9c5fff vImage armv7s  <d3d6049a7e2033f19a3c7c421e9a788f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1e9c6000 - 0x1e9d8fff libvMisc.dylib armv7s  <5d4b99c84b733673ac97077aa9353dec> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1e9d9000 - 0x1e9ebfff libLinearAlgebra.dylib armv7s  <868207af504a3b549ea99f06d780acaa> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1e9ec000 - 0x1ea04fff libSparseBLAS.dylib armv7s  <b1d33b3d1ed33c318d1ed76d7f90c825> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1ea05000 - 0x1ea88fff libvDSP.dylib armv7s  <26a288476df835af8d3a142884c4623a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1ea89000 - 0x1ea89fff vecLib armv7s  <d8350023b3293d2ea1f8709094ea32b5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1ea8a000 - 0x1ea8afff Accelerate armv7s  <3cb62912eb133cfc9830540b642df4af> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1ea8b000 - 0x1ef65fff CoreGraphics armv7s  <c7c1c9a5ebbc3f1ab50257a0f85b816b> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1ef66000 - 0x1ef77fff GraphicsServices armv7s  <8b12e31cb4db395493580512df0d739a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1ef78000 - 0x1efbafff AppSupport armv7s  <aee6f929176d3dd19c0e6cf454259c2e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1efbb000 - 0x1f0c1fff MobileCoreServices armv7s  <0d4fef9288af3e40a3b0b264c8ea6689> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1f0c2000 - 0x1f112fff BaseBoard armv7s  <267d1077ddf33191b15ec81780fea29c> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1f113000 - 0x1f11dfff AssertionServices armv7s  <cd6b713cd52c3a3faf40c9cb27e4722f> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1f11e000 - 0x1f146fff BackBoardServices armv7s  <72bf59e736fe3bf98e2c957d2ced3996> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1f14b000 - 0x1f195fff FrontBoardServices armv7s  <a91e3d7aa3c13a9587d0d9e14470776c> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1f199000 - 0x1f1c4fff SpringBoardServices armv7s  <86dd31610777361cae95e5606bff541b> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1f1c5000 - 0x1f1d5fff MobileKeyBag armv7s  <7cb73744789a3a338f621cf18f013c2e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1f1d6000 - 0x1f1dcfff IOSurface armv7s  <d67d21de0e8237b9b1759edf8abc7ac0> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x1f1dd000 - 0x1f1e7fff liblockdown.dylib armv7s  <081a4fe563663e258f61301ca3068d97> /usr/lib/liblockdown.dylib
0x1f1e8000 - 0x1f1fcfff CrashReporterSupport armv7s  <178d0e15b170321090250b2c7c752274> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1f1fd000 - 0x1f1fffff IOSurfaceAccelerator armv7s  <459cf4f332233e3ba13065448e49adee> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1f200000 - 0x1f237fff AppleJPEG armv7s  <7aa25b3e341837c3808ef7f878ba56f5> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1f238000 - 0x1f76afff ImageIO armv7s  <0d65ef6c70b93cebbaa49f0d4bb75da4> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1f76b000 - 0x1f770fff TCC armv7s  <df230adaecf83d139e4c6b812ccb444a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1f771000 - 0x1f775fff AggregateDictionary armv7s  <22b06c6f87c03c83a3c08248ce8c5906> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1f776000 - 0x1f780fff PowerLog armv7s  <cd5b1b017fbf3c7ebfd60b6f37f1d7e1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1f781000 - 0x1f7ddfff libTelephonyUtilDynamic.dylib armv7s  <c63047d32ea930e0b9d7c89938c47dd6> /usr/lib/libTelephonyUtilDynamic.dylib
0x1f7de000 - 0x1f7effff CommonUtilities armv7s  <a4df29495f883276a24a67f0d9af14ed> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1f7f0000 - 0x1f7fefff libcompression.dylib armv7s  <d26bc3fb545432708669cdc4b23ddfaa> /usr/lib/libcompression.dylib
0x1f7ff000 - 0x1fa8afff CoreData armv7s  <ad9bac15a50930449e013c1f7e3051b3> /System/Library/Frameworks/CoreData.framework/CoreData
0x1fa8b000 - 0x1fa8efff libCoreVMClient.dylib armv7s  <469b4af6da4f38a9823c8240b86f7910> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1fa8f000 - 0x1fa93fff IOAccelerator armv7s  <4b84f036419b3ea7bdcd0ce15576e118> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1fa94000 - 0x1fa94fff libCVMSPluginSupport.dylib armv7s  <f71e8b81afc632f99821ebf6b7996a24> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1fa95000 - 0x1fa97fff libCoreFSCache.dylib armv7s  <5133ee46120c3ba7af5b3e8874e2d41c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1fa98000 - 0x1fad4fff libGLImage.dylib armv7s  <ffccf57429833bae98704d0f18d1e66d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1fad5000 - 0x1faddfff libGFXShared.dylib armv7s  <1f8cbfc3b79d39dba72a928e662b90b4> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1fade000 - 0x1fae4fff IOMobileFramebuffer armv7s  <87c4757565913b34b57d28bf0c54ef6f> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1fae5000 - 0x1fae5fff libmetal_timestamp.dylib armv7s  <270a5b968544341aac3c9465326d6234> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x1fae6000 - 0x1fb39fff Metal armv7s  <586d949b35c53b799f5d8d3a310f8240> /System/Library/Frameworks/Metal.framework/Metal
0x1fb3a000 - 0x1fb42fff OpenGLES armv7s  <5d993b71a4703dfd900f8613547ce11a> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1fb43000 - 0x1fb5efff CoreVideo armv7s  <e4732b08c1e23eb38c5c96bf80b4221a> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1fb5f000 - 0x1fb61fff OAuth armv7s  <0930988ae8d53cc7a25ded395c1de55b> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1fb68000 - 0x1fb9efff Accounts armv7s  <3b9edec516f6396fba647dd228aa8908> /System/Library/Frameworks/Accounts.framework/Accounts
0x1fb9f000 - 0x1fc8bfff libiconv.2.dylib armv7s  <af7f2b84990937ec9757f6acb0966efa> /usr/lib/libiconv.2.dylib
0x1fc8c000 - 0x1fdd3fff CoreAudio armv7s  <d70382fd33b73783aa9d981e4ed4cf91> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1fdd4000 - 0x1fdd7fff UserFS armv7s  <e8a0a93f914337129edc91ba49bc34a5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1fdd8000 - 0x1feb2fff CoreMedia armv7s  <26323479460f33778f957b5e616589d1> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1feb3000 - 0x1feb8fff libcupolicy.dylib armv7s  <3f68499ac5bf367e982a15687fb1097b> /usr/lib/libcupolicy.dylib
0x1feb9000 - 0x1ff32fff CoreTelephony armv7s  <91615deff0f63cf394791cf4b044360c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1ff33000 - 0x2002dfff libFontParser.dylib armv7s  <fbc6e264c8f53418848e5c44d908fcee> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x2002e000 - 0x200a9fff VideoToolbox armv7s  <cac7f979384037d5b3526b16ff25b109> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x200aa000 - 0x200aafff FontServices armv7s  <7979f9f964c03b4d948159dbafe37a1a> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x200ab000 - 0x201cbfff CoreText armv7s  <cfa2925d09c43f848de3524b8ffb2fcc> /System/Library/Frameworks/CoreText.framework/CoreText
0x201cc000 - 0x201e4fff ProtocolBuffer armv7s  <357ab2a7ee7c33d38c821f49e78700f0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x201e5000 - 0x2020efff PersistentConnection armv7s  <c147a289381031589e30ac43221410af> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2020f000 - 0x20214fff DataMigration armv7s  <5468f5c287313786972129d6ca518e50> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x20215000 - 0x20635fff AudioToolbox armv7s  <2cd90414ebcd3728a228529f93091199> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x20636000 - 0x207dcfff QuartzCore armv7s  <92aec227e2133781918344a3862e2551> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x207dd000 - 0x207e2fff Netrb armv7s  <c3283128d3383e3488bc7f6d777d0abb> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x207e3000 - 0x207f0fff libcmph.dylib armv7s  <c8024058f865319fa151f49825c0eeb4> /usr/lib/libcmph.dylib
0x207f1000 - 0x2080dfff libmis.dylib armv7s  <89ffc9e82e5434b98a9f5fc99acd5e92> /usr/lib/libmis.dylib
0x2080e000 - 0x208dbfff LanguageModeling armv7s  <2af4655dd37d308d8fb3ac8f3e57a664> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x208dc000 - 0x209a6fff ManagedConfiguration armv7s  <a171536ccab23044b76087947f093961> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x209a7000 - 0x209bafff libmarisa.dylib armv7s  <a3930795e3c7358fbbb7f5993404090d> /usr/lib/libmarisa.dylib
0x209bb000 - 0x20a62fff ProofReader armv7s  <bc6954515c8c3388b42a01a9da3a5b59> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x20a63000 - 0x20a6cfff MediaAccessibility armv7s  <89a0ef5c46de36e4bc0df289abd377f6> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x20a6d000 - 0x20a7bfff MobileAsset armv7s  <4a035213fe043ba6b0a8821fbf7a4558> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x20a7c000 - 0x20ae7fff ColorSync armv7s  <4b6c945f18e6329095d85e7e14d51e25> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x20ae8000 - 0x20b54fff MetalPerformanceShaders armv7s  <9c7a812b944c33b8b2edba621011bd16> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x20b55000 - 0x20f7afff FaceCore armv7s  <b4de1c200f4d3d29822706242e3aa0ff> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x20f7b000 - 0x20fe9fff Quagga armv7s  <40a187c265ac321d811870db020c04f3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x20fea000 - 0x21197fff CoreImage armv7s  <19c9597c5ae6376a95da7a41b1de44eb> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x21198000 - 0x211dafff TextInput armv7s  <e3e8d4ee88e83790b191e973b2fafe2e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x211db000 - 0x211e9fff libAccessibility.dylib armv7s  <70abf4c0f8f33509839cc2cacdadd4cd> /usr/lib/libAccessibility.dylib
0x211f5000 - 0x2172dfff JavaScriptCore armv7s  <64553ce9ed383563a3a40b5f8c525b3b> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x2172e000 - 0x21907fff StoreServices armv7s  <cbf2a3be52d33ef29b398cd97735ef7f> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x21908000 - 0x22610fff WebCore armv7s  <3be8cecba4483b719b0eb68a67db8b2f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x22611000 - 0x22632fff libxslt.1.dylib armv7s  <064d01dbb22b3cb5a3c657471935b1c1> /usr/lib/libxslt.1.dylib
0x22633000 - 0x22704fff WebKitLegacy armv7s  <5c4b6f4ab20e3b29b9477f635b1a99ba> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x22705000 - 0x227b7fff CoreUI armv7s  <6d5c643a346f3c9da38d00ad73f97baa> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x227b8000 - 0x227d8fff DictionaryServices armv7s  <eeab1da47c203f22a95d3b597705dd38> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x227d9000 - 0x227d9fff HangTracer armv7s  <7039293fe3fe3491a0b57db1f4321984> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x227da000 - 0x22828fff PhysicsKit armv7s  <92335d9f6c873411ad598540efefef90> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x22829000 - 0x228f3fff UIFoundation armv7s  <6b27ec3a167c3345952385e5060311f5> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x228f4000 - 0x235c6fff UIKit armv7s  <a28725425e5637c09b0a7c3c2bdd29a5> /System/Library/Frameworks/UIKit.framework/UIKit
0x235c7000 - 0x235ecfff CoreBluetooth armv7s  <9755f6390b3f3de69a534d69611f1f64> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x235ed000 - 0x2360efff DataAccessExpress armv7s  <0ae353db81843b9296906cbd8d25e2c3> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x2360f000 - 0x2362efff NetworkStatistics armv7s  <befa820aacbb35df8cb7d9f9b4aed831> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2362f000 - 0x236a8fff AddressBook armv7s  <8d718063e8903fc496123bbb434c73bf> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x236a9000 - 0x237d0fff CoreMotion armv7s  <546f0905444430c2ad1350e41f865373> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x237d1000 - 0x237f9fff CacheDelete armv7s  <e0d3e0d4fc7c3daab2f8e606ebd18cde> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x237fa000 - 0x23805fff CoreAUC armv7s  <043bdb3262a73d1f95175034df22b546> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x23806000 - 0x23cd7fff MediaToolbox armv7s  <a089febdb64f39aa9aa075dde9b16376> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x23cd8000 - 0x23e57fff Celestial armv7s  <669f39ce899136649fc8ebbb90566236> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x23e58000 - 0x23e66fff IntlPreferences armv7s  <e17adeb6d0d63b8b84cd8d2b0d368663> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x23e67000 - 0x23e69fff CoreDuetDebugLogging armv7s  <5c1c0eaaca773c49a70ae51f50c3de35> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x23e6a000 - 0x23e7bfff CoreDuetDaemonProtocol armv7s  <63387e6c21493433a416ea79dd96d2a5> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x23e7c000 - 0x23f3bfff CoreDuet armv7s  <0da0bb37403939d9a31a198afaabf77b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x23f3c000 - 0x240d2fff AVFoundation armv7s  <97393359f933393bb5243b13527de372> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x240d3000 - 0x240fafff libtidy.A.dylib armv7s  <5dec373d0ab830148cc39cf4a324465c> /usr/lib/libtidy.A.dylib
0x240fb000 - 0x2415efff IMFoundation armv7s  <04d372ad15c53431a0c985ce3b9ad926> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x2415f000 - 0x24762fff GeoServices armv7s  <a52a5c12a9ab3cfa899f5ba663689112> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x24763000 - 0x24764fff DiagnosticLogCollection armv7s  <d1e9e09d839838a0820bd8800e493a3f> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x24765000 - 0x24766fff Marco armv7s  <a4a7665a6c6b36a09503a59ef8423286> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x24767000 - 0x247ddfff CoreLocation armv7s  <e66cb2eb348e3f79acdde936d4ee0797> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x247de000 - 0x247e2fff ConstantClasses armv7s  <07e741d57e7f31a9a376678db94b06ad> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x24a56000 - 0x24aaffff IDSFoundation armv7s  <186c0d5d204d314f9b970519f52444dd> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x24ab0000 - 0x24b86fff IDS armv7s  <fdb6cf155cfd3230b96a821e2efa4ba8> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x24b87000 - 0x24ba4fff MediaServices armv7s  <1e04f0352bb232ad8bec5dfb7f77659b> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x24ba5000 - 0x24bdefff AuthKit armv7s  <2dbc563ba2873a5f9d6f14c9b4c5bae1> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x24bdf000 - 0x24be2fff libheimdal-asn1.dylib armv7s  <71f3837d0187380a8ea5b827e618a716> /usr/lib/libheimdal-asn1.dylib
0x24be3000 - 0x24c79fff MediaRemote armv7s  <38a7934db881304db51e9261e98797e2> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x24c7a000 - 0x24deafff MobileSpotlightIndex armv7s  <42d69c0238b63cf08b726c26877ec524> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x24deb000 - 0x24e07fff PlugInKit armv7s  <5c8d3079624e3f458f41c1f040d32234> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x24e08000 - 0x24e2cfff ProtectedCloudStorage armv7s  <d429b41ba6f13bbd93ed419e63498f4a> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x24e2d000 - 0x24e43fff libresolv.9.dylib armv7s  <8744e618b650329dbf3bbb132338565a> /usr/lib/libresolv.9.dylib
0x24e44000 - 0x24e57fff ApplePushService armv7s  <42db1e40fa883108a3e0cd0c58e18671> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x24e58000 - 0x24e99fff ContactsFoundation armv7s  <723c926d38e439e0a6153ebbbbbfe0de> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x24e9f000 - 0x24f34fff Contacts armv7s  <e1ee9f8e5cda39d2a015c04a9c109590> /System/Library/Frameworks/Contacts.framework/Contacts
0x24f35000 - 0x24f79fff CoreSpotlight armv7s  <6e45b185e1f033c8b8b8242746094a6b> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x24f7a000 - 0x24f9cfff vCard armv7s  <16bae4cf08ac38ad891448b67861733f> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x24f9d000 - 0x2501cfff VoiceServices armv7s  <b29648f3bf9f3cb78b003eef3f163164> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x2501d000 - 0x25067fff SAObjects armv7s  <c4ff8661bc8a3b29956f51cb99d9a4d2> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x250df000 - 0x25166fff AssistantServices armv7s  <0cc3d749b4f333f69d209ad36aacf6fb> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x2525e000 - 0x25275fff AppleIDSSOAuthentication armv7s  <122c98f0f41f3eb4863fdf3e85681ceb> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x25286000 - 0x252e7fff AppleAccount armv7s  <9fd2c0723ad73475a52b8eea6c5fce52> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x252e8000 - 0x252ecfff CommunicationsFilter armv7s  <ed1eb115fc6c383b997a86fcbe6a6f68> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x252ed000 - 0x2530ffff ChunkingLibrary armv7s  <6f34bfd92f7430f7ba63db2fe441f358> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x25310000 - 0x25318fff CaptiveNetwork armv7s  <ef435c1762f831b48be023dd1aa90eb8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x25319000 - 0x25340fff EAP8021X armv7s  <0d60d18a93053a9f8defedb76955463f> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x25341000 - 0x25347fff AssetCacheServices armv7s  <5298911ae10c348089518ec2b9890b8c> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x25348000 - 0x25412fff MMCS armv7s  <90a920a195b839d5be8309fe15fda21c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x25413000 - 0x2543bfff MobileWiFi armv7s  <f8feadeac92f300fa09d2cbdadb94519> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2543c000 - 0x25477fff ContentIndex armv7s  <07da82a004d43a2cb26e031b793c1239> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x254c7000 - 0x254edfff Bom armv7s  <4960d54771ca3c6c853f60f24f8c1bbd> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x255b5000 - 0x255c7fff UserManagement armv7s  <cbf987cc872f378580bc4549f50c6af4> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x255c8000 - 0x25674fff CorePDF armv7s  <281f593a4d91351eb8a4b9e0bb85336a> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x2595c000 - 0x25bd0fff WebKit armv7s  <aa3b7108d16137f586f8404daeb02456> /System/Library/Frameworks/WebKit.framework/WebKit
0x25c15000 - 0x25d36fff ContactsUI armv7s  <67003e2c8bc03250838004bb7a47ffa2> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x25d37000 - 0x2630afff ModelIO armv7s  <711d680a84023b3587c9d08f76c486e0> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x2630b000 - 0x26310fff DAAPKit armv7s  <3876dc059baf3cefabec8779bdfb2e35> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x2640d000 - 0x2643afff GLKit armv7s  <b742255e28eb344e8c79c6b524b3ff1b> /System/Library/Frameworks/GLKit.framework/GLKit
0x2643b000 - 0x26671fff MusicLibrary armv7s  <cca7858608f4325fa42230444589ccaa> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x266ab000 - 0x26776fff AddressBookUI armv7s  <379c11b9933039f2a56e4a128861f13d> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x26840000 - 0x26893fff iTunesStore armv7s  <5b5b80628dab3628ba39907f5081ff28> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x26894000 - 0x26899fff CloudPhotoServices armv7s  <f1fff23a2907318b9ef2e0e812234541> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x2689a000 - 0x26975fff CloudPhotoLibrary armv7s  <8e9222bc8e4a3d8e88e652203c83abb0> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x269bd000 - 0x269e0fff AssetsLibraryServices armv7s  <1b187c8dfea5330eac9d59d9e6e578d9> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x269e1000 - 0x26a6cfff HomeSharing armv7s  <0ed7747906ef3264b7ca58d9b7929a5a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x26a6d000 - 0x26a96fff ACTFramework armv7s  <df4a371e5e6932fd971174dc2daadb07> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x26a97000 - 0x26aa2fff DCIMServices armv7s  <fa9e8db957ad346d8bb386dfe71addad> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x26aa3000 - 0x26ba5fff CoreMediaStream armv7s  <a76e5c277c9e36c28a71ce810a37c1c1> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x26ba6000 - 0x26bbcfff PhotosFormats armv7s  <83212cd8417b310fa57b802ffd6bdb70> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x26bbd000 - 0x26bc3fff XPCKit armv7s  <8fffb6aa1dc1346c85d69da9fc7cf258> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x26bc4000 - 0x26ee1fff MediaPlayer armv7s  <33130e824e203fc897b388dfceb0c17d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x26ee2000 - 0x26fbafff CameraKit armv7s  <28cc7f985611395fb2ff0cbfaa4c0946> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x26fc2000 - 0x26fdafff MediaStream armv7s  <abcda240ef6b31f599dd07c0b2bc545a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x26fdb000 - 0x27320fff PhotoLibraryServices armv7s  <6843c821ebf43f488393e36f2a16e2f2> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x27321000 - 0x27353fff PrototypeTools armv7s  <bafd51e233453ab4bb0489d23c8b1f14> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x27780000 - 0x277acfff DataDetectorsCore armv7s  <c3772986782c31a2a4ea5abe99ea295f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x27a6b000 - 0x27b55fff Photos armv7s  <32b90cc6924c339fbc54ec10adc543f9> /System/Library/Frameworks/Photos.framework/Photos
0x27c12000 - 0x27c1cfff CoreRecents armv7s  <75e670cb6bda3ce5991aa6168c541b18> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x27d11000 - 0x27d23fff AssetsLibrary armv7s  <79300bd2c6173bcb8ee74acf6be22e92> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x287d5000 - 0x2883ffff libnetwork.dylib armv7s  <4d5e95cd6d9e328097e75360c03e59fc> /usr/lib/libnetwork.dylib
0x28850000 - 0x288ccfff Network armv7s  <cf73a51a883a3836a185e7ce00cfbb58> /System/Library/PrivateFrameworks/Network.framework/Network
0x288d3000 - 0x28961fff Social armv7s  <4c6c008614d83c22a741dddc3ba0aaa7> /System/Library/Frameworks/Social.framework/Social
0x28c15000 - 0x28c2ffff StoreKit armv7s  <eab2acfe7eca3a0294c837fd876e1778> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x28c5b000 - 0x28caefff ImageCapture armv7s  <163843575e43388584de85f8a22ccea8> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x28caf000 - 0x28cc2fff iPhotoMigrationSupport armv7s  <9d4ac77f00753065a326cfa556c42824> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x28cc3000 - 0x28cdffff SharedUtils armv7s  <6b6ed5a8d55039e084a02b09519bb1e1> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x28cec000 - 0x28d7dfff PhotoLibrary armv7s  <8b02e75269ba3ae895a9151ec482e332> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x28f60000 - 0x28f70fff LocalAuthentication armv7s  <40c5beaf8b0a37479da0d4576fe8ca2a> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x295f6000 - 0x29606fff SiriTasks armv7s  <3b1aa9b8a22f34aaa495bfaa81e3f7ac> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x29849000 - 0x298c9fff PhotoEditSupport armv7s  <a44fe7b5304a3087a9a4b59b4dd6fbef> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x29e62000 - 0x2a26afff PhotosUI armv7s  <4244e3f2ddfa354dae2c0a9308281d58> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x2a90f000 - 0x2aa2ffff libGLProgrammability.dylib armv7s  <a17e0a88bc923164ab97842059c6951a> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x2b2cb000 - 0x2b2f7fff WirelessProximity armv7s  <60e1106396b436b79f25b2f1ba56ef1d> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x2b65d000 - 0x2b663fff libGPUSupportMercury.dylib armv7s  <593372474e3532a4abaa740a6f94cf28> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x2b669000 - 0x2b6ecfff MediaPlatform armv7s  <41533471b9aa37919ea3f004f889b71e> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x2c0b0000 - 0x2c108fff CoreBrightness armv7s  <2f09e1a637bc336cb81fa2dacb78b810> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x2c3f5000 - 0x2c501fff StoreServicesCore armv7s  <4bba89bce4b131f8a36bb4587a0d24de> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore
0x2c9d1000 - 0x2cda3fff MediaLibraryCore armv7s  <3c2e66e281603d84bccb5f4308cffc66> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x2ea41000 - 0x2ea46fff libMatch.1.dylib armv7s  <2a6bb531d9f53026bb2d52c0246e6d0f> /usr/lib/libMatch.1.dylib
0x2effa000 - 0x2f103fff IMGSGX543RC2GLDriver armv7s  <09b1ca932e5938299521a0f7d5301973> /System/Library/Extensions/IMGSGX543RC2GLDriver.bundle/IMGSGX543RC2GLDriver
0x2f10f000 - 0x2f120fff libCGInterfaces.dylib armv7s  <02ed0540fd553eceb9c809fa325ecd8f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x2f73a000 - 0x2f818fff GLEngine armv7s  <e0a8d9643df739fd9b4bc3bc1a31fbda> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x2ffdf000 - 0x2ffebfff AppleFSCompression armv7s  <9508316c402134b1bb00b70189b2f9df> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x2ffec000 - 0x2fff6fff AppleIDAuthSupport armv7s  <78f8ad3e759430999aa2c5e82a2c32b8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x3037f000 - 0x304e7fff CameraUI armv7s  <3d7b53fd90fa3c2abc90b6995f21b95a> /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI
0x30c2b000 - 0x30c4bfff CoreServicesInternal armv7s  <116cdd91c7f93a07b9fe712040f02b48> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x30f1f000 - 0x30f28fff DiagnosticExtensions armv7s  <3d51bdfcdd6832418b8c779680b4ec7f> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x31272000 - 0x3127efff libGSFontCache.dylib armv7s  <c1a572b7df7e3a058263b9fcf688ba7b> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x3127f000 - 0x312a7fff libTrueTypeScaler.dylib armv7s  <e87ca03f9616386ca056b70613d06736> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x32151000 - 0x32159fff MobileStorage armv7s  <a2d475f0db2a3353a9d7ff4e7906f6a0> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x3355b000 - 0x336f4fff libFosl_dynamic.dylib armv7s  <5b3360af78c53fae9e60cff96869f5a9> /usr/lib/libFosl_dynamic.dylib
0x33a9d000 - 0x33ac5fff libpcap.A.dylib armv7s  <6067cf9eccca38ceb6ac82d019aac045> /usr/lib/libpcap.A.dylib
0x33ac6000 - 0x33af4fff libsandbox.1.dylib armv7s  <10db6fd04cf139e791c2e2249f434f99> /usr/lib/libsandbox.1.dylib
0x33af7000 - 0x33bc3fff AVFAudio armv7s  <ad10fec436313abb92af4390312b6e95> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x33bcd000 - 0x33ce9fff Intents armv7s  <858b78ebc62330699c3be7f07278bd21> /System/Library/Frameworks/Intents.framework/Intents
0x33e03000 - 0x33e21fff UserNotifications armv7s  <a6b81206055b3bc1a631dfaea2e2a691> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x34233000 - 0x343a5fff TextureIO armv7s  <b33de89adcb33433987314ae63bf40d3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x34850000 - 0x3488dfff ContactsUICore armv7s  <ec24305105193c0f903ac4280b6d1ed8> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x354b1000 - 0x354c2fff libBNNS.dylib armv7s  <c4b104f1fe7f3acab0eb81a84e592009> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x354c3000 - 0x354c9fff libQuadrature.dylib armv7s  <7329a2fd0e813c7a830edd91cb34abeb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x35809000 - 0x35818fff CoreEmoji armv7s  <b1419df24fef3f259f4cb779f67da294> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x35d78000 - 0x35e3ffff NLP armv7s  <2ccb999f8c0a3f4d8bc95ddddebbed89> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x3608a000 - 0x362acfff PhotosUICore armv7s  <debe4119904c3346815f6a4055335c24> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x368c5000 - 0x3694afff libate.dylib armv7s  <33a7f73cbd773c8d8f9905f7407bfe9a> /usr/lib/libate.dylib
0x3694b000 - 0x3694bfff libcoretls.dylib armv7s  <e6f853bd704f39f491c671b6017fa5c1> /usr/lib/libcoretls.dylib
0x3694c000 - 0x3694dfff libcoretls_cfhelpers.dylib armv7s  <014515d84bfd331d941a2159761945b2> /usr/lib/libcoretls_cfhelpers.dylib

EOF
pNre commented 5 years ago

Here's another stack trace, this time from an iPhone SE, same iOS version:

# OS Version: 10.0.2 (14A456)
# Device: iPhone SE
# RAM Free: 2.5%
# Disk Free: 43.8%

#14. Crashed: Thread
0  libsystem_kernel.dylib         0x18b33e014 __pthread_kill + 8
1  libsystem_pthread.dylib        0x18b405460 pthread_kill + 112
2  libsystem_c.dylib              0x18b2b23f4 abort + 140
3  Satispay                       0x100e86da8 PythonGilHolderLookup::Register(long long (*)()) + 4310871464
4  Satispay                       0x100e888c4 (anonymous namespace)::ThreadLivenessWatcher(void*) + 4310878404
5  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
6  libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
7  libsystem_pthread.dylib        0x18b400dbc thread_start + 4

--

#0. com.apple.main-thread
0  libsystem_kernel.dylib         0x18b32016c mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b31ffdc mach_msg + 72
2  CoreFoundation                 0x18c31dcec __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x18c31b908 __CFRunLoopRun + 1132
4  CoreFoundation                 0x18c24a048 CFRunLoopRunSpecific + 444
5  GraphicsServices               0x18dccd198 GSEventRunModal + 180
6  UIKit                          0x192224628 -[UIApplication _run] + 684
7  UIKit                          0x19221f360 UIApplicationMain + 208
8  Satispay                       0x10000e9c8 main (MobileTopUpPaymentAmountViewController.swift:27)
9  (Missing)                      0x18b22c5b8 (Missing)

#1. com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x18b32016c mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b31ffdc mach_msg + 72
2  CoreFoundation                 0x18c31dcec __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x18c31b908 __CFRunLoopRun + 1132
4  CoreFoundation                 0x18c24a048 CFRunLoopRunSpecific + 444
5  Foundation                     0x18cd58b1c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6  Foundation                     0x18cd7960c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7  UIKit                          0x192b99c7c -[UIEventFetcher threadMain] + 136
8  Foundation                     0x18ce5650c __NSThread__start__ + 1024
9  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
10 libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
11 libsystem_pthread.dylib        0x18b400dbc thread_start + 4

#2. com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x18b32016c mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b31ffdc mach_msg + 72
2  CoreFoundation                 0x18c31dcec __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x18c31b908 __CFRunLoopRun + 1132
4  CoreFoundation                 0x18c24a048 CFRunLoopRunSpecific + 444
5  CFNetwork                      0x18ca37cec +[NSURLConnection(Loader) _resourceLoadLoop:] + 336
6  Foundation                     0x18ce5650c __NSThread__start__ + 1024
7  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
8  libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
9  libsystem_pthread.dylib        0x18b400dbc thread_start + 4

#3. com.twitter.crashlytics.ios.MachExceptionServer
0  libsystem_kernel.dylib         0x18b32016c mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b31ffdc mach_msg + 72
2  Satispay                       0x1005e10d4 CLSMachExceptionServer (CLSMachException.c:180)
3  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
4  libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
5  libsystem_pthread.dylib        0x18b400dbc thread_start + 4

#4. Thread
0  libsystem_kernel.dylib         0x18b33ea88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b40136c _pthread_wqthread + 1452
2  libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#5. com.google.firebaseml.textrecognition
0  Satispay                       0x100af8f20 ocr::photo::ImageUtil::PixCropConvertRGBToLuminance(Pix const*, Box*) + 4307144480
1  Satispay                       0x100af30a0 ocr::photo::ImageUtil::PixConvertRGBToLuminance(Pix const*) + 4307120288
2  Satispay                       0x100ca2740 ocr::photo::PhotoOcrEngine::OcrBoxedPixWithDetections(Pix*, Pix*, Box*, long long, std::__1::vector<i18n::languages::Language, std::__1::allocator<i18n::languages::Language> > const&, std::__1::vector<ocr::photo::DetectionBox, std::__1::allocator<ocr::photo::DetectionBox> > const&, std::__1::vector<ocr::photo::TextBox, std::__1::allocator<ocr::photo::TextBox> > const&, std::__1::vector<ocr::photo::LineBox, std::__1::allocator<ocr::photo::LineBox> >*, ocr::photo::OcrEngineContext*, ocr::photo::OcrEngineMeasurements*) + 4308887360
3  Satispay                       0x100b09748 ocr::photo::jni_helper::RecognizeRawDataWithBoxAndAssistAndDetections(unsigned char const*, int, int, int, int, int, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, int, int, int, std::__1::vector<ocr::photo::TextBox, std::__1::allocator<ocr::photo::TextBox> > const&, std::__1::vector<ocr::photo::DetectionBox, std::__1::allocator<ocr::photo::DetectionBox> > const&, ocr::photo::QueryOptions const&, ocr::photo::QueryMetaResults*, std::__1::vector<ocr::photo::LineBox, std::__1::allocator<ocr::photo::LineBox> >*) + 4307212104
4  Satispay                       0x1008230f4 -[GMVTextDetector textsInImageBufferData:colorModel:startDate:width:height:options:orientation:format:] + 4304171252
5  Satispay                       0x10073592c __51-[FIRVisionTextRecognizer processImage:completion:]_block_invoke + 4303198508
6  libdispatch.dylib              0x18b1f9200 _dispatch_call_block_and_release + 24
7  libdispatch.dylib              0x18b1f91c0 _dispatch_client_callout + 16
8  libdispatch.dylib              0x18b207444 _dispatch_queue_serial_drain + 928
9  libdispatch.dylib              0x18b1fc9a8 _dispatch_queue_invoke + 652
10 libdispatch.dylib              0x18b20938c _dispatch_root_queue_drain + 572
11 libdispatch.dylib              0x18b2090ec _dispatch_worker_thread3 + 124
12 libsystem_pthread.dylib        0x18b4012c8 _pthread_wqthread + 1288
13 libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#6. Thread
0  libsystem_pthread.dylib        0x18b400db0 start_wqthread + 126

#7. Thread
0  libsystem_kernel.dylib         0x18b33ea88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b40136c _pthread_wqthread + 1452
2  libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#8. Thread
0  libsystem_kernel.dylib         0x18b33ea88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b401188 _pthread_wqthread + 968
2  libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#9. Thread
0  libsystem_kernel.dylib         0x18b33ea88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b40136c _pthread_wqthread + 1452
2  libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#10. Thread
0  libsystem_kernel.dylib         0x18b33ea88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b40136c _pthread_wqthread + 1452
2  libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#11. Thread
0  libsystem_kernel.dylib         0x18b33ea88 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b40136c _pthread_wqthread + 1452
2  libsystem_pthread.dylib        0x18b400db4 start_wqthread + 4

#12. com.apple.CoreMotion.MotionThread
0  libsystem_kernel.dylib         0x18b32016c mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b31ffdc mach_msg + 72
2  CoreFoundation                 0x18c31dcec __CFRunLoopServiceMachPort + 192
3  CoreFoundation                 0x18c31b908 __CFRunLoopRun + 1132
4  CoreFoundation                 0x18c24a048 CFRunLoopRunSpecific + 444
5  CoreFoundation                 0x18c2978d4 CFRunLoopRun + 112
6  CoreMotion                     0x1930927dc (null) + 187376
7  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
8  libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
9  libsystem_pthread.dylib        0x18b400dbc thread_start + 4

#13. Thread
0  libsystem_kernel.dylib         0x18b3246c8 poll + 8
1  Satispay                       0x100e889c8 (anonymous namespace)::ExitTimeoutWatcher(void*) + 4310878664
2  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
3  libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
4  libsystem_pthread.dylib        0x18b400dbc thread_start + 4

#14. Crashed: Thread
0  libsystem_kernel.dylib         0x18b33e014 __pthread_kill + 8
1  libsystem_pthread.dylib        0x18b405460 pthread_kill + 112
2  libsystem_c.dylib              0x18b2b23f4 abort + 140
3  Satispay                       0x100e86da8 PythonGilHolderLookup::Register(long long (*)()) + 4310871464
4  Satispay                       0x100e888c4 (anonymous namespace)::ThreadLivenessWatcher(void*) + 4310878404
5  libsystem_pthread.dylib        0x18b403860 _pthread_body + 240
6  libsystem_pthread.dylib        0x18b403770 _pthread_body + 282
7  libsystem_pthread.dylib        0x18b400dbc thread_start + 4
ulukaya commented 5 years ago

Internal bug: 120786911 for reference.

ulukaya commented 5 years ago

We weren't able to reproduce the issue on devices starting 6s. Is the issue specific to 5c?

pNre commented 5 years ago

The only device I have on hands where I can reproduce the issue consistently is a 5c with 10.0.2. I also have some crash reports (~ once a day / 20k users) on Firebase/Fabric and most of them are from 5s/6 on iOS 10.0.x/10.1.1.

muhammadalkhalaf commented 5 years ago

Any solution here????????

ulukaya commented 5 years ago

This should be fixed https://github.com/firebase/quickstart-ios/commit/675a2e5382508cc5a4274599a771bfdaed9c1206#diff-06b93ae9f3a30417bb2b7188c05a82c5 Feel free to reopen if the issue persists.

HenryHins commented 5 years ago

This should be fixed 675a2e5#diff-06b93ae9f3a30417bb2b7188c05a82c5 Feel free to reopen if the issue persists.

Not sure if it is the same issue, but I've been seeing a very similar crash. Please advise. I would open a new issue if it's not relevant to this thread.

The crash reports come from iPhone 6s, 7, 7 Plus, 8, 8 Plus, and X. They're all on iOS 12. On average with free RAM of 103.36 MB. 0% in background. 0% jailbroken.

Podfile.lock:

  - Firebase/MLVision (5.20.2):
    - Firebase/CoreOnly
    - FirebaseMLVision (= 0.15.0)
  - Firebase/MLVisionTextModel (5.20.2):
    - Firebase/CoreOnly
    - FirebaseMLVisionTextModel (= 0.15.0)

Device:

Model: iPhone X
Orientation: Face Up
RAM free: 85.31 MB
Disk free: 47.43 GB

Version: 12.3.1 (16F203)
Orientation: Portrait
Jailbroken: No

Keys:

crash_info_entry_0:    abort() called

Stack Trace:

Crashed: Thread #1
SIGABRT ABORT 0x000000018b3d60dc
Crashed: Thread
0  libsystem_kernel.dylib         0x18b3d60dc __pthread_kill + 8
1  libsystem_pthread.dylib        0x18b4539b0 pthread_kill$VARIANT$armv81 + 296
2  libsystem_c.dylib              0x18b32fea8 abort + 140
3  MyApp                           0x10537d498 PythonGilHolderLookup::Register(long long (*)()) + 4344779928
4  MyApp                           0x10537ef48 (anonymous namespace)::ThreadLivenessWatcher(void*) + 4344786760
5  libsystem_pthread.dylib        0x18b4582c0 _pthread_body + 128
6  libsystem_pthread.dylib        0x18b458220 _pthread_start + 44
7  libsystem_pthread.dylib        0x18b45bcdc thread_start + 4
com.apple.main-thread

com.apple.main-thread
0  libsystem_kernel.dylib         0x18b3cb0f4 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b3ca5a0 mach_msg + 72
2  CoreFoundation                 0x18b7caa10 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x18b7c5920 __CFRunLoopRun + 1360
4  CoreFoundation                 0x18b7c50b0 CFRunLoopRunSpecific + 436
5  GraphicsServices               0x18d9c579c GSEventRunModal + 104
6  UIKitCore                      0x1b8031978 UIApplicationMain + 212
7  MyApp                           0x1047e92dc main (MyAppnizeScanViewController.swift:18)
8  libdyld.dylib                  0x18b28a8e0 start + 4
com.apple.uikit.eventfetch-thread

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x18b3cb0f4 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b3ca5a0 mach_msg + 72
2  CoreFoundation                 0x18b7caa10 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x18b7c5920 __CFRunLoopRun + 1360
4  CoreFoundation                 0x18b7c50b0 CFRunLoopRunSpecific + 436
5  Foundation                     0x18c192fac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
6  Foundation                     0x18c192e3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7  UIKitCore                      0x1b8117494 -[UIEventFetcher threadMain] + 136
8  Foundation                     0x18c2bf6a4 __NSThread__start__ + 984
9  libsystem_pthread.dylib        0x18b4582c0 _pthread_body + 128
10 libsystem_pthread.dylib        0x18b458220 _pthread_start + 44
11 libsystem_pthread.dylib        0x18b45bcdc thread_start + 4
Thread #2

Thread
0  libsystem_kernel.dylib         0x18b3d6b74 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b4591f8 _pthread_wqthread + 532
2  libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
Thread #3

Thread
0  libsystem_kernel.dylib         0x18b3d6b74 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b4591f8 _pthread_wqthread + 532
2  libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
com.twitter.crashlytics.ios.MachExceptionServer

com.twitter.crashlytics.ios.MachExceptionServer
0  libsystem_kernel.dylib         0x18b3cb0f4 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b3ca5a0 mach_msg + 72
2  MyApp                           0x1048af90c CLSMachExceptionServer (CLSMachException.c:180)
3  libsystem_pthread.dylib        0x18b4582c0 _pthread_body + 128
4  libsystem_pthread.dylib        0x18b458220 _pthread_start + 44
5  libsystem_pthread.dylib        0x18b45bcdc thread_start + 4
com.apple.CoreMLBatchProcessingQueue

com.apple.CoreMLBatchProcessingQueue
0  libsystem_kernel.dylib         0x18b3d5ee4 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x18b4554a4 _pthread_cond_wait$VARIANT$armv81 + 628
2  Metal                          0x18d97a668 -[_MTLCommandBuffer waitUntilCompleted] + 80
3  Espresso                       0x199f9fbd0 Espresso::batch_metal::sync_wait() + 100
4  Espresso                       0x199eccbb8 Espresso::abstract_context::compute_batch_sync(void (std::__1::shared_ptr<Espresso::abstract_batch> const&) block_pointer) + 116
5  Espresso                       0x199e722d4 EspressoLight::espresso_plan::execute_sync() + 308
6  Espresso                       0x199e750e4 espresso_plan_execute_sync + 72
7  CoreML                         0x19a2fca74 __53-[MLNeuralNetworkEngine evaluateNoAutoRelease:error:]_block_invoke + 200
8  libdispatch.dylib              0x18b2797d4 _dispatch_client_callout + 16
9  libdispatch.dylib              0x18b25a5fc _dispatch_lane_barrier_sync_invoke_and_complete + 56
10 CoreML                         0x19a2fc84c -[MLNeuralNetworkEngine evaluateNoAutoRelease:error:] + 312
11 CoreML                         0x19a2f9e2c -[MLNeuralNetworkEngine evaluate:error:] + 116
12 CoreML                         0x19a3030d8 __62-[MLNeuralNetworkEngine predictionFromFeatures:options:error:]_block_invoke + 80
13 libdispatch.dylib              0x18b2797d4 _dispatch_client_callout + 16
14 libdispatch.dylib              0x18b25a5fc _dispatch_lane_barrier_sync_invoke_and_complete + 56
15 CoreML                         0x19a302f9c -[MLNeuralNetworkEngine predictionFromFeatures:options:error:] + 284
16 MyApp                           0x1048a9e94 Inceptionv3.prediction(input:) (Inceptionv3.swift:141)
17 MyApp                           0x104861754 closure #1 in ScanControllerObject.detectPhoto(image:asset:scanText:scanObject:scanNude:updateObject:) (Inceptionv3.swift:154)
18 RealmSwift                     0x106597f5c Realm.write(_:) (Realm.swift:155)
19 MyApp                           0x10485f048 specialized closure #4 in closure #1 in ScanControllerObject.scanPhotos(assetArray:) (ScanControllerObject.swift:395)
20 MyApp                           0x104865300 partial apply for specialized  (<compiler-generated>)
21 MyApp                           0x10486e8e8 thunk for @escaping @callee_guaranteed (@guaranteed UIImage?, @guaranteed [AnyHashable : Any]?) -> () (<compiler-generated>)
22 Photos                         0x19a197864 __84-[PHImageManager requestImageForAsset:targetSize:contentMode:options:resultHandler:]_block_invoke_3 + 320
23 Photos                         0x19a18c7fc -[PHCoreImageManager _fetchPreheatableAnySizeImageAsNon5551BytesWithRequest:library:format:bestFormat:preheatItem:optimalSourcePixelSize:sync:fireAndForgetCPLDownload:completionHandler:] + 2060
24 Photos                         0x19a190f8c -[PHCoreImageManager _handleNormalImageRequest:library:deliveryMode:degradedFormat:bestFormat:optimalSourcePixelSize:wantsImageDataOrURL:sync:isFinalStageOfStagedRequest:isResponseToSharedStreamsDownload:] + 2068
25 Photos                         0x19a18f618 -[PHCoreImageManager _processImageRequest:sync:] + 2700
26 Photos                         0x19a1926a4 -[PHImageManager requestSynchronousImageForAsset:targetSize:contentMode:options:completionHandler:] + 520
27 Photos                         0x19a1973ac -[PHImageManager requestImageForAsset:targetSize:contentMode:options:resultHandler:] + 620
28 Photos                         0x19a19a8c4 -[PHCachingImageManager requestImageForAsset:targetSize:contentMode:options:resultHandler:] + 308
29 MyApp                           0x10485dd88 closure #1 in ScanControllerObject.scanPhotos(assetArray:) (ScanControllerObject.swift:271)
30 MyApp                           0x10486edac thunk for @escaping @callee_guaranteed (@guaranteed PHAsset, @unowned Int, @unowned UnsafeMutablePointer<ObjCBool>) -> () (<compiler-generated>)
31 CoreFoundation                 0x18b818a40 __NSArrayEnumerate + 412
32 Photos                         0x19a27d384 -[PHFetchResult enumerateObjectsUsingBlock:] + 80
33 MyApp                           0x10485cd30 ScanControllerObject.scanPhotos(assetArray:) (ScanControllerObject.swift:180)
34 MyApp                           0x10485c4d0 closure #1 in ScanControllerObject.setupObject() (PhotoLibraryManager.swift:17)
35 MyApp                           0x1048968bc thunk for @escaping @callee_guaranteed (@unowned PHAuthorizationStatus) -> () (<compiler-generated>)
36 Photos                         0x19a1b4450 __39+[PHPhotoLibrary requestAuthorization:]_block_invoke + 80
37 AssetsLibraryServices          0x198f188f0 __79-[PLPrivacy _isPhotosAccessAllowedWithScope:forceHandler:accessAllowedHandler:]_block_invoke_2 + 508
38 AssetsLibraryServices          0x198f000e0 __pl_dispatch_async_block_invoke + 36
39 libdispatch.dylib              0x18b278a38 _dispatch_call_block_and_release + 24
40 libdispatch.dylib              0x18b2797d4 _dispatch_client_callout + 16
41 libdispatch.dylib              0x18b254dec _dispatch_lane_serial_drain$VARIANT$armv81 + 548
42 libdispatch.dylib              0x18b25592c _dispatch_lane_invoke$VARIANT$armv81 + 408
43 libdispatch.dylib              0x18b25de08 _dispatch_workloop_worker_thread + 584
44 libsystem_pthread.dylib        0x18b459114 _pthread_wqthread + 304
45 libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
Thread #4

Thread
0  libsystem_kernel.dylib         0x18b3d6b74 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b4591f8 _pthread_wqthread + 532
2  libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
Thread #5

Thread
0  libsystem_kernel.dylib         0x18b3d6b74 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b4591f8 _pthread_wqthread + 532
2  libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
Thread #6

Thread
0  libsystem_pthread.dylib        0x18b45bcd0 start_wqthread + 190
Thread #7

Thread
0  libsystem_kernel.dylib         0x18b3d7fd8 poll + 8
1  MyApp                           0x10537f04c (anonymous namespace)::ExitTimeoutWatcher(void*) + 4344787020
2  libsystem_pthread.dylib        0x18b4582c0 _pthread_body + 128
3  libsystem_pthread.dylib        0x18b458220 _pthread_start + 44
4  libsystem_pthread.dylib        0x18b45bcdc thread_start + 4
RLMRealm notification listener

RLMRealm notification listener
0  libsystem_kernel.dylib         0x18b3d78f4 kevent + 8
1  Realm                          0x1060e3588 realm::_impl::ExternalCommitHelper::listen() (external_commit_helper.cpp:217)
2  Realm                          0x1060e40d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) (tuple:170)
3  libsystem_pthread.dylib        0x18b4582c0 _pthread_body + 128
4  libsystem_pthread.dylib        0x18b458220 _pthread_start + 44
5  libsystem_pthread.dylib        0x18b45bcdc thread_start + 4
com.apple.NSURLConnectionLoader

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x18b3cb0f4 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x18b3ca5a0 mach_msg + 72
2  CoreFoundation                 0x18b7caa10 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x18b7c5920 __CFRunLoopRun + 1360
4  CoreFoundation                 0x18b7c50b0 CFRunLoopRunSpecific + 436
5  CFNetwork                      0x18bdde74c -[__CoreSchedulingSetRunnable runForever] + 216
6  Foundation                     0x18c2bf6a4 __NSThread__start__ + 984
7  libsystem_pthread.dylib        0x18b4582c0 _pthread_body + 128
8  libsystem_pthread.dylib        0x18b458220 _pthread_start + 44
9  libsystem_pthread.dylib        0x18b45bcdc thread_start + 4
Thread #8

Thread
0  libsystem_kernel.dylib         0x18b3d6b74 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b459138 _pthread_wqthread + 340
2  libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
Thread #9

Thread
0  libsystem_kernel.dylib         0x18b3d6b74 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x18b4591f8 _pthread_wqthread + 532
2  libsystem_pthread.dylib        0x18b45bcd4 start_wqthread + 4
ulukaya commented 5 years ago

@HenryHins please open a new one.