renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
326 stars 64 forks source link

SEGFAULT on pygame_sdl2.mixer.init() #87

Closed BrandonBlair closed 6 years ago

BrandonBlair commented 6 years ago

Forgive my ignorance of how C and Cython interact with pygame_sdl2, but working code suddenly began exploding after the holidays on attempting to initialize the mixer. I pulled the newest master, tried reinstalling SDL2 and all dependencies, relinking, but I cannot get a working state.

I have tried a fresh virtualenv, brew installing dependencies, running fix-virtualenv (which now states it has already been run even on new virtualenvs, which seems odd). I will look into how python -m venv constructs virtualenvs vs the external virtualenv (old method), as I re-created new venvs, which may be involved.

Example:

> import pygame_sdl2
> pygame_sdl2.mixer.init()
Segmentation fault: 11

I read about a change to mixer header here: https://hg.libsdl.org/SDL_mixer/diff/92882ef2ab81/SDL_mixer.h

It appears FLUIDSYNC has been renamed to MID and MODPLUG has been removed entirely, but I am not familiar with this code so this is shooting in the dark. It's possible this has even been addressed or doesn't affect pyame_sdl2, I'm just trying to collect as much pertinent info as I can.

I read a lot of potentially conflicting information regarding setup of mixer and SDL on Mac, and I've been cargo-culting for a while now (brew install + throw SDL2.framework into /Library/Frameworks). Is there a good rundown I can read somewhere on how pygame_sdl2 knows where to access SDL2.framework so I can troubleshoot? I would like to get comfortable enough to debug things like this on my own so I can contribute, as I very much enjoy this project.

The interesting bit in my debug trace may be here: mixer.cpython-36m-darwin.so 0x000000010f8271b8 __pyx_pw_11pygame_sdl2_5mixer_3init + 1336 (pygame_sdl2.mixer.c:2424)

Process:               Python [92103]
Path:                  /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.6.4 (3.6.4)
Code Type:             X86-64 (Native)
Parent Process:        bash [92075]
Responsible:           Python [92103]
User ID:               502

Date/Time:             2018-01-29 10:26:03.933 -0600
OS Version:            Mac OS X 10.13.3 (17D47)
Report Version:        12
Anonymous UUID:        74B17829-261B-C4DE-0D3A-E4CF207E7E36

Sleep/Wake UUID:       1369AD17-DE9F-4E2E-BF4C-26C6EA91593E

Time Awake Since Boot: 80000 seconds
Time Since Wake:       890 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-0000000100001000 [    4K] r-x/rwx SM=COW  /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   mixer.cpython-36m-darwin.so     0x000000010f8271b8 __pyx_pw_11pygame_sdl2_5mixer_3init + 1336 (pygame_sdl2.mixer.c:2424)
1   org.python.python               0x00000001007bd675 _PyCFunction_FastCallDict + 229
2   org.python.python               0x0000000100847164 call_function + 612
3   org.python.python               0x0000000100848b74 _PyEval_EvalFrameDefault + 5604
4   org.python.python               0x0000000100846500 _PyEval_EvalCodeWithName + 2720
5   org.python.python               0x00000001008466a4 PyEval_EvalCode + 100
6   org.python.python               0x000000010088293a PyRun_InteractiveOneObject + 474
7   org.python.python               0x0000000100882cbe PyRun_InteractiveLoopFlags + 110
8   org.python.python               0x000000010088362c PyRun_AnyFileExFlags + 76
9   org.python.python               0x000000010089cd08 Py_Main + 4376
10  org.python.python               0x0000000100000dfe 0x100000000 + 3582
11  org.python.python               0x0000000100000c34 0x100000000 + 3124

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000101f51710  rcx: 0x0000000000000002  rdx: 0x0000000000000003
  rdi: 0x00000001009dfca0  rsi: 0x0000000101f51710  rbp: 0x00007fff5bfff210  rsp: 0x00007fff5bfff170
   r8: 0x0000000000000020   r9: 0x00007fff5bfff014  r10: 0x0000000000000001  r11: 0x00000001007c4560
  r12: 0x0000000000000001  r13: 0x000000010f6b83a8  r14: 0x0000000000000000  r15: 0x0000000101f1e828
  rip: 0x000000010f8271b8  rfl: 0x0000000000010297  cr2: 0x0000000000000000

Logical CPU:     0
Error Code:      0x00000006
Trap Number:     14

