omz / Pythonista-Issues

Issue tracker for Pythonista (iOS)
169 stars 14 forks source link

matplotlib.pyplot.show crash on ios 11.4.1 iphone 8 plus #564

Open eddo888 opened 6 years ago

eddo888 commented 6 years ago

""" Demo of the errorbar function. same code to crash it

""" import numpy as np import matplotlib.pyplot as plt

example data

x = np.arange(0.1, 4, 0.5) y = np.exp(-x)

plt.errorbar(x, y, xerr=0.2, yerr=0.4) plt.show()

eddo888 commented 6 years ago

{"app_name":"Pythonista3","timestamp":"2018-08-27 09:05:02.09 +1000","app_version":"3.2","slice_uuid":"ff33b6f4-e8d5-3fb6-86e1-89600e4b527d","adam_id":1085978097,"build_version":"320000","bundleID":"com.omz-software.Pythonista3","share_with_app_devs":true,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 11.4.1 (15G77)","incident_id":"7DC970D0-0224-4989-8204-2561C59812A8","name":"Pythonista3"} Incident Identifier: 7DC970D0-0224-4989-8204-2561C59812A8 CrashReporter Key: b328e88e27dee97a290e37aa1cc3e91367bfe094 Hardware Model: iPhone10,2 Process: Pythonista3 [1226] Path: /private/var/containers/Bundle/Application/78E618A0-A825-4F6B-B001-C3B24FD908A7/Pythonista3.app/Pythonista3 Identifier: com.omz-software.Pythonista3 Version: 320000 (3.2) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.omz-software.Pythonista3 [703]

Date/Time: 2018-08-27 09:05:01.9205 +1000 Launch Time: 2018-08-27 09:02:35.0271 +1000 OS Version: iPhone OS 11.4.1 (15G77) Baseband Version: 1.93.00 Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000228 VM Region Info: 0x228 is not in any region. Bytes before following region: 4374625752 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START --->
__TEXT 0000000104bf8000-0000000104bfc000 [ 16K] r-x/r-x SM=COW ...p/Pythonista3

Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0] Triggered by Thread: 2

Filtered syslog: None found

Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0: 0 libsystem_kernel.dylib 0x0000000180b73de8 0x180b73000 + 3560 1 libsystem_kernel.dylib 0x0000000180b73c60 0x180b73000 + 3168 2 CoreFoundation 0x00000001810b6e40 0x180fc9000 + 974400 3 CoreFoundation 0x00000001810b4908 0x180fc9000 + 964872 4 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 5 GraphicsServices 0x0000000182fba020 0x182faf000 + 45088 6 UIKit 0x000000018aff4758 0x18acd7000 + 3266392 7 Pythonista3 0x0000000104c35c4c 0x104bf8000 + 253004 8 libdyld.dylib 0x0000000180a65fc0 0x180a65000 + 4032

Thread 1 name: com.apple.uikit.eventfetch-thread Thread 1: 0 libsystem_kernel.dylib 0x0000000180b73de8 0x180b73000 + 3560 1 libsystem_kernel.dylib 0x0000000180b73c60 0x180b73000 + 3168 2 CoreFoundation 0x00000001810b6e40 0x180fc9000 + 974400 3 CoreFoundation 0x00000001810b4908 0x180fc9000 + 964872 4 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 5 Foundation 0x0000000181a49674 0x181a41000 + 34420 6 Foundation 0x0000000181a4951c 0x181a41000 + 34076 7 UIKit 0x000000018acd9768 0x18acd7000 + 10088 8 Foundation 0x0000000181b59efc 0x181a41000 + 1150716 9 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 10 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 11 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 2 Crashed: 0 Py3Kit 0x00000001052d3f7c 0x1050dc000 + 2064252 1 Py3Kit 0x00000001051d60dc 0x1050dc000 + 1024220 2 Py3Kit 0x00000001051d60dc 0x1050dc000 + 1024220 3 Py2Kit 0x00000001067c8be0 0x1067b0000 + 101344 4 Py2Kit 0x00000001068010f0 0x1067b0000 + 332016 5 Py2Kit 0x00000001070cf5c4 0x1067b0000 + 9565636 6 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 7 Py2Kit 0x00000001070d2a0c 0x1067b0000 + 9579020 8 Py2Kit 0x00000001070ceab4 0x1067b0000 + 9562804 9 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 10 Py2Kit 0x0000000107053f04 0x1067b0000 + 9060100 11 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 12 Py2Kit 0x00000001070cec88 0x1067b0000 + 9563272 13 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 14 Py2Kit 0x00000001070d2a0c 0x1067b0000 + 9579020 15 Py2Kit 0x00000001070ceab4 0x1067b0000 + 9562804 16 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 17 Py2Kit 0x0000000107053f04 0x1067b0000 + 9060100 18 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 19 Py2Kit 0x00000001070cec88 0x1067b0000 + 9563272 20 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 21 Py2Kit 0x00000001070d2a0c 0x1067b0000 + 9579020 22 Py2Kit 0x00000001070ceab4 0x1067b0000 + 9562804 23 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 24 Py2Kit 0x0000000107053f04 0x1067b0000 + 9060100 25 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 26 Py2Kit 0x00000001070392bc 0x1067b0000 + 8950460 27 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 28 Py2Kit 0x00000001070cf314 0x1067b0000 + 9564948 29 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 30 Py2Kit 0x0000000107053f04 0x1067b0000 + 9060100 31 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 32 Py2Kit 0x00000001070cec88 0x1067b0000 + 9563272 33 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 34 Py2Kit 0x0000000107053f04 0x1067b0000 + 9060100 35 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 36 Py2Kit 0x00000001070cec88 0x1067b0000 + 9563272 37 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 38 Py2Kit 0x00000001070d2a0c 0x1067b0000 + 9579020 39 Py2Kit 0x00000001070ceab4 0x1067b0000 + 9562804 40 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 41 Py2Kit 0x0000000107053f04 0x1067b0000 + 9060100 42 Py2Kit 0x000000010702b110 0x1067b0000 + 8892688 43 Py2Kit 0x00000001070cec88 0x1067b0000 + 9563272 44 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 45 Py2Kit 0x00000001070d2a0c 0x1067b0000 + 9579020 46 Py2Kit 0x00000001070ceab4 0x1067b0000 + 9562804 47 Py2Kit 0x00000001070cb568 0x1067b0000 + 9549160 48 Py2Kit 0x00000001070cad30 0x1067b0000 + 9547056 49 Py2Kit 0x00000001070f49bc 0x1067b0000 + 9718204 50 Py2Kit 0x00000001070f441c 0x1067b0000 + 9716764 51 Py2Kit 0x0000000106aa0710 0x1067b0000 + 3082000 52 Foundation 0x0000000181b5a0ec 0x181a41000 + 1151212 53 CoreFoundation 0x00000001810b7404 0x180fc9000 + 975876 54 CoreFoundation 0x00000001810b6c2c 0x180fc9000 + 973868 55 CoreFoundation 0x00000001810b479c 0x180fc9000 + 964508 56 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 57 Foundation 0x0000000181a49674 0x181a41000 + 34420 58 Foundation 0x0000000181a4951c 0x181a41000 + 34076 59 Py2Kit 0x0000000106a9f0b8 0x1067b0000 + 3076280 60 Foundation 0x0000000181b59efc 0x181a41000 + 1150716 61 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 62 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 63 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 3: 0 libsystem_kernel.dylib 0x0000000180b73de8 0x180b73000 + 3560 1 libsystem_kernel.dylib 0x0000000180b73c60 0x180b73000 + 3168 2 CoreFoundation 0x00000001810b6e40 0x180fc9000 + 974400 3 CoreFoundation 0x00000001810b4908 0x180fc9000 + 964872 4 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 5 Foundation 0x0000000181a49674 0x181a41000 + 34420 6 Foundation 0x0000000181a4951c 0x181a41000 + 34076 7 Py3Kit 0x00000001052f6bb0 0x1050dc000 + 2206640 8 Foundation 0x0000000181b59efc 0x181a41000 + 1150716 9 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 10 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 11 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 4: 0 libsystem_kernel.dylib 0x0000000180b73de8 0x180b73000 + 3560 1 libsystem_kernel.dylib 0x0000000180b73c60 0x180b73000 + 3168 2 CoreFoundation 0x00000001810b6e40 0x180fc9000 + 974400 3 CoreFoundation 0x00000001810b4908 0x180fc9000 + 964872 4 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 5 Foundation 0x0000000181a49674 0x181a41000 + 34420 6 Foundation 0x0000000181a4951c 0x181a41000 + 34076 7 Foundation 0x0000000181b59efc 0x181a41000 + 1150716 8 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 9 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 10 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 5: 0 libsystem_pthread.dylib 0x0000000180d33b04 0x180d33000 + 2820

Thread 6: 0 libsystem_kernel.dylib 0x0000000180b950e8 0x180b73000 + 139496 1 libsystem_pthread.dylib 0x0000000180d3bed8 0x180d33000 + 36568 2 libc++.1.dylib 0x000000018024c25c 0x180245000 + 29276 3 JavaScriptCore 0x000000018875d45c 0x187c87000 + 11363420 4 JavaScriptCore 0x000000018875d070 0x187c87000 + 11362416 5 JavaScriptCore 0x000000018875ce18 0x187c87000 + 11361816 6 JavaScriptCore 0x000000018875d234 0x187c87000 + 11362868 7 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 8 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 9 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 7 name: WebThread Thread 7: 0 libsystem_kernel.dylib 0x0000000180b73de8 0x180b73000 + 3560 1 libsystem_kernel.dylib 0x0000000180b73c60 0x180b73000 + 3168 2 CoreFoundation 0x00000001810b6e40 0x180fc9000 + 974400 3 CoreFoundation 0x00000001810b4908 0x180fc9000 + 964872 4 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 5 WebCore 0x00000001892982d4 0x189257000 + 266964 6 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 7 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 8 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 8 name: com.apple.CFNetwork.CustomProtocols Thread 8: 0 libsystem_kernel.dylib 0x0000000180b73de8 0x180b73000 + 3560 1 libsystem_kernel.dylib 0x0000000180b73c60 0x180b73000 + 3168 2 CoreFoundation 0x00000001810b6e40 0x180fc9000 + 974400 3 CoreFoundation 0x00000001810b4908 0x180fc9000 + 964872 4 CoreFoundation 0x0000000180fd4da8 0x180fc9000 + 48552 5 CFNetwork 0x00000001818e26e0 0x181692000 + 2426592 6 Foundation 0x0000000181b59efc 0x181a41000 + 1150716 7 libsystem_pthread.dylib 0x0000000180d35220 0x180d33000 + 8736 8 libsystem_pthread.dylib 0x0000000180d35110 0x180d33000 + 8464 9 libsystem_pthread.dylib 0x0000000180d33b10 0x180d33000 + 2832

Thread 9: 0 libsystem_pthread.dylib 0x0000000180d33b04 0x180d33000 + 2820

Thread 10: 0 libsystem_pthread.dylib 0x0000000180d33b04 0x180d33000 + 2820

Thread 11: 0 libsystem_kernel.dylib 0x0000000180b95d78 0x180b73000 + 142712 1 libsystem_pthread.dylib 0x0000000180d33eb4 0x180d33000 + 3764 2 libsystem_pthread.dylib 0x0000000180d33b08 0x180d33000 + 2824

Thread 12: 0 libsystem_pthread.dylib 0x0000000180d33b04 0x180d33000 + 2820

Thread 13: 0 libsystem_kernel.dylib 0x0000000180b95d78 0x180b73000 + 142712 1 libsystem_pthread.dylib 0x0000000180d340a0 0x180d33000 + 4256 2 libsystem_pthread.dylib 0x0000000180d33b08 0x180d33000 + 2824

Thread 2 crashed with ARM Thread State (64-bit): x0: 0x000000010766f6f8 x1: 0x000000016b6ea908 x2: 0x000000016b6ea900 x3: 0x000000016b6ea8f8 x4: 0x000000016b6ea8f0 x5: 0x00000000000fd904 x6: 0x00000001d0a2cb80 x7: 0x00000000000fd903 x8: 0x0000000000000000 x9: 0x000000010766f6f8 x10: 0x0000000000000000 x11: 0x0000000000000000 x12: 0x00000001b5ad3f61 x13: 0x000000000000000f x14: 0x0000000000000001 x15: 0x0000000000000881 x16: 0x00000001050f0ed4 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000112fc5908 x20: 0x0000000112fc58e0 x21: 0x0000000112fc58e8 x22: 0x000000010779b310 x23: 0x00000001d415c3b0 x24: 0x00000001130b4868 x25: 0x0000000112fc56e8 x26: 0x0000000114f73f53 x27: 0x00000001134c8d48 x28: 0x0000000000000004 fp: 0x000000016b6ea7f0 lr: 0x00000001051d60dc sp: 0x000000016b6ea6a0 pc: 0x00000001052d3f7c cpsr: 0x20000000