Binary Images:
       0x100000000 -        0x100000ff7 +org.python.python (3.6.4 - 3.6.4) <E585A67D-C0DB-448A-2E74-422D61BDC1C1> /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
       0x100003000 -        0x1004a3fe7  com.apple.CoreFoundation (6.9 - 1451) <7AFE9C8F-A562-3AFC-8402-117AA02F57E9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x100756000 -        0x10097cfe7 +org.python.python (3.6.3, [c] 2001-2017 Python Software Foundation. - 3.6.3) <C715BC39-71E6-4982-F20A-4DEEF782871C> /Library/Frameworks/Python.framework/Versions/3.6/Python
       0x100ac4000 -        0x100ac5ff3  libSystem.B.dylib (1252) <47329E26-DC23-3EBA-9461-37755368327D> /usr/lib/libSystem.B.dylib
       0x100acc000 -        0x100acdff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
       0x100ad3000 -        0x100cfaffb  libicucore.A.dylib (59152.0.1) <E628882C-6F83-3DCD-B62A-2FE6F77EF6F7> /usr/lib/libicucore.A.dylib
       0x100dcc000 -        0x1011ba7e7  libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib
       0x10136b000 -        0x10137dffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
       0x101383000 -        0x101387ff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
       0x10138d000 -        0x101397ff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
       0x1013a5000 -        0x1013acfff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
       0x1013ba000 -        0x1013c2ffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
       0x1013c9000 -        0x10144efff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
       0x10146b000 -        0x1014a4ff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
       0x1014df000 -        0x1014fcff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
       0x101517000 -        0x101517ffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
       0x10151c000 -        0x10151cff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
       0x101523000 -        0x101527ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
       0x10152e000 -        0x101530ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
       0x101537000 -        0x101538ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
       0x10153e000 -        0x101555fff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
       0x101563000 -        0x101563fff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
       0x101568000 -        0x1015f1ff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
       0x10161a000 -        0x10161dffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
       0x101624000 -        0x101627ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
       0x10162d000 -        0x10162efff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
       0x101634000 -        0x10163aff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
       0x101641000 -        0x10168aff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
       0x1016a2000 -        0x1016edfcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
       0x1016fc000 -        0x10171bfff  libsystem_malloc.dylib (140.40.1) <36B22C99-D772-3039-9A4C-AA31389965E1> /usr/lib/system/libsystem_malloc.dylib
       0x101728000 -        0x1017ccff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
       0x101806000 -        0x101810ffb  libsystem_networkextension.dylib (767.40.1) <CEDC330D-28F0-3902-BEB0-10B92ACEC69F> /usr/lib/system/libsystem_networkextension.dylib
       0x10181d000 -        0x101826ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
       0x10182e000 -        0x101831ff3  libsystem_sandbox.dylib (765.40.2) <922D3D15-AB4C-3F1A-A94F-39214AF1ADB3> /usr/lib/system/libsystem_sandbox.dylib
       0x101838000 -        0x101839ff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
       0x10183f000 -        0x101864ff7  libsystem_kernel.dylib (4570.41.2) <5155A4C3-825B-3178-AC51-0D2D2F2A6618> /usr/lib/system/libsystem_kernel.dylib
       0x10187e000 -        0x101885ff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
       0x10188e000 -        0x101899fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
       0x1018a6000 -        0x1018adff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
       0x1018b4000 -        0x1018c7ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
       0x1018d6000 -        0x1018dbff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
       0x1018e3000 -        0x10190fff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib
       0x101932000 -        0x101965fff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
       0x101981000 -        0x1019a5ff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
       0x1019b5000 -        0x101a0bfff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
       0x101f25000 -        0x101f26fff +_heapq.cpython-36m-darwin.so (???) <84A809F3-CEF2-08D8-0C7E-434273792804> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so
       0x101f6a000 -        0x101f6dff7 +readline.cpython-36m-darwin.so (???) <5D961337-0A06-D6F8-166C-E7F08EB1F103> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so
       0x101f74000 -        0x101f92ff7  libedit.2.dylib (50) <BE5FC7D4-FB03-336E-98D8-E54E9C6C6698> /usr/lib/libedit.2.dylib
       0x101fa3000 -        0x101fd3ffb  libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
       0x101fe4000 -        0x101fe8ff7 +error.cpython-36m-darwin.so (???) <42119787-0985-3CA0-AB4E-DD803A34369A> /Users/USER/*/error.cpython-36m-darwin.so
       0x101fee000 -        0x101ff0ff7  com.apple.ForceFeedback (1.0.6 - 1.0.6) <E8D3030B-EC09-3415-A82A-5C714A929E34> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
       0x101ff6000 -        0x101ff6fff  com.apple.Cocoa (6.11 - 22) <1553F279-3C7B-3A48-87E6-35237F7F452E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
       0x101ffa000 -        0x101ffafff  com.apple.Carbon (158 - 158) <FCD7A9FF-5E53-3B0C-8A52-691C11B2A0C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
       0x103600000 -        0x103654fe7 +libncursesw.5.dylib (5) <D77551D3-8F51-D267-705E-B6DE332B0647> /Library/Frameworks/Python.framework/Versions/3.6/lib/libncursesw.5.dylib
       0x103665000 -        0x1036ffffb +libSDL2-2.0.0.dylib (0) <F9E9F366-9BE9-3B3B-A72E-D2A33EFA8351> /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib
       0x103733000 -        0x1037c6ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <F91FDE26-0702-3E44-8931-E2CAD8E36F5A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x1037f4000 -        0x1037f4fff  com.apple.CoreServices (822.19 - 822.19) <44456ED2-59E4-34CB-B41B-C6A82B269949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x1037f9000 -        0x1037f9fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
       0x104800000 -        0x1048f1ff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
       0x104902000 -        0x104b8dfff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <46EDC245-5877-3438-805C-3AA0316E3F5C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x104cca000 -        0x104d04ff3  com.apple.CoreVideo (1.8 - 279.2) <A8FC5325-D092-3A28-A1CF-5C94B8101F71> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x104d2d000 -        0x104dc8fff  com.apple.framework.IOKit (2.0.2 - 1445.40.1) <9CFA07B9-BA6E-31E4-AD4F-C47071A8C522> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x104e11000 -        0x105c6efff  com.apple.AppKit (6.9 - 1561.20.106) <D03AE413-C601-3B7C-A3D4-FC32F4C13940> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1066ce000 -        0x106cdbfef  com.apple.CoreGraphics (2.0 - 1129.5) <F37BFBD2-CC21-3521-B034-9D4D36197487> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x106df7000 -        0x1071bcfff  com.apple.Foundation (6.9 - 1451) <B99F94E7-117E-39CC-A65D-B7AEA8998481> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x1074c9000 -        0x1074f1fff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x1074fc000 -        0x107813ff7  com.apple.security (7.0 - 58286.41.2) <EB297497-884A-362F-B566-73A14A2F25FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x1079d7000 -        0x107b6afe7  libsqlite3.dylib (274.5) <A1DEB5AB-8FE8-332E-A7E5-F493F2223FE3> /usr/lib/libsqlite3.dylib
       0x107b92000 -        0x107ba2ff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
       0x107bac000 -        0x107bb8ff3  libkxld.dylib (4570.41.2) <661F47FA-F6FC-3FB1-8023-9DFE108AEEF7> /usr/lib/system/libkxld.dylib
       0x107bbe000 -        0x107bbefff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
       0x107bc3000 -        0x107bc3ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
       0x107bc9000 -        0x107be1ff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
       0x107bed000 -        0x107beeffb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
       0x107bf4000 -        0x107bf8fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
       0x107bfe000 -        0x107c0bfff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
       0x107c15000 -        0x107c1afff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x107c25000 -        0x107c4fff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
       0x107c5a000 -        0x107d41fff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
       0x107d7a000 -        0x10810cfff  com.apple.CFNetwork (893.13.1 - 893.13.1) <3ECC6AD0-B47D-38D2-BF26-496B34847D25> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x108432000 -        0x1084a2ff3  com.apple.SystemConfiguration (1.17 - 1.17) <3C6B2BB9-43AB-39AD-8027-38E30A8A4186> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x1084da000 -        0x1084dbfff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
       0x1084e0000 -        0x108519ff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
       0x108533000 -        0x108540ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
       0x108546000 -        0x10855fffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
       0x108568000 -        0x10863fffb  libnetwork.dylib (1229.30.11) <4E7A6EBA-B3DD-3001-9C97-CB423922B78C> /usr/lib/libnetwork.dylib
       0x108694000 -        0x1086aaff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
       0x1086b7000 -        0x1086ebfff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
       0x1086fb000 -        0x1087b2fff  libboringssl.dylib (109.40.1) <75F5F125-B919-3318-BD12-29CB5E868475> /usr/lib/libboringssl.dylib
       0x10882a000 -        0x108863fff  libusrtcp.dylib (1229.30.11) <537F14D0-84DF-349F-8EA0-52BB7A241E60> /usr/lib/libusrtcp.dylib
       0x108870000 -        0x108870fff  libapple_crypto.dylib (109.40.1) <32252490-B1E9-363F-AEED-3EC97D919348> /usr/lib/libapple_crypto.dylib
       0x108874000 -        0x10887cff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x108884000 -        0x108b5bff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x108bd2000 -        0x108c81ff7  com.apple.Metadata (10.7.0 - 1191.2.6) <FB66B298-D55D-398A-BEDB-CB7B82956AE5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x108d00000 -        0x108d5dff7  com.apple.CoreServices.OSServices (822.19 - 822.19) <34BF1FAC-A0F7-37B4-950D-46408EBA9684> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x108da7000 -        0x108e15fff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x108e59000 -        0x108ecdffb  com.apple.AE (735.1 - 735.1) <D0C73200-90A7-3FD1-A6EC-97055AA367E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x108eff000 -        0x1090b7ff7  com.apple.LaunchServices (822.19 - 822.19) <2895A919-0445-3CE2-9696-40122B5A46C5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x1091c5000 -        0x1091f9ff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x109225000 -        0x109249ffb  com.apple.coreservices.SharedFileList (71.4 - 71.4) <4AA6DCF5-BAF8-36FA-A8B0-EDF518EFEF14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x10926d000 -        0x109279ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
       0x109283000 -        0x10928efff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x10929b000 -        0x10929dffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x1092a3000 -        0x1092aaff3  com.apple.TCC (1.0 - 1) <C807D3F0-FE20-3FC0-8D61-306477ABEBC4> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x1092b5000 -        0x1094ddff7  libmecabra.dylib (779.7.6) <7E255F87-BBB4-3AE5-BC82-6DEE70566D05> /usr/lib/libmecabra.dylib
       0x10953b000 -        0x10953bfff  com.apple.ApplicationServices (48 - 50) <7627DBD6-497B-3AB7-9B63-F0532EDF09B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x10953f000 -        0x10968dffb  com.apple.CoreText (352.0 - 578.12) <DA0BC559-277A-32BA-91EA-FD2F02EA186F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x109757000 -        0x1098ceff7  com.apple.ImageIO.framework (3.3.0 - 1713) <D3CE3838-72C5-3860-B3A4-6937FD916329> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x10997a000 -        0x109a33ff7  com.apple.ColorSync (4.13.0 - 546) <A5E013D9-7305-3026-879E-4D1F038A430D> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x109a80000 -        0x109ae6fff  com.apple.ApplicationServices.ATS (377 - 445) <CDF5F6D7-4E7D-3D28-9FBA-1B53AD9FA8F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x109b12000 -        0x109b16ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <42C25E85-1CF3-3DEC-A434-BE69F68F4318> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x109b1f000 -        0x109b71ff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x109bab000 -        0x109bb9fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
       0x109bc8000 -        0x109c14fff  com.apple.print.framework.PrintCore (13 - 503) <A69E2BAD-2B66-38CC-9D3A-0A0EBC41341D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x109c43000 -        0x109c7dfff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x109ca9000 -        0x109cb5fff  com.apple.speech.synthesis.framework (7.4.1 - 7.4.1) <9ABE85D9-6E4A-3CEF-AA09-F81E52730598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x109cca000 -        0x109f64fff  com.apple.SkyLight (1.600.0 - 312.23.4) <455CE6F6-CD58-3E08-8300-CA8BDD3377FC> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x10a043000 -        0x10a043fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <5AA750F5-D633-32BA-B7F3-4F651FB1761E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x10a047000 -        0x10a113fff  com.apple.CoreDisplay (1.0 - 81.7) <D8030B81-097E-3FA2-A85C-AE1A3B8EBCFB> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x10a13e000 -        0x10a145ffb  com.apple.IOSurface (209.2.2 - 209.2.2) <6D35A601-1C47-37BE-AD31-F8EB88F67573> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x10a153000 -        0x10a1d2fff  com.apple.Metal (124.7 - 124.7) <F161C177-80B4-3674-8147-04343702CF08> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x10a2c6000 -        0x10a2eefff  com.apple.MultitouchSupport.framework (1204.13 - 1204.13) <6C5D778D-4AB7-39A4-989B-2E8D2D57B3A0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x10a303000 -        0x10a54bfff  com.apple.QuartzCore (1.11 - 584.8.102) <4479AF33-E6EA-3037-A2C1-3C6F12B1260A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x10a63a000 -        0x10ab38fc3  com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x10ab97000 -        0x10ab97fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8A96A8ED-7B88-3D17-8D17-41D224E0EC90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x10ab9b000 -        0x10ad47fc3  libvDSP.dylib (622.20.8) <6FFCA52B-7D60-326A-ADF2-601F39A8685A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x10ad56000 -        0x10ad84fef  libBNNS.dylib (37) <49EB4DBA-877C-3D41-90A2-C3D982C72A54> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x10ad8e000 -        0x10ad93ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x10ad98000 -        0x10ae48fef  libvMisc.dylib (622.20.8) <54F90047-879F-3260-8604-6E453149B49E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x10ae55000 -        0x10b215ff7  libLAPACK.dylib (1211.30.1) <2D4E4446-6B63-350C-BD68-A1B8FBE99539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x10b276000 -        0x10b3d0fcb  libBLAS.dylib (1211.30.1) <0DB0D952-BCF4-3479-BA2F-785FB1A57479> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x10b3f2000 -        0x10b407ff7  libLinearAlgebra.dylib (1211.30.1) <6C68F41D-1398-3AFE-BE72-C0ECA1B24BDC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x10b411000 -        0x10b46ffff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x10b482000 -        0x10b495fff  libSparseBLAS.dylib (1211.30.1) <42506F6F-0F38-322E-9903-C1DB66E4DA05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x10b49d000 -        0x10b4a4ffb  com.apple.IOAccelerator (376.6 - 376.6) <A47129CC-F386-3C31-AD66-C19A70615A50> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x10b4af000 -        0x10b4c6fff  com.apple.IOPresentment (1.0 - 32.1) <B95F06EA-9D5D-311D-9912-978AE42ECFCE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x10b4e1000 -        0x10b4e5ffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x10b4ec000 -        0x10b4f0ff7  libCoreFSCache.dylib (162.4) <B325B709-0C81-357A-B9F1-6E0027B64F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x10b4f6000 -        0x10b7e5fff  com.apple.CoreImage (13.0.0 - 579.2.9) <8AE143AB-6284-3B00-B56D-8C0C1826EF34> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x10b985000 -        0x10b993ffb  com.apple.opengl (16.4.2 - 16.4.2) <C8C31EF5-8DB4-336F-A87C-5D520C7EFDC5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x10b99d000 -        0x10b9acfff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x10b9b7000 -        0x10b9b7ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2E8723FC-AA53-3596-B6A4-220A378B7A5A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x10b9bc000 -        0x10bb86ff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
       0x10bbbe000 -        0x10bfecfff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
       0x10c20a000 -        0x10c257ffb  com.apple.opencl (2.8.12 - 2.8.12) <7F9BF7F0-AFB2-349A-BF9B-2DE5288380C4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
       0x10c270000 -        0x10c286fff  libcompression.dylib (47) <E64D4416-DFBF-314B-BBB9-BED23C3A251C> /usr/lib/libcompression.dylib
       0x10c28e000 -        0x10c3b0fff  libFontParser.dylib (222.1.2) <11BD5EEF-AF18-33FB-B114-DD611932E822> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
       0x10c433000 -        0x10c47dff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x10c4b1000 -        0x10c4d4ff7  libJPEG.dylib (1713) <2D846A18-D8AF-3573-803B-BEABCBAC38D1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x10c4dd000 -        0x10c52afeb  libTIFF.dylib (1713) <5319B2E1-83D2-30C7-A7BC-A0CE0B07885D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x10c53a000 -        0x10c560feb  libPng.dylib (1713) <546F41CE-185C-31A0-B61C-1012AA932624> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x10c56c000 -        0x10c570ffb  libGIF.dylib (1713) <C65B2846-1B94-3BB3-BBBF-5A9E5054CE1E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x10c576000 -        0x10c65dfff  libJP2.dylib (1713) <332083DD-3D27-3DE7-9866-A36D590E511E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x10c687000 -        0x10c689ffb  libRadiance.dylib (1713) <31787C46-4A2B-3CDF-95E9-EC1BD4794917> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x10c68e000 -        0x10c6d6ff3  com.apple.AppleJPEG (1.0 - 1) <8BBD5180-5BF9-33DB-8B91-974B1D0AECFB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x10c6e3000 -        0x10c74cff7  com.apple.gpusw.MetalTools (1.0 - 1) <F77943BC-0466-3700-BEDF-CDD13125D36A> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x10c7ce000 -        0x10c7e3fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D4BCBA84-AD1B-33DC-99F3-16F9E5E50906> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x10c7f2000 -        0x10c85dfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <E504EC97-FAD7-36DC-B151-6F89AB911E3A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x10c889000 -        0x10c8acfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <A5B6F6FC-A19A-32C0-A999-98B6688760C7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x10c8bc000 -        0x10c93cff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D0D8F13F-ACD4-3B61-BE54-121CCB05ECF4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x10c979000 -        0x10c9b7ffb  libGLU.dylib (16.4.2) <ECABCFAB-E400-3667-8EE1-586C07E0E214> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x10c9c7000 -        0x10c9cffff  libGFXShared.dylib (16.4.2) <07F1D947-F79B-3608-9080-E4DBFE13AF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x10c9d7000 -        0x10c9e2fff  libGL.dylib (16.4.2) <97D6871A-BAF1-33DD-9ED7-BE7BB437F378> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x10c9f7000 -        0x10ca32fe7  libGLImage.dylib (16.4.2) <3E2802DF-4998-31DB-B3A2-65720DE919A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x10ca3b000 -        0x10ca3dfff  libCVMSPluginSupport.dylib (16.4.2) <A967BC8B-ABB3-393F-BF34-BD32B45831F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x10ca43000 -        0x10ca47fff  libCoreVMClient.dylib (162.4) <B129DB84-39BA-34E4-9FB7-20A020A1BB86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x10ca4f000 -        0x10caa5ff3  libcups.2.dylib (462.1) <B78448A0-9C97-3D4A-823E-EBE37B2B7CA6> /usr/lib/libcups.2.dylib
       0x10cabf000 -        0x10cad8ff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x10caf2000 -        0x10cb22fff  com.apple.GSS (4.0 - 2.0) <3B4B4509-B5A3-396B-9C71-80BAE84476FA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x10cb44000 -        0x10cb60ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
       0x10cb6c000 -        0x10cbe0fff  com.apple.Heimdal (4.0 - 2.0) <ACC132E5-97F1-3B36-AD7B-4E6CC077E691> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x10cc12000 -        0x10cc17ff3  libheimdal-asn1.dylib (520.30.1) <14DC1451-6E22-3A48-80CB-5D33DC0F8C3B> /usr/lib/libheimdal-asn1.dylib
       0x10cc1e000 -        0x10cc29fff  com.apple.OpenDirectory (10.13 - 207) <D8AA4C58-149E-3504-88CD-F5B59F882C25> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x10cc3e000 -        0x10cc47ff3  com.apple.CommonAuth (4.0 - 2.0) <11B2D184-36B8-3624-B1AD-7B6037D76160> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x10cc4f000 -        0x10cc6bffb  com.apple.CFOpenDirectory (10.13 - 207) <A229B355-337B-33F4-AAA8-C751BEF0B718> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x10cc8d000 -        0x10cd17ff7  com.apple.securityfoundation (6.0 - 55185.30.4) <65144003-B9E2-3DE3-8923-F2BAA68BBF4E> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x10cd86000 -        0x10ce12ff7  com.apple.APFS (1.0 - 1) <9D67579C-7FB4-3AD9-AB4F-9174A552EB37> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x10ce28000 -        0x10ce2bffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
       0x10ce32000 -        0x10ce39ff7  com.apple.LinguisticData (1.0 - 238.3) <228AF7CA-649A-3E24-BBC7-8A24B39B3FC4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x10ce41000 -        0x10ce57ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
       0x10ce65000 -        0x10cea7ff7  com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x10ceb7000 -        0x10cec2fff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
       0x10ced1000 -        0x10cee1fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
       0x10ceea000 -        0x10cfdffff  com.apple.LanguageModeling (1.0 - 159.3.1) <9B08E18E-69B4-3413-A03A-EF5AE4BE6277> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x10d005000 -        0x10d359fe7  com.apple.CoreData (120 - 849.2) <CE0AF596-64C0-34F3-AFE0-B94D18C09957> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x10d509000 -        0x10d519ff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x10d523000 -        0x10d526ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <B11C3C64-6FE7-3A78-B583-D790B7CCE95A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x10d52e000 -        0x10d535ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <47B6301F-D908-3811-BB9E-DA16D9B29A34> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x10d541000 -        0x10d569fff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
       0x10d577000 -        0x10d59affb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x10d5c2000 -        0x10d771ff3  com.apple.UIFoundation (1.0 - 546.1.1) <D2DB451C-56CD-3249-B8EE-AF21DBDCFBF8> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x10d851000 -        0x10d860ff7  com.apple.framework.DFRFoundation (1.0 - 191.1) <87B83349-C317-3E07-894C-5BC5C20AE08B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x10d873000 -        0x10d9a2fff  com.apple.desktopservices (1.12.2 - 1.12.2) <8E068AF7-FB72-38E2-948E-6C13F359C69D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x10da47000 -        0x10da4bffb  libScreenReader.dylib (562.13) <21638ECC-87BF-3CC5-B2D8-6F7883F5FDCA> /usr/lib/libScreenReader.dylib
       0x10da53000 -        0x10da53fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <0FC3B4FF-FFAB-3346-9A6A-C1DE033185EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
       0x10da5e000 -        0x10dad4fff  com.apple.datadetectorscore (7.0 - 590.3) <792593BC-21C7-3E0C-929E-067CD725FCBD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x10db18000 -        0x10de1dff7  com.apple.HIToolbox (2.1.1 - 910.4) <D1A799BC-146A-35E8-86FF-E36273123006> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x10dfa9000 -        0x10dfaffff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x10dfb9000 -        0x10e0edfff  com.apple.coreui (2.1 - 492.2) <FE0B32BC-958D-3445-866E-A3905626396D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x10e2c1000 -        0x10e301ffb  com.apple.PerformanceAnalysis (1.183.1 - 183.1) <2BE359F2-DCE6-3E33-BA99-964507A3F540> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x10e349000 -        0x10e3d0ff7  com.apple.backup.framework (1.9.2 - 1.9.2) <40C6CFA8-4013-3AFB-97CE-8A09388FA343> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
       0x10e441000 -        0x10e4d6ffb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x10e50a000 -        0x10e5c7ff7  com.apple.TextureIO (3.7 - 3.7) <C98BFACA-7807-3DCA-945D-58EBA2B723C8> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x10e5e7000 -        0x10e668fdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
       0x10e672000 -        0x10e681ff7  com.apple.CrashReporterSupport (10.13 - 1) <6B5B2B78-15D2-363F-BE34-8F9226E79E24> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
       0x10e693000 -        0x10e7a4fff  com.apple.Sharing (972.14 - 972.14) <964AEC2D-8A2A-33BE-9334-98A7CBE7CC51> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
       0x10e894000 -        0x10e8b9fff  com.apple.IconServices (97.4 - 97.4) <C84A6CA5-8C50-3288-8572-CC3DABF5BBCE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x10e8db000 -        0x10e8f9fff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x10e916000 -        0x10e93efff  com.apple.framework.Apple80211 (13.0 - 1345) <D1B8340A-41FB-35C3-88F0-3DDD9A2A1999> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
       0x10e94d000 -        0x10e9d7ffb  com.apple.framework.CoreWLAN (13.0 - 1339) <16DDD47C-BBFE-3D49-8BDF-3652017240FD> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x10ea34000 -        0x10eb3ffff  com.apple.CoreUtils (5.3 - 530.60) <D74B16CC-E2C5-3D8A-B9F4-6D1DB23092B1> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x10ebd7000 -        0x10ecdaff3  com.apple.Bluetooth (6.0.2 - 6.0.2f2) <718565B3-6DA7-3DF9-BB51-391FFCAEAFA5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
       0x10ed66000 -        0x10edcafff  com.apple.framework.CoreWiFi (13.0 - 1339) <7EBA8BA5-C650-3067-A805-8DD08FC816FD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x10ee2c000 -        0x10ee55ffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x10ee74000 -        0x10ee75fff  com.apple.performance.SignpostNotification (1.0 - 1) <D4C967BA-92C6-3BAB-AFB5-59F98B35F921> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
       0x10ee7c000 -        0x10eebcff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
       0x10eedc000 -        0x10ef6dfff  com.apple.CoreSymbolication (63075) <2458D96C-1C31-34F8-93F0-73DB0042CB30> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
       0x10efc2000 -        0x10f046fe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
       0x10f09c000 -        0x10f0abff7  com.apple.AppleFSCompression (96.30.2 - 1.0) <CFA90544-68EB-3CCE-A8F7-1B03974F3B85> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x10f0b5000 -        0x10f0c2ff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x10f0d2000 -        0x10f0d5ffb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x10f0dd000 -        0x10f0e0ffb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x10f0e7000 -        0x10f0ecfff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x10f0fc000 -        0x10f116ff7  com.apple.openscripting (1.7 - 174) <66899B51-ADFD-360D-88E9-B52439F531B4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x10f12c000 -        0x10f12dfff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
       0x10f133000 -        0x10f135ff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x10f34c000 -        0x10f380fff +surface.cpython-36m-darwin.so (???) <EE5561AA-FC4D-381F-80D5-FBA0874D6911> /Users/USER/*/surface.cpython-36m-darwin.so
       0x10f38d000 -        0x10f3c9ff7 +color.cpython-36m-darwin.so (???) <E21F92D4-000C-37CE-A436-D3DBA7786B15> /Users/USER/*/color.cpython-36m-darwin.so
       0x10f406000 -        0x10f409ff7 +binascii.cpython-36m-darwin.so (???) <3449016E-968C-D1D3-3B9B-25D4F0575EF7> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/binascii.cpython-36m-darwin.so
       0x10f40d000 -        0x10f412fff +_struct.cpython-36m-darwin.so (???) <CFCA5493-B62A-8572-9628-1AAE25EEA067> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_struct.cpython-36m-darwin.so
       0x10f41b000 -        0x10f439fff +rect.cpython-36m-darwin.so (???) <7890A9F9-310C-36C3-A9B7-6D758A29928D> /Users/USER/*/rect.cpython-36m-darwin.so
       0x10f444000 -        0x10f454ff7 +locals.cpython-36m-darwin.so (???) <51D3A0F7-4975-3CE0-A3AA-02176C397A74> /Users/USER/*/locals.cpython-36m-darwin.so
       0x10f46d000 -        0x10f48bfff +display.cpython-36m-darwin.so (???) <6C9B8F61-0FAA-3598-AB41-D312F60795ED> /Users/USER/*/display.cpython-36m-darwin.so
       0x10f4a0000 -        0x10f4bffff +event.cpython-36m-darwin.so (???) <CCAED4CC-6106-3AA0-8594-20E21EB177F3> /Users/USER/*/event.cpython-36m-darwin.so
       0x10f512000 -        0x10f518fff +key.cpython-36m-darwin.so (???) <1AD9E3F9-5019-3259-BFAC-00219D349AE9> /Users/USER/*/key.cpython-36m-darwin.so
       0x10f521000 -        0x10f52bff7 +pygame_time.cpython-36m-darwin.so (???) <C5152D00-DEC8-38E3-AAA8-6CB4050B8F02> /Users/USER/*/pygame_time.cpython-36m-darwin.so
       0x10f535000 -        0x10f53afff +math.cpython-36m-darwin.so (???) <29B12DCD-42DA-A2D4-2E85-38DF3AE128C9> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/math.cpython-36m-darwin.so
       0x10f541000 -        0x10f548ff7 +controller.cpython-36m-darwin.so (???) <A37A1E4C-F877-351D-9F51-2535477F8D7C> /Users/USER/*/controller.cpython-36m-darwin.so
       0x10f552000 -        0x10f55cfff +rwobject.cpython-36m-darwin.so (???) <9D08CA80-567E-3E54-8B26-88F972549E61> /Users/USER/*/rwobject.cpython-36m-darwin.so
       0x10f563000 -        0x10f579ff7 +draw.cpython-36m-darwin.so (???) <155DB317-792C-38F3-AAAF-2B81B331C2B1> /Users/USER/*/draw.cpython-36m-darwin.so
       0x10f582000 -        0x10f5acff7 +gfxdraw.cpython-36m-darwin.so (???) <C5F59A2B-4630-36CA-9CB9-09C25B5A9609> /Users/USER/*/gfxdraw.cpython-36m-darwin.so
       0x10f5bb000 -        0x10f5c5ff7 +font.cpython-36m-darwin.so (???) <7AB0D13E-B78B-3F1D-885B-CED9666F43E9> /Users/USER/*/font.cpython-36m-darwin.so
       0x10f5ce000 -        0x10f5d2fff +libSDL2_ttf-2.0.0.dylib (0) <F13F5564-2568-3978-8782-918BFF820DB9> /usr/local/opt/sdl2_ttf/lib/libSDL2_ttf-2.0.0.dylib
       0x10f5d6000 -        0x10f650ff3 +libfreetype.6.dylib (0) <D75FBA27-59E1-3A9A-8998-6B94C1C1DB2D> /usr/local/opt/freetype/lib/libfreetype.6.dylib
       0x10f669000 -        0x10f68cffb +libpng16.16.dylib (0) <73D826A2-0D09-39A9-8287-1FD1C7544460> /usr/local/opt/libpng/lib/libpng16.16.dylib
       0x10f6d5000 -        0x10f6ddfff +image.cpython-36m-darwin.so (???) <9CC7B6F6-5AD9-34C8-A26B-95269E89831F> /Users/USER/*/image.cpython-36m-darwin.so
       0x10f6e6000 -        0x10f6feff3 +libSDL2_image-2.0.0.dylib (0) <6237303A-188A-3C7C-8C38-E23A2155C7AB> /usr/local/opt/sdl2_image/lib/libSDL2_image-2.0.0.dylib
       0x10f714000 -        0x10f740fff +libjpeg.9.dylib (0) <47169C46-6D4C-3D79-9A59-AFE1E697CF53> /usr/local/opt/jpeg/lib/libjpeg.9.dylib
       0x10f747000 -        0x10f7a1ffb +libtiff.5.dylib (0) <3EF4C338-58EE-351F-B09D-954769F96133> /usr/local/opt/libtiff/lib/libtiff.5.dylib
       0x10f7b0000 -        0x10f7ffffb +libwebp.7.dylib (0) <47552B46-946F-3C63-A951-AA4B2FE627A1> /usr/local/opt/webp/lib/libwebp.7.dylib
       0x10f80d000 -        0x10f813fff +joystick.cpython-36m-darwin.so (???) <E636541C-0237-3C2F-B836-87E8E2FAE99E> /Users/USER/*/joystick.cpython-36m-darwin.so
       0x10f81a000 -        0x10f82dfff +mixer.cpython-36m-darwin.so (???) <4CB97F64-026F-35B4-9BE8-F11D8A38AAB3> /Users/USER/*/mixer.cpython-36m-darwin.so
       0x10f83b000 -        0x10f850ff3 +libSDL2_mixer-2.0.0.dylib (0) <BF66E79C-EE05-3553-B901-C6B68F0B1B6B> /usr/local/opt/sdl2_mixer/lib/libSDL2_mixer-2.0.0.dylib
       0x10f858000 -        0x10f895ff7 +libmodplug.1.dylib (2) <E6A47159-CE16-3BCD-B56C-C23AB8D20720> /usr/local/opt/libmodplug/lib/libmodplug.1.dylib
       0x10f94d000 -        0x10f952fff +libvorbisfile.3.dylib (0) <A9FD8E37-E4CC-3701-9EFC-389682BA5BAC> /usr/local/opt/libvorbis/lib/libvorbisfile.3.dylib
       0x10f956000 -        0x10f979ff7 +libvorbis.0.dylib (0) <E824ED22-373D-3FEE-9716-7A9272FE4F96> /usr/local/opt/libvorbis/lib/libvorbis.0.dylib
       0x10f97e000 -        0x10f9ccfff  libstdc++.6.dylib (104.1) <92CC5BBD-2FB2-3864-BF6B-B4B1BFF4C1EE> /usr/lib/libstdc++.6.dylib
       0x10fa35000 -        0x10fa38fff +libogg.0.dylib (0) <70E116A3-5EA5-3B75-AD66-35B0F0298639> /usr/local/opt/libogg/lib/libogg.0.dylib
       0x10fa3c000 -        0x10fa42ff7 +mixer_music.cpython-36m-darwin.so (???) <68F5BDDB-32A2-3D67-A8D3-EE01E75BFDEB> /Users/USER/*/mixer_music.cpython-36m-darwin.so
       0x10fa49000 -        0x10fa4cfff +mouse.cpython-36m-darwin.so (???) <E55BF8A5-C9D6-32D8-962B-167DC976D18D> /Users/USER/*/mouse.cpython-36m-darwin.so
       0x10fa52000 -        0x10fa57ff7 +power.cpython-36m-darwin.so (???) <7E5CB46B-3D37-3D43-9206-7F59932099EE> /Users/USER/*/power.cpython-36m-darwin.so
       0x10fa5f000 -        0x10fa6bfff +transform.cpython-36m-darwin.so (???) <7FFADBF8-C65F-3EC5-B7E9-5E228E3D17C1> /Users/USER/*/transform.cpython-36m-darwin.so
       0x10fa74000 -        0x10fa78ff7 +scrap.cpython-36m-darwin.so (???) <C800C363-1A7A-3974-8928-398D0D2C20B0> /Users/USER/*/scrap.cpython-36m-darwin.so
    0x7fff6aecc000 -     0x7fff6af1698f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld

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