Binary Images: 0x104bf8000 - 0x104e1bfff Pythonista3 arm64 /var/containers/Bundle/Application/78E618A0-A825-4F6B-B001-C3B24FD908A7/Pythonista3.app/Pythonista3 0x104ec4000 - 0x104edffff Py2KitExtras arm64 <15b5daae61fd35d0a7391c15157b3289> /var/containers/Bundle/Application/78E618A0-A825-4F6B-B001-C3B24FD908A7/Pythonista3.app/Frameworks/Py2KitExtras.framework/Py2KitExtras 0x104ef8000 - 0x104f13fff Py3KitExtras arm64 <5a78b8f8c173366d8bb97a1198473108> /var/containers/Bundle/Application/78E618A0-A825-4F6B-B001-C3B24FD908A7/Pythonista3.app/Frameworks/Py3KitExtras.framework/Py3KitExtras 0x105048000 - 0x105083fff dyld arm64 /usr/lib/dyld 0x1050dc000 - 0x105f93fff Py3Kit arm64 /var/containers/Bundle/Application/78E618A0-A825-4F6B-B001-C3B24FD908A7/Pythonista3.app/Frameworks/Py3Kit.framework/Py3Kit 0x1067b0000 - 0x107587fff Py2Kit arm64 <9122b75c67ac38d5a96f69e8c04c7224> /var/containers/Bundle/Application/78E618A0-A825-4F6B-B001-C3B24FD908A7/Pythonista3.app/Frameworks/Py2Kit.framework/Py2Kit 0x107d54000 - 0x107d63fff GAXClient arm64 <4368048afae530cb9db0319dede80146> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient 0x10ee68000 - 0x10ee6bfff CloudDocsFileProvider arm64 <52531cf2689031d9bd7b7149b025fc56> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/CloudDocsFileProvider 0x10ee90000 - 0x10ee93fff FileProviderOverride arm64 /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/FileProviderOverride 0x180243000 - 0x180244fff libSystem.B.dylib arm64 <0f3f5f4ea60d3d4d84af311421f67108> /usr/lib/libSystem.B.dylib 0x180245000 - 0x18029dfff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x18029e000 - 0x1802bffff libc++abi.dylib arm64 <40c62b02df253630845890510fe3f773> /usr/lib/libc++abi.dylib 0x1802c0000 - 0x18097bfff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib 0x18097c000 - 0x180981fff libcache.dylib arm64 /usr/lib/system/libcache.dylib 0x180982000 - 0x18098dfff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib 0x18098e000 - 0x180991fff libcompiler_rt.dylib arm64 <82d8312d934c3f34b74d8df84e2cb55c> /usr/lib/system/libcompiler_rt.dylib 0x180992000 - 0x18099afff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib 0x18099b000 - 0x1809fefff libcorecrypto.dylib arm64 <68071da426b335bb860aed1483e03d6e> /usr/lib/system/libcorecrypto.dylib 0x1809ff000 - 0x180a64fff libdispatch.dylib arm64 <0c931ac760133de187bb6f440beed5eb> /usr/lib/system/libdispatch.dylib 0x180a65000 - 0x180a7ffff libdyld.dylib arm64 <6225b1cd39843071a64add8f31b09c36> /usr/lib/system/libdyld.dylib 0x180a80000 - 0x180a80fff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib 0x180a81000 - 0x180a86fff libmacho.dylib arm64 <797e8ee3e3b83978aaae2394e71ea6c3> /usr/lib/system/libmacho.dylib 0x180a87000 - 0x180a88fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib 0x180a89000 - 0x180a9ffff libsystem_asl.dylib arm64 <833790f7db363b8e83b48eaec404a8aa> /usr/lib/system/libsystem_asl.dylib 0x180aa0000 - 0x180aa0fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib 0x180aa1000 - 0x180b1efff libsystem_c.dylib arm64 <61d2e950add73139aea459b55997ea48> /usr/lib/system/libsystem_c.dylib 0x180b1f000 - 0x180b23fff libsystem_configuration.dylib arm64 /usr/lib/system/libsystem_configuration.dylib 0x180b24000 - 0x180b29fff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib 0x180b2a000 - 0x180b2bfff libsystem_coreservices.dylib arm64 <64e24927a95a3b38a92af824aa262df3> /usr/lib/system/libsystem_coreservices.dylib 0x180b2c000 - 0x180b2dfff libsystem_darwin.dylib arm64 <98cca712d0a63a819653681c52131ea2> /usr/lib/system/libsystem_darwin.dylib 0x180b2e000 - 0x180b34fff libsystem_dnssd.dylib arm64 <1b83bbfe437639dd8bdb7353013ac147> /usr/lib/system/libsystem_dnssd.dylib 0x180b35000 - 0x180b72fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib 0x180b73000 - 0x180b9bfff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib 0x180b9c000 - 0x180bc9fff libsystem_m.dylib arm64 <3f43e403c5983d39ab50fa375c5c1bc9> /usr/lib/system/libsystem_m.dylib 0x180bca000 - 0x180be5fff libsystem_malloc.dylib arm64 <6dd6981adef530b3b6062f29ade13bb2> /usr/lib/system/libsystem_malloc.dylib 0x180be6000 - 0x180d11fff libsystem_network.dylib arm64 <9ec043d8cb2538dc9ba84e324cd5b416> /usr/lib/system/libsystem_network.dylib 0x180d12000 - 0x180d1dfff libsystem_networkextension.dylib arm64 <7ed92c1b09023da8adac8c5073ca7566> /usr/lib/system/libsystem_networkextension.dylib 0x180d1e000 - 0x180d28fff libsystem_notify.dylib arm64 <6400d5b3305b3f5d9d831e03e357943b> /usr/lib/system/libsystem_notify.dylib 0x180d29000 - 0x180d32fff libsystem_platform.dylib arm64 <97dae109bad63e588e5d63b8dbddadcf> /usr/lib/system/libsystem_platform.dylib 0x180d33000 - 0x180d42fff libsystem_pthread.dylib arm64 <07c87e3874b73d128f0fa331d8894b97> /usr/lib/system/libsystem_pthread.dylib 0x180d43000 - 0x180d46fff libsystem_sandbox.dylib arm64 <5e76af73b50438c6b6a4827b7fb0b816> /usr/lib/system/libsystem_sandbox.dylib 0x180d47000 - 0x180d4efff libsystem_symptoms.dylib arm64 <1a4f281f874131f68e00580a8110d629> /usr/lib/system/libsystem_symptoms.dylib 0x180d4f000 - 0x180d62fff libsystem_trace.dylib arm64 <38618bae31eb39cfbfd4aa0e8df9e51b> /usr/lib/system/libsystem_trace.dylib 0x180d63000 - 0x180d68fff libunwind.dylib arm64 <6288d2abbde239f293405082835ba85c> /usr/lib/system/libunwind.dylib 0x180d69000 - 0x180d69fff libvminterpose.dylib arm64 <7afa9fbccf713115ad62383f8b379a85> /usr/lib/system/libvminterpose.dylib 0x180d6a000 - 0x180d94fff libxpc.dylib arm64 <05e40d4621113a32a4cdb7afc770b119> /usr/lib/system/libxpc.dylib 0x180d95000 - 0x180fb6fff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib 0x180fb7000 - 0x180fc8fff libz.1.dylib arm64 /usr/lib/libz.1.dylib 0x180fc9000 - 0x18135ffff CoreFoundation arm64 <533c841ed6e9313d8adb02388744e2ef> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x181360000 - 0x181370fff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib 0x181371000 - 0x181371fff libenergytrace.dylib arm64 <5195d5f14e163fc9bfc99099ae7a624f> /usr/lib/libenergytrace.dylib 0x181372000 - 0x1813f6fff IOKit arm64 <54433b44779d39378d0789a4017a2948> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1813f7000 - 0x1814defff libxml2.2.dylib arm64 <187298f716873875b7a96317f9e2135a> /usr/lib/libxml2.2.dylib 0x1814df000 - 0x1814ecfff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib 0x1814ed000 - 0x181505fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x181506000 - 0x18166afff libsqlite3.dylib arm64 <219334ef89cf30099c3f85f925d853b3> /usr/lib/libsqlite3.dylib 0x18166b000 - 0x181691fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib 0x181692000 - 0x181a40fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x181a41000 - 0x181d39fff Foundation arm64 <2eacef3cb1e5323eac1a2e0d743c81a5> /System/Library/Frameworks/Foundation.framework/Foundation 0x181d3a000 - 0x181e3bfff Security arm64 /System/Library/Frameworks/Security.framework/Security 0x181e3c000 - 0x181ea7fff SystemConfiguration arm64 <658c4230686b3358a53006396fbe7605> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x181ea8000 - 0x181eddfff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib 0x181ede000 - 0x181edefff libapple_crypto.dylib arm64 <0a68153dfbfc33b096374e95fb1271bd> /usr/lib/libapple_crypto.dylib 0x181edf000 - 0x181ef5fff libapple_nghttp2.dylib arm64 <8bb1455b0f653519956db1c8af6d57a1> /usr/lib/libapple_nghttp2.dylib 0x181ef6000 - 0x181f1ffff libarchive.2.dylib arm64 <4590f76c617938f7a3a9e248ecc42d44> /usr/lib/libarchive.2.dylib 0x181f20000 - 0x181fcefff libboringssl.dylib arm64 <477924cf769f35239a5c6b9b2c6473bd> /usr/lib/libboringssl.dylib 0x181fcf000 - 0x181fe5fff libcoretls.dylib arm64 <193a4fc806793432a8b2bb3d8a6a8ec4> /usr/lib/libcoretls.dylib 0x181fe6000 - 0x181fe7fff libcoretls_cfhelpers.dylib arm64 <09de65296b06366694578620bf512d8d> /usr/lib/libcoretls_cfhelpers.dylib 0x181fe8000 - 0x181fe9fff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x181fea000 - 0x182160fff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib 0x182161000 - 0x182193fff libpcap.A.dylib arm64 <5389a8069179359eb6822edd62328659> /usr/lib/libpcap.A.dylib 0x182194000 - 0x1821f0fff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib 0x1821f1000 - 0x1821fbfff IOSurface arm64 <1f24b80565013f8d94b5e18c144f24bc> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1821fc000 - 0x1822a1fff libBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1822a2000 - 0x1825c2fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1825c3000 - 0x182832fff vImage arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x182833000 - 0x182844fff libSparseBLAS.dylib arm64 <32a953927bdf3e46b9d154bf8980fb63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x182845000 - 0x182869fff libvMisc.dylib arm64 <7ada6cde719335328636b01d59e23ea9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x18286a000 - 0x182891fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x182892000 - 0x1828a6fff libLinearAlgebra.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1828a7000 - 0x1828abfff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1828ac000 - 0x18291bfff libSparse.dylib arm64 <7d403dc3c958325e9b99fad4e762d67e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x18291c000 - 0x1829a7fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1829a8000 - 0x1829a8fff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1829a9000 - 0x1829a9fff Accelerate arm64 <687b381212043306bae96161fa7b7963> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1829aa000 - 0x1829c1fff libcompression.dylib arm64 <88b8fdc7bbf7390ca1ad5c4b0507d64e> /usr/lib/libcompression.dylib 0x1829c2000 - 0x182f09fff CoreGraphics arm64 <59a6f76dbc9f3e44bdf30351088b637d> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x182f0a000 - 0x182f0ffff IOAccelerator arm64 <4ae56bf593a93df0ba40919221614b28> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x182f10000 - 0x182f15fff libCoreFSCache.dylib arm64 <3731a55430f83087978ed2bfae31ca04> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x182f16000 - 0x182faefff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal 0x182faf000 - 0x182fc2fff GraphicsServices arm64 <5011ec2511d73a56af501e8207d54962> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x182fc3000 - 0x18311cfff MobileCoreServices arm64 <9ce939be55793f2a9d2517d351311275> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x18311d000 - 0x18311ffff IOSurfaceAccelerator arm64 <54659c85ff5c38ff9aa9a3686ebbd0d5> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x183120000 - 0x183161fff AppleJPEG arm64 <9694d27d99bb3fd495ac1637cbf481fb> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x183162000 - 0x183712fff ImageIO arm64 <728aeffd50883729bc1ac09900f05cf2> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x183713000 - 0x183776fff BaseBoard arm64 <6ffd9a5fa5d93ca8920ac0d0f069ba3d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x183777000 - 0x18378efff AssertionServices arm64 <704c5673295930ac919167ed66370a94> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x18378f000 - 0x183797fff CorePhoneNumbers arm64 <8dc7373fda1a3b4cad529df63a1d79d5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x183798000 - 0x1837dcfff AppSupport arm64 <99a4d74ef9e734f290b8f92fb673befe> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1837dd000 - 0x1837f5fff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1837f6000 - 0x1837fbfff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1837fc000 - 0x183880fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x183881000 - 0x1838a0fff ProtocolBuffer arm64 <61c6cef5c1ca3397912e9e63c0c338da> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1838a1000 - 0x1838cefff MobileKeyBag arm64 <0f9f1dccef1d37b48a67ac39c6572073> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1838cf000 - 0x183903fff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x183904000 - 0x18395ffff FrontBoardServices arm64 <85825f19a9c63234a66e4d47d86c72b4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x183960000 - 0x18399cfff SpringBoardServices arm64 <60daedc0a88237ce9e14d59467606af9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x18399d000 - 0x1839abfff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1839ac000 - 0x1839c8fff CommonUtilities arm64 <38d46d0ba5fb3da484ede2f09666eb1a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1839c9000 - 0x1839d4fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib 0x1839d5000 - 0x183cd9fff CoreData arm64 <7dd3d1a5193e343aac036e779c0aaf87> /System/Library/Frameworks/CoreData.framework/CoreData 0x183cda000 - 0x183ce0fff TCC arm64 <41d6c5214523319cad2cfc08e373215a> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x183ce1000 - 0x183ce8fff libcupolicy.dylib arm64 <205d236702463dad822a71fa9fb44980> /usr/lib/libcupolicy.dylib 0x183ce9000 - 0x183d7afff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x183d7b000 - 0x183dd2fff Accounts arm64 <7082b6e848e637d2a604c749747c5144> /System/Library/Frameworks/Accounts.framework/Accounts 0x183dd3000 - 0x183dfcfff AppleSauce arm64 <07696ffe11503e0faa1888c0e243471f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x183dfd000 - 0x183e05fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x183e06000 - 0x183e0cfff Netrb arm64 <5ad13c9650ce38b6b031bd2006f69a1c> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x183e0d000 - 0x183e3ffff PersistentConnection arm64 <80650d9240f533a58e95a7b65dbd5d13> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x183e40000 - 0x183e51fff libmis.dylib arm64 /usr/lib/libmis.dylib 0x183e52000 - 0x183f58fff ManagedConfiguration arm64 <2456d1aeb3c538f1a75ad56aaecd33de> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x183f59000 - 0x183f5efff libReverseProxyDevice.dylib arm64 /usr/lib/libReverseProxyDevice.dylib 0x183f5f000 - 0x183f71fff libamsupport.dylib arm64 <0b3260b51a4338e7809cd48c39a760ee> /usr/lib/libamsupport.dylib 0x183f72000 - 0x183f77fff libCoreVMClient.dylib arm64 <828daf7904d738d7b51125b7d839f427> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x183f78000 - 0x183f79fff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x183f7a000 - 0x183f7dfff libutil.dylib arm64 /usr/lib/libutil.dylib 0x183f7e000 - 0x183fbefff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x183fbf000 - 0x184035fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS 0x184036000 - 0x184067fff MediaKit arm64 /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit 0x184068000 - 0x184080fff libSERestoreInfo.dylib arm64 /usr/lib/updaters/libSERestoreInfo.dylib 0x184085000 - 0x1840c1fff DiskImages arm64 /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages 0x1840c2000 - 0x1840cbfff libGFXShared.dylib arm64 <4a7a2ffc151c31b8bf79cebcd8a5478e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1840cc000 - 0x184113fff libauthinstall.dylib arm64 <753a9ce7f06f3826bf624d9dc7f5b376> /usr/lib/libauthinstall.dylib 0x184114000 - 0x18411cfff IOMobileFramebuffer arm64 <037de4b49b6934f089430792afdac804> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x18411d000 - 0x184128fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x184129000 - 0x1841b0fff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x1841b1000 - 0x1841dafff CoreVideo arm64 <6f568461bb213003bcf526d9d4eb20af> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1841db000 - 0x1841dcfff libCTGreenTeaLogger.dylib arm64 /usr/lib/libCTGreenTeaLogger.dylib 0x1841dd000 - 0x184349fff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x18434a000 - 0x184378fff CoreAnalytics arm64 /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x184379000 - 0x18437cfff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x18437d000 - 0x184502fff CoreMedia arm64 <784a788985193f92bcbf5170378405fc> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x184503000 - 0x184515fff libprotobuf-lite.dylib arm64 <2c18eb318c9532a484ea0704a05a1d4a> /usr/lib/libprotobuf-lite.dylib 0x184516000 - 0x18457afff libprotobuf.dylib arm64 <962e40da393431108723fdd15cf6274e> /usr/lib/libprotobuf.dylib 0x18457b000 - 0x184844fff libAWDSupportFramework.dylib arm64 <4fd3a9edd87032f9b29e39c838024ddc> /usr/lib/libAWDSupportFramework.dylib 0x184845000 - 0x18488efff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18488f000 - 0x184946fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x184947000 - 0x184a50fff libFontParser.dylib arm64 <0c5b668a4135315cb13d1b4788d8a8fb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x184a51000 - 0x184a52fff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x184a53000 - 0x184ba6fff CoreText arm64 <25560e0ceecc36f2a3f2e39136dc3453> /System/Library/Frameworks/CoreText.framework/CoreText 0x184ba7000 - 0x184bb6fff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x184bb7000 - 0x184bbffff RTCReporting arm64 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x184bc0000 - 0x184c30fff CoreBrightness arm64 <360e7d31578a377c826aff5cdaeb917b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x184c31000 - 0x184c3bfff libAudioStatistics.dylib arm64 <4b7b1c1856de3e76b523a0aa44b5a035> /usr/lib/libAudioStatistics.dylib 0x184c3c000 - 0x185174fff AudioToolbox arm64 <082e019290223edf99b1d4ff195f9276> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x185175000 - 0x1853a8fff QuartzCore arm64 <10c9d621c7ed36f1ae23cfc2e8a83e9c> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1853a9000 - 0x1853b4fff MediaAccessibility arm64 <89490c32b66e34ff93f20afaf15609bc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1853b5000 - 0x1854a7fff libiconv.2.dylib arm64 <5bb51259bae432f794e0f85063453873> /usr/lib/libiconv.2.dylib 0x1854a8000 - 0x1854c3fff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1854c4000 - 0x1854dffff MPSCore arm64 <2d9261aaa9653984b3afe2e2eb5e21a7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1854e0000 - 0x185548fff MPSImage arm64 <5753222b2a7c33b99e185c0946d866d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x185549000 - 0x18556bfff MPSMatrix arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x18556c000 - 0x18557afff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x18557b000 - 0x185bd3fff MediaToolbox arm64 <190bb494467235b38d979910bb317068> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x185bd4000 - 0x185d03fff MPSNeuralNetwork arm64 <37158311c1d63fcfbda005a3e98e3bee> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x185d04000 - 0x185d04fff MetalPerformanceShaders arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x185d05000 - 0x18612ffff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x186130000 - 0x18613dfff GraphVisualizer arm64 <55b5ff57c5f833858726cb61324f4394> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x18613e000 - 0x1862e5fff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib 0x1862e6000 - 0x186549fff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage 0x18654a000 - 0x186748fff CoreMotion arm64 <44f4ea25dac33750a64d76df70d19af4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x186749000 - 0x186777fff CoreBluetooth arm64 <40851a4508813e30a6a39287ea563221> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x186778000 - 0x18679afff PlugInKit arm64 <4d9ce13eea6d3baeb4f822a867ba6855> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x18679b000 - 0x1869c6fff Celestial arm64 <4c53d7c86c953515bf6b555cad291dcb> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1869c7000 - 0x186a49fff Quagga arm64 <894f89af7bc7356296ae79b210b169eb> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x186a4a000 - 0x186b40fff AVFAudio arm64 /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x186b41000 - 0x186d33fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x186d34000 - 0x186d56fff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x186d57000 - 0x186d7cfff StreamingZip arm64 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x186d7d000 - 0x186d8efff CoreEmoji arm64 <21f134f213b53e9487c54fae45db1830> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x186d8f000 - 0x186ddcfff CoreLocationProtobuf arm64 <72ebe4d27ef537ff9440b1e8120ce9ae> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x186ddd000 - 0x186de5fff SymptomDiagnosticReporter arm64 <48c5f321ca733f2c845fcdb97353c2bf> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x186de6000 - 0x1876effff GeoServices arm64 <46746fa910d2386194e34ed84c570091> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x1876f0000 - 0x187707fff MobileAsset arm64 <49f2259cac8d3eaeb126d9fbe22ee0aa> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x187708000 - 0x187748fff Lexicon arm64 <4e43af69dd36373b888540750f609ca3> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x187749000 - 0x187759fff libcmph.dylib arm64 <661482521e6f31e18411d71a75446056> /usr/lib/libcmph.dylib 0x18775a000 - 0x18787bfff LanguageModeling arm64 <5f994763487b33c3ac608a9d73be8cd7> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x18787c000 - 0x187893fff libmarisa.dylib arm64 <2908e85d03d838f3bc2582598e449c02> /usr/lib/libmarisa.dylib 0x187894000 - 0x18792dfff CoreLocation arm64 <427d36867aad312086810b4f36733221> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x18792e000 - 0x18792efff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x18792f000 - 0x18793afff libChineseTokenizer.dylib arm64 <05f584c4b6b33d4fac6ecfcb02cb157f> /usr/lib/libChineseTokenizer.dylib 0x18793b000 - 0x1879e7fff libmecab_em.dylib arm64 <5c786bbda21636a3a362692e56af1c50> /usr/lib/libmecab_em.dylib 0x1879e8000 - 0x1879e9fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib 0x1879ea000 - 0x1879eefff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib 0x1879ef000 - 0x187a46fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x187a47000 - 0x187c18fff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x187c19000 - 0x187c7afff CoreSpotlight arm64 <6bd400b65b0d353e99ab859a2216dc37> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x187c87000 - 0x188805fff JavaScriptCore arm64 <8be29f5ee31a302bbc16e47869e799ac> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x188806000 - 0x18880bfff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib 0x18880c000 - 0x188887fff libate.dylib arm64 <1d30c1d3ca913f2da380d67c5cacd696> /usr/lib/libate.dylib 0x188888000 - 0x18893cfff TextureIO arm64 <2ea71814215232d092556b6fead20296> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x18893d000 - 0x188a09fff CoreUI arm64 <467b23bbefa43431ba13f2d276305e70> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x188a0a000 - 0x188a13fff MobileIcons arm64 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x188a14000 - 0x188a22fff AppleFSCompression arm64 <033a6e59e409323aba851e45ba18a8e5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x188a23000 - 0x188a7bfff TextInput arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x188a7c000 - 0x188aa4fff libxslt.1.dylib arm64 <48317ab7f9a930a1bbfe566a1c155614> /usr/lib/libxslt.1.dylib 0x188aa5000 - 0x188ad9fff DataDetectorsCore arm64 <3c4d753dcbc83885b8c79f4579b9d7d4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x188ada000 - 0x188b6dfff FileProvider arm64 /System/Library/Frameworks/FileProvider.framework/FileProvider 0x188c60000 - 0x188d37fff ProofReader arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x188d38000 - 0x188d4cfff libAccessibility.dylib arm64 <72d1652c02333bbaa42fd0cece897b0b> /usr/lib/libAccessibility.dylib 0x188d4d000 - 0x1891f3fff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1891f4000 - 0x189256fff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x189257000 - 0x18a929fff WebCore arm64 <2fe4173593ba35c4a5e04b40b40f1a7e> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x18a92a000 - 0x18aaadfff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x18aaae000 - 0x18aad6fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x18aad7000 - 0x18ab71fff AddressBookLegacy arm64 <9001decafec931b3b32f90e70885c585> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x18ab72000 - 0x18abcdfff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x18abce000 - 0x18abfafff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x18abfb000 - 0x18ac06fff AppleIDAuthSupport arm64 <945f6d9b488f3b9a9de4acf2617d6fa8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x18ac07000 - 0x18ac57fff AuthKit arm64 <1e649041c5c332509b6d5c292abf129e> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x18ac82000 - 0x18acd6fff DocumentManager arm64 <098348ff05b032f8a3d5a17ed453139f> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager 0x18acd7000 - 0x18bd55fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit 0x18bd56000 - 0x18bd68fff DocumentManagerCore arm64 /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x18bd69000 - 0x18bd6dfff HangTracer arm64 <14c9c902270b3fc8a44c894325731245> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x18bd6e000 - 0x18bdbffff PhysicsKit arm64 <4d2b0d9378353407aa17b91597a890d9> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x18bdc0000 - 0x18bdc2fff StudyLog arm64 /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x18bdc3000 - 0x18bea2fff UIFoundation arm64 <097639b4c0503396a74bf322c97d0380> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x18bea3000 - 0x18bfc1fff CloudKit arm64 <55336b1482ba3e86a94d608ddf070ea4> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x18bfc2000 - 0x18bfc2fff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x18bfc3000 - 0x18c0e0fff Network arm64 /System/Library/PrivateFrameworks/Network.framework/Network 0x18c0e1000 - 0x18c2e8fff Intents arm64 <676f60130f30305a9e71733ac106c4f4> /System/Library/Frameworks/Intents.framework/Intents 0x18c2e9000 - 0x18c303fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib 0x18c304000 - 0x18c306fff CoreDuetDebugLogging arm64 <74e7e685ab94375ab1df09ae32cb3bd7> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x18c307000 - 0x18c33cfff libtidy.A.dylib arm64 <24be8ea1fada37e6ac80a8019320481f> /usr/lib/libtidy.A.dylib 0x18c33d000 - 0x18c46cfff CoreDuet arm64 <40d3b99e5cc632789bfb9441e770c058> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18c46d000 - 0x18c48cfff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x18c48d000 - 0x18c4a1fff CoreDuetDaemonProtocol arm64 <90699d4703bb357db7026ca1b54be9df> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x18c4a2000 - 0x18c50dfff IMFoundation arm64 <6ffe811caa87343b89d51f5b68729c1d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x18c50e000 - 0x18c53cfff vCard arm64 <9537fc85395634e3ae5e60cf8d91646d> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x18c53d000 - 0x18c64afff Contacts arm64 <698fa43ba8ed39b180e83ada3a0730b3> /System/Library/Frameworks/Contacts.framework/Contacts 0x18c64b000 - 0x18c64cfff DiagnosticLogCollection arm64 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x18c64d000 - 0x18c64efff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco 0x18c64f000 - 0x18c659fff MessageProtection arm64 <8eeb4aa8ddeb3ef8a33cc4c89774b79c> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection 0x18c65a000 - 0x18c969fff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x18c96a000 - 0x18c981fff Engram arm64 /System/Library/PrivateFrameworks/Engram.framework/Engram 0x18c982000 - 0x18ca72fff IDSFoundation arm64 <038e4eed4d1d3f9c9d51537e9b29a071> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x18ca73000 - 0x18ca7efff CaptiveNetwork arm64 <934f633116a738d498196d12bbd5583c> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x18ca7f000 - 0x18caadfff EAP8021X arm64 <0f376a391b4b3de69c9d86093b413a3e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x18caae000 - 0x18cae8fff MobileWiFi arm64 <489c549537513ec696322d70535feaef> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x18cae9000 - 0x18caebfff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x18caec000 - 0x18caeefff CommonAuth arm64 <13560562ea093adc87ed345465106c58> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x18caef000 - 0x18cb5dfff Heimdal arm64 <5e57887031d53f5aa78a06207c38dbc3> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x18cb5e000 - 0x18cb87fff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS 0x18cb88000 - 0x18cb9ffff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x18cba0000 - 0x18cc37fff AccountsDaemon arm64 <332fbb6616863aa3a31717a16cdd5e13> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x18cc38000 - 0x18cc5cfff AppleIDSSOAuthentication arm64 <01658495197532af8bd951edd5d24eef> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x18cc5d000 - 0x18ccd5fff AppleAccount arm64 <541a1e5e96c63121bd72ea7118db9908> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x18ccd6000 - 0x18ce0dfff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x18ce0e000 - 0x18cf24fff IDS arm64 <687009c13bbb3500aabed41d55b5f5b4> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x18cf25000 - 0x18cf48fff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x18cf49000 - 0x18d11ffff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x18d120000 - 0x18d138fff UserManagement arm64 <68a1359f23283cb5b452ec446587008e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x18d139000 - 0x18d148fff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x18d149000 - 0x18d179fff Bom arm64 <8cd2ba179e673d90b707436a3a8ed1ce> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x18d17a000 - 0x18d17efff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x18d17f000 - 0x18d1a4fff FTAWD arm64 <8dd01c25424c3ff7853594f48c5881a1> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x18d1a5000 - 0x18d1f8fff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x18d1f9000 - 0x18d24afff WirelessProximity arm64 <938963c4203933bb9910583b430f6bda> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity 0x18d24b000 - 0x18d255fff ProactiveEventTracker arm64 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x18d256000 - 0x18d2a4fff ChunkingLibrary arm64 <30b82406e9b2382cb76990acbce63fe6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x18d2a5000 - 0x18d2b1fff libnetworkextension.dylib arm64 <1301bb341bf33364b3b04f75a3df404f> /usr/lib/libnetworkextension.dylib 0x18d2b2000 - 0x18d2d6fff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook 0x18e0d9000 - 0x18e26dfff NetworkExtension arm64 <27950af3ce083a6b9986df2380542f46> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x18e26e000 - 0x18e6bafff SiriTTS arm64 <6b2588bd69dc32cd9072a39b5169e385> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x18e6bb000 - 0x18e715fff SAObjects arm64 <9163b232fb1e34e1a25277da1508536a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x18e716000 - 0x18e754fff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x18e755000 - 0x18e785fff GLKit arm64 /System/Library/Frameworks/GLKit.framework/GLKit 0x18e786000 - 0x18e86dfff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x18e86e000 - 0x18e88cfff AssetCacheServices arm64 <7da8e9b42c633c4f85696e6714a705d0> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x18e88d000 - 0x18e947fff NetworkServiceProxy arm64 <7d0557c371a33996b0048a07f2517cb9> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy 0x18e948000 - 0x18ea39fff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x18ea3a000 - 0x18ea46fff BluetoothManager arm64 <124c7e4bf5363bea8aa58efe6f4c622c> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x18ea47000 - 0x18eab7fff CoreDAV arm64 <5a23ec556d963f54b9e7b47e4ed5c768> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x18eab8000 - 0x18eaedfff iCalendar arm64 <2f49cb4a97e63123a7d973fa360e7d91> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x18eaee000 - 0x18eafbfff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x18eafc000 - 0x18eb56fff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x18eb57000 - 0x18eb84fff PhotosFormats arm64 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x18eb85000 - 0x18ec22fff CalendarDatabase arm64 <147e2b69ab5335b085b930d0f132e5cc> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x18ec23000 - 0x18ec73fff CalendarDaemon arm64 <3229e83ba5913a11928e9cd5b3d62ada> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x18ec74000 - 0x18ed8dfff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x18ed8e000 - 0x18ee70fff EventKit arm64 <04c8f9c78fb53c308d824daaee5dc6eb> /System/Library/Frameworks/EventKit.framework/EventKit 0x18ee71000 - 0x18ee9bfff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x18ee9c000 - 0x18eed0fff ACTFramework arm64 /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 0x18eed1000 - 0x18eef1fff DCIMServices arm64 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x18eef2000 - 0x18f02dfff CoreMediaStream arm64 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x18f02e000 - 0x18f035fff XPCKit arm64 <17788c984c30338b978e58219d85354e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x18f036000 - 0x18f11afff CameraKit arm64 <7177d7ddb18131e0a793382809da2292> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 0x18f11b000 - 0x18f133fff CloudPhotoServices arm64 <3b8b1a6746d5384ea14363bd36b31720> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x18f134000 - 0x18f13ffff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x18f140000 - 0x18f15efff MediaStream arm64 /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x18f15f000 - 0x18f586fff PhotoLibraryServices arm64 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x18f587000 - 0x18f5bcfff PrototypeTools arm64 <8efee9e8bbc23043a0a2a274d0055ad9> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x18f5bd000 - 0x18f646fff CoreSymbolication arm64 <7ccdd1e8aaa031d1bca9819f995966ac> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x18f647000 - 0x18f773fff SearchFoundation arm64 <86248935e66a308884b82e4e3f294204> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x18f774000 - 0x18f77afff IncomingCallFilter arm64 <072915fd1e4f3ce399de9d7144653523> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x18f77b000 - 0x18f82efff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x18f82f000 - 0x18f835fff libtzupdate.dylib arm64 /usr/lib/libtzupdate.dylib 0x18f836000 - 0x18f9a4fff Preferences arm64 <5aee49795c5137e08f07a731328604eb> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x18f9a5000 - 0x18f9acfff CoreTime arm64 <8adec29a2796319ab9f45c94f22ec468> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x18f9ad000 - 0x18fb18fff CVML arm64 <3369c181afb4351a978bfca4ad2f0d5e> /System/Library/PrivateFrameworks/CVML.framework/CVML 0x18fb19000 - 0x18fb66fff CoreAppleCVA arm64 <68f8cc29d8513a1a8d1e3c279d7e6a04> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 0x18fb73000 - 0x18fbaffff DifferentialPrivacy arm64 <7ffc08b10e3c3558b1d2e5b344d4a280> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x18fbb0000 - 0x18fd2afff AppleCVA arm64 <13f4a4fe29d23941bcf267d1f67c5e24> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 0x18fd2b000 - 0x18fdbbfff Montreal arm64 <460d01ac07c23e96b3bc9534522f3866> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x18fdbc000 - 0x18ffdefff Espresso arm64 <1cfcb4ec66aa3befa69d7279c9f80e01> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x18ffe3000 - 0x190134fff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos 0x190135000 - 0x190300fff CoreML arm64 <73895366f6cd39b4842d5dda4d852150> /System/Library/Frameworks/CoreML.framework/CoreML 0x190301000 - 0x190305fff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x190306000 - 0x190351fff SafariCore arm64 <60710f04c215378081393cba0c685f8a> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x190352000 - 0x1903affff CorePrediction arm64 <305ab26f0a2935b1ad98a4a2bcc9315b> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1903b0000 - 0x1904acfff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1904ad000 - 0x1904c4fff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1904c5000 - 0x1904f1fff Futhark arm64 <0426d89a2a063e5990f8ce26f1b75fda> /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x190536000 - 0x190588fff ToneLibrary arm64 <78e637d2a0873349ba07fbe7ef051fda> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x190589000 - 0x19059afff BaseBoardUI arm64 <83274ed51a7f3af3bb94ab599491f868> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x19059b000 - 0x1905f2fff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1905f3000 - 0x190756fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x190757000 - 0x190832fff CorePDF arm64 <630f43749fb1393cabd407fe8bf4fa39> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x190833000 - 0x190a94fff Vision arm64 <03cc2b7f7327346db7835f112b1b3608> /System/Library/Frameworks/Vision.framework/Vision 0x190a95000 - 0x190ef4fff WebKit arm64 /System/Library/Frameworks/WebKit.framework/WebKit 0x190ef5000 - 0x190fabfff BulletinBoard arm64 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x190fac000 - 0x190fb1fff ConstantClasses arm64 <6830b458d18e3b258d12f8eab76e10e8> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x190fb2000 - 0x190fbafff CertUI arm64 <748243f1140d3ac6a94b6417a7c24793> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x190fbb000 - 0x190ffffff AXRuntime arm64 <94de8edf9a683c6c94053bb3befb47ae> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x191000000 - 0x191037fff ScreenReaderCore arm64 <91184eb7bdb53ffc84f3c92620b0b509> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x191038000 - 0x19105cfff TextToSpeech arm64 <7c6d5340b9873fdba17b36640fd50c4e> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x19105d000 - 0x1910a0fff CoreMIDI arm64 <160a4f4632c13deabc0934440f059724> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1910a1000 - 0x19113efff MediaPlatform arm64 <5ead7fe07d523b2c82df568903ada32a> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x19113f000 - 0x1911a8fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1911a9000 - 0x1911b0fff DAAPKit arm64 /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1911b1000 - 0x1911b3fff libAXSafeCategoryBundle.dylib arm64 /usr/lib/libAXSafeCategoryBundle.dylib 0x1911b4000 - 0x1911befff libAXSpeechManager.dylib arm64 <718b55bac6c43505959b8fed7bc14369> /usr/lib/libAXSpeechManager.dylib 0x1911bf000 - 0x1912a2fff AccessibilityUtilities arm64 <4b7f8dd6b84532128a4841ae9abbea18> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x1912a3000 - 0x1915c6fff MediaLibraryCore arm64 <31b1bfbadf5437f8b29de074355ab510> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1915c7000 - 0x1915c7fff AdSupport arm64 <6136df7413e63ed5a139c34d3427f832> /System/Library/Frameworks/AdSupport.framework/AdSupport 0x1915c8000 - 0x191852fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x191853000 - 0x191f26fff VectorKit arm64 <270f286f409330caa2f5787a371b8b81> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x191f27000 - 0x192163fff MapKit arm64 <096ef86c52eb34779ee2f79106664869> /System/Library/Frameworks/MapKit.framework/MapKit 0x192164000 - 0x1922f4fff iTunesCloud arm64 /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x1922f5000 - 0x19239afff HomeSharing arm64 <7c71f8779a803e82b0569162a1c0bb92> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x19239b000 - 0x19240efff WebInspector arm64 /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector 0x19240f000 - 0x192506fff ITMLKit arm64 <90560441db3e3a8593c6d4619a69e6f2> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit 0x192517000 - 0x192982fff MediaPlayer arm64 <0a085c69885f3ef0a31aaca89db2b631> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x1929b2000 - 0x1929b4fff InternationalTextSearch arm64 <099144f6a0123ba6a43b40abccd1e7a7> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x192a11000 - 0x192a42fff ProactiveSupport arm64 <4c12d43d5c7b3daea61856d8e0fa8413> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x192a7b000 - 0x192b2cfff TelephonyUtilities arm64 <40eca91e548e3587b33149ca63a9ed67> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x192b2d000 - 0x192b67fff CalendarUIKit arm64 <36bcbfe45ef639c29284353837aa05e4> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x192b68000 - 0x192b7ffff AccessibilityUIUtilities arm64 <50b2400bf4193c618d050d0f79f3d542> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x192bdc000 - 0x192beffff AssetsLibrary arm64 <0cb64e6d359033bcb2f6a832d85271b7> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x192bf0000 - 0x192dccfff EventKitUI arm64 <3e69c2c619863ab0bce11816c8948acc> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x192dcd000 - 0x192e28fff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x192e29000 - 0x192e9cfff UIAccessibility arm64 /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 0x192eb7000 - 0x192ebdfff SearchToSharePredictions arm64 /System/Library/PrivateFrameworks/SearchToSharePredictions.framework/SearchToSharePredictions 0x192ebe000 - 0x192f5efff Social arm64 <45cd2140784a3be083a51a9b64939387> /System/Library/Frameworks/Social.framework/Social 0x192ff0000 - 0x193006fff CoreFollowUp arm64 <9d3cedf7bf763703820f442dd72490bc> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x193007000 - 0x193076fff CoreSuggestions arm64 <61ea19b10abc317694c5ee62567649fb> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x193088000 - 0x19311afff CoreRecognition arm64 <6dc13ac9992e3006925fe242535603d3> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x19328d000 - 0x1934abfff libmecabra.dylib arm64 <3d5be2a3cf79324bbd27c22dac8feb56> /usr/lib/libmecabra.dylib 0x1934ac000 - 0x19354dfff CoreParsec arm64 <7f46c6e6637434e5a464ff86169b9dad> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x19357e000 - 0x1935affff SharedUtils arm64 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1935eb000 - 0x1936b3fff VideoSubscriberAccount arm64 <645c615cf8f93b61b6e5b9aab7561a0b> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x1936b4000 - 0x1936e4fff Pegasus arm64 <4d49b4086c1e34edb09bfaf4c2ed8fc6> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x1936e5000 - 0x193771fff AVKit arm64 <24c9cd30161937c99db8a36532bf8c03> /System/Library/Frameworks/AVKit.framework/AVKit 0x19379c000 - 0x19379ffff FTClientServices arm64 <043e73ed6af33ff2b1bb4499f621c1c5> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1937a0000 - 0x1937a3fff SharedWebCredentials arm64 <28d93f7925423759aa1acfbb1f246e20> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x1937a5000 - 0x1937a8fff SafariFoundation arm64 <19f5290068c03d9facbcd12e3e8e17cf> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x193981000 - 0x193997fff LocalAuthentication arm64 <6e6d9886e60b30688d742d419b9e3d3f> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x193998000 - 0x19399afff ParsecSubscriptionServiceSupport arm64 <70cb3fc6254e3ced81a3de122ba4008e> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x193a43000 - 0x193a5bfff CoreInterest arm64 <830a73d02a6e38f9b56714d2d58cd082> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest 0x193a5c000 - 0x193cdefff SafariShared arm64 <84cd3c1509d63323875845281a8a3c00> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x193cdf000 - 0x193d1afff WebUI arm64 <8f72d31e63233a3289abf2669c9ba8c7> /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x193d1b000 - 0x193d28fff SetupAssistantSupport arm64 <395683b63e0031e18060ddc3fe0aed16> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x193d29000 - 0x193d51fff SetupAssistant arm64 /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x193d9c000 - 0x193da5fff MobileStorage arm64 <48e3311581b737cdac02525fea8eeedb> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x193da6000 - 0x193de8fff ContentIndex arm64 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x193de9000 - 0x1940e7fff ImageCapture arm64 /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture 0x1942b9000 - 0x1942cffff iPhotoMigrationSupport arm64 /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport 0x1942d0000 - 0x1942e1fff DiagnosticExtensions arm64 <6c809ee9ce3a3888a4418530c637bc2d> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions 0x1945fa000 - 0x194690fff PhotoLibrary arm64 /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x194691000 - 0x1949ddfff PhotosUICore arm64 <1125fdbda3b130f6a41fe995aeb85046> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x194a14000 - 0x194a2dfff CoreSDB arm64 <32e1a578546d319baf00577ec5e6d6a7> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 0x194a2e000 - 0x194a9bfff IMSharedUtilities arm64 <58cd33783f823e91a86d416a22f9178c> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x194a9c000 - 0x194aa2fff LinguisticData arm64 <02bcff96abd83038a41440ab6f70fea9> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x194abc000 - 0x194b46fff PhotoEditSupport arm64 <02830b8ae40d300ab675d77e51c16029> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport 0x194b47000 - 0x194b5afff SiriTasks arm64 /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks 0x194b5b000 - 0x194f74fff PhotosUI arm64 <6350bfd08ba939b5b13a93a2565f791f> /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x19507e000 - 0x1950abfff StoreKit arm64 <495ca9b06fe53b93bbc136e11490915d> /System/Library/Frameworks/StoreKit.framework/StoreKit 0x19510f000 - 0x19512afff EmojiFoundation arm64 /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x19512b000 - 0x195242fff IMDPersistence arm64 <4ae481b4cb883d56adb6763851442b85> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 0x195243000 - 0x19525dfff MetalKit arm64 <24fbbd2b642f3dc8a41a00bdaf8a99f3> /System/Library/Frameworks/MetalKit.framework/MetalKit 0x19525e000 - 0x19527ffff GenerationalStorage arm64 <58aa60d16c95379f9a70024e33f3d89c> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1956c0000 - 0x19578cfff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x195d2c000 - 0x195e54fff PencilKit arm64 <52a60416891d3878a6119a94ec685405> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit 0x195e55000 - 0x195e73fff QuickLookThumbnailing arm64 <43ce0388a89934629b4cae47b61179c1> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x195e74000 - 0x195f28fff PDFKit arm64 /System/Library/Frameworks/PDFKit.framework/PDFKit 0x195f29000 - 0x196053fff AnnotationKit arm64 <277f443618153e88a3b9c7fad9948d05> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit 0x196054000 - 0x1961fdfff IMCore arm64 <1abd783270f33745a95d4b67d2413b59> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x19621b000 - 0x196261fff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x196284000 - 0x1962b4fff MarkupUI arm64 /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI 0x1962b5000 - 0x1962c7fff MobileDeviceLink arm64 <8850c34b15ff3b76961f132cf39a2ba6> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x1962d7000 - 0x19638ffff QuickLook arm64 <7adfd58109f23d3584fea1570e5bd57d> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x19642f000 - 0x196476fff MobileBackup arm64 /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x196477000 - 0x1964c2fff SafariSafeBrowsing arm64 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1964de000 - 0x1965eefff SafariServices arm64 /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1965ef000 - 0x19662efff AppStoreDaemon arm64 <1bdd470af45b38d4ab5c2a027f8b6d2e> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x197c2f000 - 0x197c33fff AccessibilityUIShared arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared 0x197ce1000 - 0x197cf4fff NewsFoundation arm64 <372f706b02e630939c6a5737dd5d009e> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation 0x197cf5000 - 0x197f47fff NewsTransport arm64 /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport 0x197f90000 - 0x197fe3fff CallKit arm64 <45daae0adbd0332ba5f9e178d431e913> /System/Library/Frameworks/CallKit.framework/CallKit 0x197fe4000 - 0x197feafff AccessibilityUI arm64 <4c83188a9fb23e0e873a3d7f582ea41a> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x198048000 - 0x1980a2fff IMAVCore arm64 /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore 0x1980a3000 - 0x198419fff NewsCore arm64 <33997e33d2463abb8e4797b065b7385e> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore 0x198421000 - 0x198452fff OpenAL arm64 <22dca13a30d63041a0bbb2613aca6b96> /System/Library/Frameworks/OpenAL.framework/OpenAL 0x198453000 - 0x19849bfff ClockKit arm64 /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit 0x1984bc000 - 0x1984c0fff NewsDaemon arm64 <33209f5618843502bf5f82422ff837fc> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon 0x198a7d000 - 0x198a95fff NewsServicesInternal arm64 <7fcbf9db979f3fc2aa55c36fd1854fcb> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal 0x198c54000 - 0x198c5afff DuetRecommendation arm64 <67afb8d123f633d3847268677a9613c9> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation 0x198e1c000 - 0x198e82fff NewsToday arm64 /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday 0x198ef3000 - 0x198f02fff Speech arm64 /System/Library/Frameworks/Speech.framework/Speech 0x198ffe000 - 0x199002fff NewsServices arm64 <109a7677185a38c5ba95c2e6dfc1ac83> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices 0x19a97a000 - 0x19a99ffff AppSupportUI arm64 <33c639cc29c03608a2b5556f30a993f2> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x19baf7000 - 0x19bafbfff libsysdiagnose.dylib arm64 <8fda7e2d0dd43f389f028bc98772bf75> /usr/lib/libsysdiagnose.dylib 0x19c0c5000 - 0x19c0c7fff SpeakTypingServices arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices 0x19c0c8000 - 0x19c0cdfff ZoomServices arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 0x19d00f000 - 0x19d09bfff CloudDocs arm64 <8dca38cc255730a2aba37a403a1f3fc9> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x19d21b000 - 0x19d269fff DataDetectorsUI arm64 <3fe4ccacb34e395099fa844988a1e365> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI 0x19dd42000 - 0x19dd5cfff GameController arm64 /System/Library/Frameworks/GameController.framework/GameController 0x19de57000 - 0x19de66fff CTCarrierSpace arm64 /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x19e2ca000 - 0x19e2dbfff DeviceIdentity arm64 <5edf28fce01139dab794658154b5d765> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1a102a000 - 0x1a1038fff AccessibilitySettingsLoader arm64 <473d21a220e83681ac53afe71b864c1d> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1a1327000 - 0x1a15ebfff RawCamera arm64 <902dab7f4e2638aa9c803581db3e2bee> /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x1a16d9000 - 0x1a16edfff libCGInterfaces.dylib arm64 <9a7c16c729ac335782f2b2a0063fca2a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x1a3cf5000 - 0x1a3d1cfff CoreServicesInternal arm64 <27831a7c17d732dc8fac8c1b6feee45b> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1a42f4000 - 0x1a4305fff libGSFontCache.dylib arm64 <079619767fda3a4d8561df565d428c10> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1a4306000 - 0x1a4338fff libTrueTypeScaler.dylib arm64 <3f8136eedff735a695a740a16c1fcb6e> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x1a4c77000 - 0x1a4c77fff libmetal_timestamp.dylib arm64 <0405bc29d92a398699991c172d87d759> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib 0x1a5bb2000 - 0x1a5bb5fff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1a7937000 - 0x1a793cfff TextInputUI arm64 <834ceeb895c6325a8f3f74c227feacf9> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x1a9552000 - 0x1a9611fff AGXMetalA11 arm64 /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11 0x1a99fe000 - 0x1a9a2efff libclosured.dylib arm64 /usr/lib/closure/libclosured.dylib

EOF

cclauss commented 6 years ago

What are the results when the same code is run on Mac, Linux, or Windows?

eddo888 commented 6 years ago

works as expected

Yours Cheerfully David Edson +614 0868 0808 david.edson@gmail.com

On 27 Aug 2018, at 09:59, cclauss notifications@github.com wrote:

What are the results when the same code is run on Mac, Linux, or Windows?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

dgelessus commented 6 years ago

This looks like the crash described in #502, which happens when trying to show a plot in Python 2. I think the only workaround right now is to use Python 3 instead of Python 2.

cclauss commented 5 years ago

Can we close this issue? With 211 days left until the end of life of legacy Python, is this issue worth working on?