VM Region Summary:
ReadOnly portion of Libraries: Total=182.3M resident=0K(0%) swapped_out_or_unallocated=182.3M(100%)
Writable regions: Total=63.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=63.2M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        2 
MALLOC                            45.0M       24 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)            512K        3         reserved VM address space (unallocated)
__DATA                            22.7M      334 
__FONT_DATA                          4K        2 
__LINKEDIT                        44.2M      265 
__TEXT                           138.0M      265 
__UNICODE                          560K        2 
__UNIXSTACK                       16.0M        2 
shared memory                       12K        4 
===========                     =======  ======= 
TOTAL                            267.1M      900 
TOTAL, minus reserved VM space   266.6M      900 

Model: MacBookPro12,1, BootROM MBP121.0171.B00, 2 processors, Intel Core i5, 2.9 GHz, 8 GB, SMC 2.28f7
Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80CE, 0x4B3445364533303445452D45474346000000
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80CE, 0x4B3445364533303445452D45474346000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.77.37.5.1a3)
Bluetooth: Version 6.0.2f2, 3 services, 27 devices, 1 incoming serial ports
Network Service: Display Ethernet, Ethernet, en5
Network Service: Wi-Fi, AirPort, en0
PCI Card: Apple 57761-B0, Ethernet Controller, Thunderbolt@191,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@190,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@194,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@194,0,1
PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@194,0,2
Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: FaceTime HD Camera (Display)
USB Device: Apple Thunderbolt Display
USB Device: USB OPTICAL MOUSE
USB Device: Display Audio
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Thunderbolt Device: Thunderbolt Display, Apple Inc., 1, 26.2
BrandonBlair commented 6 years ago

Fixed by https://github.com/renpy/pygame_sdl2/pull/82