theia-blueprint icon indicating copy to clipboard operation
theia-blueprint copied to clipboard

Mac build crashes due to a missing library

Open ImperialPenguin opened this issue 3 years ago • 17 comments

I've downloaded the repo, ran 'yarn', and then executed 'yarn electron package' as the instructions suggest. After a lengthy amount of time, the application is built. However, it does not run. It tries to open, but hangs for a long time and finally crashes with:

Dyld Error Message: dyld: Using shared cache: 4A889CE9-8D7E-304E-A5F7-84D819B0BF9C Library not loaded: @rpath/Electron Framework.framework/Electron Framework Referenced from: /Users/USER/Downloads/TheiaBlueprint.app/Contents/MacOS/TheiaBlueprint Reason: no suitable image found. Did find: /Users/hemimg/Downloads/TheiaBlueprint.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: file too short

Binary Images: 0x10d3ce000 - 0x10d40afff +eclipse.theia (1.20.0 - 1.20.0) <4C4C448C-5555-3144-A16C-E0749DE0E31C> /Users/USER/Downloads/TheiaBlueprint.app/Contents/MacOS/TheiaBlueprint 0x11044e000 - 0x1104e9fff dyld (852) <1AC76561-4F9A-34B1-BA7C-4516CACEAED7> /usr/lib/dyld 0x7fff205f7000 - 0x7fff20a94fff com.apple.CoreFoundation (6.9 - 1776.103) <01EFB7F8-BCE6-32DF-A0B8-02F9027F882C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

Model: iMac17,1, BootROM 429.120.4.0.0, 4 processors, Quad-Core Intel Core i5, 3.2 GHz, 8 GB, SMC 2.33f12 Graphics: kHW_AMDRadeonR9M380Item, AMD Radeon R9 M380, spdisplays_pcie_device, 2 GB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x484D54343531533642465238412D52442020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x484D54343531533642465238412D52442020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x14A), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1680.8) Bluetooth: Version 8.0.5d7, 3 services, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: APPLE HDD ST1000DM003, 1 TB USB Device: USB 3.0 Bus USB Device: Expansion USB Device: Keyboard Hub USB Device: 2.4G Wireless Mouse USB Device: Apple Keyboard USB Device: Bluetooth USB Host Controller USB Device: FaceTime HD Camera (Built-in) Thunderbolt Bus: iMac, Apple Inc., 28.1

I'm using an iMac running Big Sur, and the Theia version is 1.20.0. It seems as though I have the wrong version of the Electron framework as it's complaining that my version is too short, but I have no idea why that is or how to get the right version.

ImperialPenguin avatar Dec 07 '21 10:12 ImperialPenguin

@ImperialPenguin Sorry to hear and thanks for reporting the issue. I just restarted our Jenkins-based CI on the main branch, which should lead to new packages being built and published. I would appreciate if you could then download a fresh package and re-test.

(updated) Build number 13 here: https://ci.eclipse.org/theia/job/Theia2/job/master/

marcdumais-work avatar Dec 07 '21 16:12 marcdumais-work

@brianking if you have a chance, please try to reproduce/confirm this issue

marcdumais-work avatar Dec 07 '21 16:12 marcdumais-work

@ImperialPenguin I see you get this problem when you build Blueprint yourself, and try to install the resulting .dmg file? Can you please also try our pre-built Mac package and report if the same problem is present with it? You'll probably need to right-click and select smt like "save link as": https://download.eclipse.org/theia/latest/macos/

marcdumais-work avatar Dec 07 '21 17:12 marcdumais-work

@ImperialPenguin Just in case, I found an article, about similar symptoms, caused by developer certificate settings on mac. Self-built Blueprint will not be signed/notarized, which may require some setup before working. OTOH, our pre-built Blueprint Mac package (.dmg) is signed.

marcdumais-work avatar Dec 07 '21 17:12 marcdumais-work

I just wanted to comment that I was able to successfully build and package the application on macOS following the steps highlighted:

  • download or clone the repository
  • yarn
  • (cd applications/electron && yarn package)
  • open the .dmg under applications/electron/dist/

Additional Info:

  • macOS Catalina - v10.15.7

vince-fugnitto avatar Dec 07 '21 18:12 vince-fugnitto

I have some updates, but still don't have it running. To answer your question, @marcdumais-work, it does run fine from the prepackaged DMG file. The problem is only when I build it myself.

I remembered that I had installed Electron a few months back to play around with and never did anything with it. So I had NPM uninstall it, deleted the node_modules directory and reran Yarn, thinking that maybe it would resolve what appears to be a version conflict. Unfortunately, I now get a different crash:

Crash Log

Process: TheiaBlueprint [7983] Path: /Volumes/*/TheiaBlueprint.app/Contents/MacOS/TheiaBlueprint Identifier: eclipse.theia Version: 1.20.0 (1.20.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: TheiaBlueprint [7983] User ID: 501

Date/Time: 2021-12-07 15:56:31.274 -0500 OS Version: macOS 11.4 (20F71) Report Version: 12 Anonymous UUID: 82D16E79-6142-FADB-0062-A9F8B19F8242

Time Awake Since Boot: 920000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [7983]

Application Specific Information: dyld2 mode

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.github.Electron.framework 0x000000010f2cf9e5 ElectronInitializeICUandStartNode + 1876757 1 com.github.Electron.framework 0x0000000110bb9b71 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 2637873 2 com.github.Electron.framework 0x0000000113140674 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 41986868 3 com.github.Electron.framework 0x000000010fe38ab4 ElectronInitializeICUandStartNode + 13841380 4 com.github.Electron.framework 0x000000010f105694 ElectronMain + 84 5 eclipse.theia 0x000000010ed83110 0x10ed82000 + 4368 6 libdyld.dylib 0x00007fff2059af5d start + 1

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

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

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000116020878 rbx: 0x00006000032f9340 rcx: 0x00007ffee0e7d590 rdx: 0x00007ffee0e7d570 rdi: 0x00007ffee0e7da00 rsi: 0x0000000116550e70 rbp: 0x00007ffee0e7d5a0 rsp: 0x00007ffee0e7d5a0 r8: 0x00000000000034c0 r9: 0x0000000000000020 r10: 0x00000000000007fb r11: 0x0000000000000200 r12: 0x00006000003fa520 r13: 0x00006000025ec2b0 r14: 0x0000000000000000 r15: 0x00007ffee0e7d5b8 rip: 0x000000010f2cf9e5 rfl: 0x0000000000000246 cr2: 0x0000000116550e80

Logical CPU: 1 Error Code: 0x00000000 Trap Number: 3

Thread 0 instruction stream: f3 c3 66 0f 1f 84 00 00-00 00 00 66 45 0f ef ff ..f........fE... f3 c3 66 0f 1f 84 00 00-00 00 00 41 54 90 41 5c ..f........AT.A
f3 c3 66 0f 1f 84 00 00-00 00 00 41 54 4c 89 e0 ..f........ATL.. 48 ff c0 48 89 04 24 4c-89 24 24 41 5c f3 c3 9c H..H..$L.$$A... 58 48 25 00 04 00 00 48-c1 e8 0a fc f3 c3 fd f3 XH%....H........ c3 90 90 90 90 90 90 90-90 90 90 55 48 89 e5 cc ...........UH... [0f]0b 66 0f 1f 84 00 00-00 00 00 55 48 89 e5 31 ..f........UH..1 <== c0 5d c3 0f 1f 84 00 00-00 00 00 55 48 89 e5 5d .].........UH..] c3 66 2e 0f 1f 84 00 00-00 00 00 55 48 89 e5 5d .f.........UH..] c3 66 2e 0f 1f 84 00 00-00 00 00 55 48 89 e5 53 .f.........UH..S 50 bf 28 00 00 00 e8 30-96 62 02 48 89 c3 48 89 P.(....0.b.H..H. c7 e8 a5 5f 00 00 48 89-d8 48 83 c4 08 5b 5d c3 ..._..H..H...[].

Thread 0 last branch register state not available.

Binary Images: 0x10ed82000 - 0x10edaafff +eclipse.theia (1.20.0 - 1.20.0) <B9D044CA-EB1B-3B25-B0B1-0CC03DE1E5CB> /Volumes//TheiaBlueprint.app/Contents/MacOS/TheiaBlueprint 0x10edb1000 - 0x10edccfff +com.github.Squirrel (1.0 - 1) <E4398068-33D3-3A00-9DBE-5ACC9B022501> /Volumes//TheiaBlueprint.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x10edee000 - 0x10ee51fff +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Volumes//TheiaBlueprint.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa 0x10eec3000 - 0x10eed7fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Volumes//TheiaBlueprint.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x10efeb000 - 0x10f086fff dyld (852) <1AC76561-4F9A-34B1-BA7C-4516CACEAED7> /usr/lib/dyld 0x10f103000 - 0x11601afff +com.github.Electron.framework (9.4.4) <3FFBE52C-8B52-3622-AE14-4DFD6B6B922E> /Volumes//TheiaBlueprint.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x1167b4000 - 0x116943fff +libffmpeg.dylib (0) <CAC610C5-D9E1-321E-A96A-1E8A50C65BAE> /Volumes//TheiaBlueprint.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib 0x7fff202b7000 - 0x7fff202b8fff libsystem_blocks.dylib (79) <48AF56A9-6E42-3A5E-A213-E6AFD8F81044> /usr/lib/system/libsystem_blocks.dylib 0x7fff202b9000 - 0x7fff202eefff libxpc.dylib (2038.120.1) <5751A7F5-6DC5-3090-B7F1-D90ED71BEF1F> /usr/lib/system/libxpc.dylib 0x7fff202ef000 - 0x7fff20306fff libsystem_trace.dylib (1277.120.1) <8E243C00-BFC2-3FAA-989C-0D72314DB04D> /usr/lib/system/libsystem_trace.dylib 0x7fff20307000 - 0x7fff203a4fff libcorecrypto.dylib (1000.120.2) <FADB19A0-1BF3-3F47-B729-87B4FA8CA677> /usr/lib/system/libcorecrypto.dylib 0x7fff203a5000 - 0x7fff203d1fff libsystem_malloc.dylib (317.121.1) <CAD162A5-7367-3A30-9C15-5D036411AEDE> /usr/lib/system/libsystem_malloc.dylib 0x7fff203d2000 - 0x7fff20416fff libdispatch.dylib (1271.120.2) <7B229797-1F2E-3409-9D0C-060C7EEF2E12> /usr/lib/system/libdispatch.dylib 0x7fff20417000 - 0x7fff20450fff libobjc.A.dylib (824) <FE5AF22E-80A1-34BB-98D6-610879988BAA> /usr/lib/libobjc.A.dylib 0x7fff20451000 - 0x7fff20453fff libsystem_featureflags.dylib (28.60.1) <77F7F479-39BD-3111-BE3C-C74567FD120C> /usr/lib/system/libsystem_featureflags.dylib 0x7fff20454000 - 0x7fff204dcfff libsystem_c.dylib (1439.100.3) <38F8A126-C995-349A-B909-FF831914ED2E> /usr/lib/system/libsystem_c.dylib 0x7fff204dd000 - 0x7fff20532fff libc++.1.dylib (905.6) <B3812B86-4FCF-3A10-8866-DF67940A974C> /usr/lib/libc++.1.dylib 0x7fff20533000 - 0x7fff20548fff libc++abi.dylib (905.6) <A0FE88B7-E157-3C9C-A29A-11D3BE3436B3> /usr/lib/libc++abi.dylib 0x7fff20549000 - 0x7fff20578fff libsystem_kernel.dylib (7195.121.3) <A4938CF5-ABC0-397B-8A6E-B7BEEFA24D0A> /usr/lib/system/libsystem_kernel.dylib 0x7fff20579000 - 0x7fff20584fff libsystem_pthread.dylib (454.120.2) <17482C9D-061E-3769-AC9E-BE1239D33098> /usr/lib/system/libsystem_pthread.dylib 0x7fff20585000 - 0x7fff205c0fff libdyld.dylib (852) <C10CEA28-D5A0-324F-8F07-8C7CE4805412> /usr/lib/system/libdyld.dylib 0x7fff205c1000 - 0x7fff205cafff libsystem_platform.dylib (254.80.2) <8664A4CD-EE27-3C71-B5CC-06E2B1B4F394> /usr/lib/system/libsystem_platform.dylib 0x7fff205cb000 - 0x7fff205f6fff libsystem_info.dylib (542.40.3) <EA3F9C9C-3116-3DB4-A3F1-5B03172C1E72> /usr/lib/system/libsystem_info.dylib 0x7fff205f7000 - 0x7fff20a94fff com.apple.CoreFoundation (6.9 - 1776.103) <01EFB7F8-BCE6-32DF-A0B8-02F9027F882C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff20a95000 - 0x7fff20cc9fff com.apple.LaunchServices (1122.38 - 1122.38) <241B3D82-2C9C-3F7D-88BD-AC78A689FF04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff20cca000 - 0x7fff20d9dfff com.apple.gpusw.MetalTools (1.0 - 1) <03202B68-E515-3CBE-AC5A-39E80A702A6F> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff20d9e000 - 0x7fff20ffafff libBLAS.dylib (1336.120.1) <44514FE9-B994-380E-8341-4ABA30DB8895> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff20ffb000 - 0x7fff21048fff com.apple.Lexicon-framework (1.0 - 86.2) <F69DF515-4980-36C8-9F5D-987B67D2AFAF> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff21049000 - 0x7fff210b7fff libSparse.dylib (106) <E7F273C0-18F8-3688-9B63-C86DEB06740A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff210b8000 - 0x7fff21135fff com.apple.SystemConfiguration (1.20 - 1.20) <81EDA68C-051A-3F4C-B79E-B53B365B67B1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff21136000 - 0x7fff2116afff libCRFSuite.dylib (50) <703BB228-D959-3009-AF3F-0015588F531A> /usr/lib/libCRFSuite.dylib 0x7fff2116b000 - 0x7fff213a3fff libmecabra.dylib (929.10) <43C2A11F-7F68-31B6-AD65-31282837DED3> /usr/lib/libmecabra.dylib 0x7fff213a4000 - 0x7fff21702fff com.apple.Foundation (6.9 - 1776.103) <3C3B967D-778D-30BF-A3F8-E734FAFD76F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff21703000 - 0x7fff217ebfff com.apple.LanguageModeling (1.0 - 247.3) <58ACD840-A17B-3CB0-B010-7E4493C5BC5C> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff217ec000 - 0x7fff21922fff com.apple.CoreDisplay (237.3 - 237.3) <65322ECF-632D-362D-870D-5CE69B1B6C60> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff21923000 - 0x7fff21b93fff com.apple.audio.AudioToolboxCore (1.0 - 1181.68) <87BA778B-6634-30D8-BF69-678C36246242> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff21b94000 - 0x7fff21d79fff com.apple.CoreText (677.5.0.5 - 677.5.0.5) <C148A259-D01A-3634-9449-119EB084ABA9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff21d7a000 - 0x7fff2240afff com.apple.audio.CoreAudio (5.0 - 5.0) <E987DC18-3396-3AAD-A66A-2B755C8D242A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff2240b000 - 0x7fff2275ffff com.apple.security (7.0 - 59754.120.12) <7C3D689E-9B3E-3F73-ACF0-F40C1297D180> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff22760000 - 0x7fff229bffff libicucore.A.dylib (66112) <9957A773-012E-3ABA-9587-CFF787170AE8> /usr/lib/libicucore.A.dylib 0x7fff229c0000 - 0x7fff229c9fff libsystem_darwin.dylib (1439.100.3) <BF5B5FD8-B5A3-3035-8641-466E625A6CE8> /usr/lib/system/libsystem_darwin.dylib 0x7fff229ca000 - 0x7fff22cb5fff com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <1C5425B5-0E8C-3691-99AB-44F17F357C81> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff22cf5000 - 0x7fff22d2ffff com.apple.CSStore (1122.38 - 1122.38) <A664672F-440D-3BA8-8851-68B4C6AB1022> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff22d30000 - 0x7fff22ddefff com.apple.framework.IOKit (2.0.2 - 1845.120.6) <C6E70E82-8508-3515-ACE1-361E575D466A> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff22ddf000 - 0x7fff22deafff libsystem_notify.dylib (279.40.4) <7FFECC25-FA84-3B59-9CC8-4D9DC84E6EC1> /usr/lib/system/libsystem_notify.dylib 0x7fff22deb000 - 0x7fff22e38fff libsandbox.1.dylib (1441.120.5) <F4FF5F3E-6533-3BD5-8EF1-D298E0C954F6> /usr/lib/libsandbox.1.dylib 0x7fff22e39000 - 0x7fff23b81fff com.apple.AppKit (6.9 - 2022.50.114) <02279013-2888-3A1D-8F28-0C39A64EF5FA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff23b82000 - 0x7fff23dd0fff com.apple.UIFoundation (1.0 - 728.8) <A901F2AB-A1C3-3BDB-A2ED-33CAEC118589> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff23dd1000 - 0x7fff23de3fff com.apple.UniformTypeIdentifiers (637 - 637) <8DEE5893-C380-335B-B3DA-DD49DA8FB037> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x7fff23de4000 - 0x7fff23f6efff com.apple.desktopservices (1.20 - 1346.5.1) <E4F2E32A-6D94-35D5-B510-44C604236A64> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff23f82000 - 0x7fff24190fff com.apple.CoreDuet (1.0 - 1) <99A5E510-8D00-32C0-AF4B-5E1CDF48B50D> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff2424e000 - 0x7fff248d4fff libnetwork.dylib (2288.121.1) <728F736C-8AB2-30C0-8E61-A84F34642B18> /usr/lib/libnetwork.dylib 0x7fff248d5000 - 0x7fff24d73fff com.apple.CFNetwork (1240.0.4 - 1240.0.4) <83684BEF-A3CE-3227-8E10-A8A538CCA9AE> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff24d74000 - 0x7fff24d82fff libsystem_networkextension.dylib (1295.120.5) <02486B74-EAAD-3055-AE20-F12E79B39297> /usr/lib/system/libsystem_networkextension.dylib 0x7fff24d83000 - 0x7fff24d83fff libenergytrace.dylib (22.100.1) <7039CE14-0DED-3FD3-A540-A01DEFC4314D> /usr/lib/libenergytrace.dylib 0x7fff24d84000 - 0x7fff24de0fff libMobileGestalt.dylib (978.120.1) <9FF187B8-854F-338D-BD6A-AE142C815617> /usr/lib/libMobileGestalt.dylib 0x7fff24de1000 - 0x7fff24df7fff libsystem_asl.dylib (385) <B3E89650-A7FE-3E93-8A1B-D88145FDD45C> /usr/lib/system/libsystem_asl.dylib 0x7fff24df8000 - 0x7fff24e0ffff com.apple.TCC (1.0 - 1) <5D202FF3-7BD8-3384-A8AB-7D62CD14C412> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff24e10000 - 0x7fff25174fff com.apple.SkyLight (1.600.0 - 588.1) <D5925B80-2468-3709-9DFD-BEAF418169EC> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff25175000 - 0x7fff257fefff com.apple.CoreGraphics (2.0 - 1463.14.2) <8E1776B9-0046-3FCF-BF54-F76490EA4A27> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff257ff000 - 0x7fff258f5fff com.apple.ColorSync (4.13.0 - 3473.4.3) <CB975116-61F8-330F-B111-3F0467F88BC1> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff258f6000 - 0x7fff25951fff com.apple.HIServices (1.22 - 716) <132B9E44-BF23-3B61-96F2-7678C81115AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff25a45000 - 0x7fff25c05fff com.apple.Montreal (1.0 - 142) <745B32B7-CBED-3D9B-A95F-C10F31357AA2> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff25cf8000 - 0x7fff26117fff com.apple.CoreData (120 - 1048) <D3DAFFD5-CC38-3A82-B138-015DBFD551D9> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff26118000 - 0x7fff2612dfff com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <C92547DE-86B8-3734-A17D-D0F9B4AE1300> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff2612e000 - 0x7fff262e1fff libsqlite3.dylib (321.3) <E9324AF2-968F-3459-A0EB-2FD4E8A3BF09> /usr/lib/libsqlite3.dylib 0x7fff262e2000 - 0x7fff2635efff com.apple.Accounts (113 - 113) <E31BCCDB-C1E3-3C74-9527-EF1643FF6224> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff2635f000 - 0x7fff26376fff com.apple.commonutilities (8.0 - 900) <4EBBE25A-3599-3DC8-B846-F90BD23FED85> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff26377000 - 0x7fff263f6fff com.apple.BaseBoard (526 - 526) <ECED5758-3FD9-3F09-8E55-2230E391373A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff263f7000 - 0x7fff2643ffff com.apple.RunningBoardServices (1.0 - 505.100.8) <F72D5FDE-6DC0-3068-AD08-CA8D165E574D> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff26440000 - 0x7fff264b4fff com.apple.AE (918.6 - 918.6) <A9B7A6D0-85CE-31CD-8926-81D3A714AF42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff264b5000 - 0x7fff264bbfff libdns_services.dylib (1310.120.71) <6F77A4C7-40B9-3062-8650-6E1E2FD07046> /usr/lib/libdns_services.dylib 0x7fff264bc000 - 0x7fff264c3fff libsystem_symptoms.dylib (1431.120.1) <3BEA5355-D267-39D4-8BC6-A1703845BD3F> /usr/lib/system/libsystem_symptoms.dylib 0x7fff264c4000 - 0x7fff2664ffff com.apple.Network (1.0 - 1) <39B5F4D8-5105-37CB-9F18-2B2C36CB4B42> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff26650000 - 0x7fff2667ffff com.apple.analyticsd (1.0 - 1) <2DABBC97-042F-39C7-85A5-A6F47BCAC5EC> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff26680000 - 0x7fff26682fff libDiagnosticMessagesClient.dylib (112) <8D0655AC-218F-3AA6-9802-2444E6801067> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff26683000 - 0x7fff266cffff com.apple.spotlight.metadata.utilities (1.0 - 2150.21) <7CE4BC56-65ED-3D75-8DA0-05EFE1BA2256> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff266d0000 - 0x7fff2676afff com.apple.Metadata (10.7.0 - 2150.21) <04F83B90-3535-326F-8897-D43F55DDE771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff2676b000 - 0x7fff26771fff com.apple.DiskArbitration (2.7 - 2.7) <97F9E5D9-0942-3AD6-8D31-65106C452CB8> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff26772000 - 0x7fff26dd9fff com.apple.vImage (8.1 - 544.4) <A711FD44-1495-3D7B-BF5C-E238C17B1A79> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff26dda000 - 0x7fff270b6fff com.apple.QuartzCore (1.11 - 927.21) <F384A0C0-F855-3B4D-AAD0-E0F0550E226C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff270b7000 - 0x7fff270f8fff libFontRegistry.dylib (309) <5D9848B3-14C7-34A8-A981-B3C2CFD12BD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff270f9000 - 0x7fff27239fff com.apple.coreui (2.1 - 692.1) <76D85525-8D99-3F0F-BC36-DEA342D4589D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff2723a000 - 0x7fff27325fff com.apple.ViewBridge (553.1 - 553.1) <21A4A790-5A90-3C45-979E-9CF3ED9E8092> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff27326000 - 0x7fff27331fff com.apple.PerformanceAnalysis (1.278.3 - 278.3) <3FE8B4FD-B159-38B0-BA07-DE6722AC9F55> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff27332000 - 0x7fff27341fff com.apple.OpenDirectory (11.4 - 230.40.1) <32596EC3-5500-3B18-ABCD-D92EDEDE74BF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff27342000 - 0x7fff27361fff com.apple.CFOpenDirectory (11.4 - 230.40.1) <3AA364D1-58AE-3C8D-B897-5B4AC3256BE7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff27362000 - 0x7fff2736efff com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5) <4C4959DF-FE61-30E8-8BBB-3BF674BE203A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff2736f000 - 0x7fff27393fff com.apple.coreservices.SharedFileList (144 - 144) <4418DDA1-CA34-3402-97F2-CE9B60019617> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff27394000 - 0x7fff27396fff libapp_launch_measurement.dylib (14.1) <78905455-A807-3D67-AD56-FF8C22D31B16> /usr/lib/libapp_launch_measurement.dylib 0x7fff27397000 - 0x7fff273defff com.apple.CoreAutoLayout (1.0 - 21.10.1) <E848DF1F-1C82-3F04-87B8-9BF0C956A587> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x7fff273df000 - 0x7fff274c1fff libxml2.2.dylib (34.9) <08E7CAB2-0EED-376C-880A-E52CC01E82F3> /usr/lib/libxml2.2.dylib 0x7fff274c2000 - 0x7fff2750ffff com.apple.CoreVideo (1.8 - 414.7) <29D4EA46-F0B6-3004-863C-0940ACD200C2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff27510000 - 0x7fff27512fff com.apple.loginsupport (1.0 - 1) <02FCC3AF-1E2D-3603-9D6F-33589ED28A00> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff27513000 - 0x7fff2753afff com.apple.aps.framework (4.0 - 4.0) <6BF45799-EAA7-3F54-B3BB-501F40B0F62F> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff2753b000 - 0x7fff27556fff com.apple.UserManagement (1.0 - 1) <12F6D91A-C660-37CD-90E7-A0137393F080> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff27557000 - 0x7fff276e8fff com.apple.cloudkit.CloudKit (985 - 985) <B6A0F4FE-3993-3646-B79C-0F34D2AB7F49> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff2776b000 - 0x7fff27afafff com.apple.CoreML (1.0 - 1) <ECB60EC6-74B3-3A4D-9EA8-61A14BE1B2C0> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff2844d000 - 0x7fff284c9fff com.apple.corelocation (2420.19.23 - 2420.19.23) <0D8A0FDD-86BA-30B9-B5A2-0755D880CB2F> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff284ca000 - 0x7fff284dafff libsystem_containermanager.dylib (318.100.4) <2BBFF58C-D27E-3371-968D-7DE1E53749F6> /usr/lib/system/libsystem_containermanager.dylib 0x7fff284db000 - 0x7fff284ecfff com.apple.IOSurface (290.8.1 - 290.8.1) <BA97183F-8EE4-3833-8AA7-06D9B9D39BDF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff284ed000 - 0x7fff284f6fff com.apple.IOAccelerator (442.9 - 442.9) <91FA0C86-BD36-373C-B91A-7360D27CA614> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff284f7000 - 0x7fff2861afff com.apple.Metal (244.201 - 244.201) <5197E017-D6CD-3611-A8B5-76A4FB901C6A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff2861b000 - 0x7fff28637fff com.apple.audio.caulk (1.0 - 70) <B6AB0B5B-ED36-3567-8112-5C9DEDBFBBFA> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff28638000 - 0x7fff28722fff com.apple.CoreMedia (1.0 - 2775.22) <9C15E6D0-245E-3A6E-BC67-C1DF67F7EB2A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff28723000 - 0x7fff28883fff libFontParser.dylib (305.5.0.1) <DFE3F79C-849C-3FC7-AFC0-24AB83171A36> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff28884000 - 0x7fff28b7ffff com.apple.HIToolbox (2.1.1 - 1061.11) <DFAA0674-E367-36D9-925A-4EA9A6954BB0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff28b80000 - 0x7fff28b93fff com.apple.framework.DFRFoundation (1.0 - 266) <0B60B894-C5A5-38F0-8755-53BD217B0E36> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff28b94000 - 0x7fff28b97fff com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <8828FD40-9EE5-3E09-9DD7-8B7E34B34C26> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff28b98000 - 0x7fff28bc1fff com.apple.CoreSVG (1.0 - 149) <BA347BBA-DC27-3728-9728-A791957D3F59> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff28bc2000 - 0x7fff28dfefff com.apple.ImageIO (3.3.0 - 2130.5.4) <14E0D520-1EE1-3C80-9827-4E5F513A7289> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff28dff000 - 0x7fff2917afff com.apple.CoreImage (16.3.0 - 1140.2) <4A5B2859-C1F7-3938-B4B6-DDEC972798D1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff2917b000 - 0x7fff291e1fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <20902DA8-4AAB-36C8-9224-4F9E828B465A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff291e2000 - 0x7fff291e5fff libsystem_configuration.dylib (1109.120.1) <C7A9BD10-192B-31D3-92ED-2581A61A99F6> /usr/lib/system/libsystem_configuration.dylib 0x7fff291e6000 - 0x7fff291eafff libsystem_sandbox.dylib (1441.120.5) <DC075A7C-9D4A-32D3-9022-CD47764AFDAD> /usr/lib/system/libsystem_sandbox.dylib 0x7fff291eb000 - 0x7fff291ecfff com.apple.AggregateDictionary (1.0 - 1) <4394E8DB-F6D9-3F85-B894-F463378DC1B4> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff291ed000 - 0x7fff291f0fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <1826DE1C-06B1-3140-A9A2-F7D55C1D9DB6> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff291f1000 - 0x7fff291f2fff liblangid.dylib (136) <ADE3A41C-F815-39DE-A978-1B0EE456167B> /usr/lib/liblangid.dylib 0x7fff291f3000 - 0x7fff29297fff com.apple.CoreNLP (1.0 - 245.2) <9B1C60E4-2B36-34A7-AF43-7EEC914FA1FE> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff29298000 - 0x7fff2929efff com.apple.LinguisticData (1.0 - 399) <48C87E01-670A-336C-9D37-723E06BE422D> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff2929f000 - 0x7fff29947fff libBNNS.dylib (288.100.5) <48BD7046-5DBD-3F3D-AD81-376AD24FA45D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff29948000 - 0x7fff29b1afff libvDSP.dylib (760.100.3) <372AD8C6-F390-3257-A886-D3B545AAB98C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff29b1b000 - 0x7fff29b2cfff com.apple.CoreEmoji (1.0 - 128.4) <677784E7-E4E6-3405-AC53-DD66197C4821> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff29b2d000 - 0x7fff29b37fff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <A57347A7-1354-3F54-B9EC-E5F83A200AAF> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x7fff29b38000 - 0x7fff29c0afff com.apple.framework.CoreWLAN (16.0 - 1657) <42166AAE-D9EF-3EE6-A0F3-8B3E320BB39E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff29c0b000 - 0x7fff29e0cfff com.apple.CoreUtils (6.6 - 660.37) <D3F3801B-EC48-3C0B-9438-0C12C4A0BA87> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff29e0d000 - 0x7fff29e2ffff com.apple.MobileKeyBag (2.0 - 1.0) <1FCEE156-0810-3425-88FC-E7EA6B38ACA7> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff29e30000 - 0x7fff29e40fff com.apple.AssertionServices (1.0 - 505.100.8) <E691B254-0792-348B-BC13-2B1A490174C4> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff29e41000 - 0x7fff29eccfff com.apple.securityfoundation (6.0 - 55240.40.4) <AD930CCB-A3F5-3C2C-A2CD-9963A63560F5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff29ecd000 - 0x7fff29ed6fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <4B88024D-62DB-3E5D-BCA2-076663214608> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff29ed7000 - 0x7fff29edbfff com.apple.xpc.ServiceManagement (1.0 - 1) <7E760B22-944C-387A-903F-C9184CE788B9> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff29edc000 - 0x7fff29edefff libquarantine.dylib (119.40.2) <4611645F-5817-3A80-8382-2DB03A8C0141> /usr/lib/system/libquarantine.dylib 0x7fff29edf000 - 0x7fff29eeafff libCheckFix.dylib (31) <33CE141E-48F5-3974-BD63-1F63558BB452> /usr/lib/libCheckFix.dylib 0x7fff29eeb000 - 0x7fff29f02fff libcoretls.dylib (169.100.1) <68726723-2EA1-3007-89ED-F66725A6AA7E> /usr/lib/libcoretls.dylib 0x7fff29f03000 - 0x7fff29f13fff libbsm.0.dylib (68.40.1) <77DF90DF-D5C2-3178-AAA7-96FC6D9F2312> /usr/lib/libbsm.0.dylib 0x7fff29f14000 - 0x7fff29f5dfff libmecab.dylib (929.10) <48F1EC4F-7D85-347F-B20C-7225AF2499A4> /usr/lib/libmecab.dylib 0x7fff29f5e000 - 0x7fff29f63fff libgermantok.dylib (24) <171A100F-C862-3CA2-A308-5AA9EF24B690> /usr/lib/libgermantok.dylib 0x7fff29f64000 - 0x7fff29f79fff libLinearAlgebra.dylib (1336.120.1) <09738E52-FA24-3239-895D-F762C920F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff29f7a000 - 0x7fff2a198fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <C515FA90-1022-308E-A513-0EA9831FE712> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff2a199000 - 0x7fff2a1e8fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <1C3D9332-2C1D-3B52-A679-35BC37A3E8F0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff2a1e9000 - 0x7fff2a34afff com.apple.MLCompute (1.0 - 1) <0B7ADB41-62BE-32EE-821A-BB7141DE8B42> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x7fff2a34b000 - 0x7fff2a381fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <D5B2AEEE-3973-35A5-9FF9-1C7C031B7125> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff2a382000 - 0x7fff2a3d8fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <0E99566D-A21A-304F-AF1A-A9530AED8A92> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff2a3d9000 - 0x7fff2a469fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <1C395A17-2F98-35A5-B768-F22A714100D0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff2a46a000 - 0x7fff2a479fff com.apple.AppleFSCompression (125 - 1.0) <6BD3FF9C-BCEE-3AB9-AC52-71A75D1C54AD> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff2a47a000 - 0x7fff2a486fff libbz2.1.0.dylib (44) <CA69420A-25E7-344C-852F-808F09AD43D0> /usr/lib/libbz2.1.0.dylib 0x7fff2a487000 - 0x7fff2a48bfff libsystem_coreservices.dylib (127.1) <1E2DA16B-D528-3D43-86C2-2BB9127954A0> /usr/lib/system/libsystem_coreservices.dylib 0x7fff2a48c000 - 0x7fff2a4b9fff com.apple.CoreServices.OSServices (1122.38 - 1122.38) <D02BE0AC-0544-3D1F-9E79-37715E231214> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff2a4ba000 - 0x7fff2a5e9fff com.apple.AuthKit (1.0 - 1) <C35AA029-1F96-3F5F-B71C-EF55E59F8F0D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff2a5ea000 - 0x7fff2a618fff com.apple.UserNotifications (1.0 - 348.5) <2B935838-63EE-3A80-AA91-3A62403108C5> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x7fff2a688000 - 0x7fff2a69afff libz.1.dylib (76) <C1E6CE87-167E-39EC-8B8F-2C3213A0208E> /usr/lib/libz.1.dylib 0x7fff2a69b000 - 0x7fff2a6e2fff libsystem_m.dylib (3186.100.3) <21949128-D4E6-3179-B248-41B05C1CE102> /usr/lib/system/libsystem_m.dylib 0x7fff2a6e3000 - 0x7fff2a6e3fff libcharset.1.dylib (59) <4B3453D8-277A-38D3-862D-28DF71F3E285> /usr/lib/libcharset.1.dylib 0x7fff2a6e4000 - 0x7fff2a6e9fff libmacho.dylib (980) <3677B3B7-03E8-3804-B2FE-5640B18FE40E> /usr/lib/system/libmacho.dylib 0x7fff2a6ea000 - 0x7fff2a705fff libkxld.dylib (7195.121.3) <A83BCE3F-35C1-34DD-B1C5-B4FDFB33B250> /usr/lib/system/libkxld.dylib 0x7fff2a706000 - 0x7fff2a711fff libcommonCrypto.dylib (60178.120.3) <BBA72D86-B9C1-3123-AE59-D629DE278695> /usr/lib/system/libcommonCrypto.dylib 0x7fff2a712000 - 0x7fff2a71cfff libunwind.dylib (201) <3149D79A-911B-39ED-9C93-6C7E6B0860C7> /usr/lib/system/libunwind.dylib 0x7fff2a71d000 - 0x7fff2a724fff liboah.dylib (203.46) <0A17EAFC-15E9-37FE-8EE2-DE0F7F220AD8> /usr/lib/liboah.dylib 0x7fff2a725000 - 0x7fff2a72ffff libcopyfile.dylib (173.40.2) <7304CA0D-E93C-367F-9BEE-AC56B873F06C> /usr/lib/system/libcopyfile.dylib 0x7fff2a730000 - 0x7fff2a737fff libcompiler_rt.dylib (102.2) <0DB1902E-C79C-3E26-BE51-F70960ECF0B9> /usr/lib/system/libcompiler_rt.dylib 0x7fff2a738000 - 0x7fff2a73afff libsystem_collections.dylib (1439.100.3) <E180C04A-9CFB-3C8E-9C2B-978D23A99F2A> /usr/lib/system/libsystem_collections.dylib 0x7fff2a73b000 - 0x7fff2a73dfff libsystem_secinit.dylib (87.60.1) <8C33D323-C11C-34CB-9295-4D7C98B8AFD6> /usr/lib/system/libsystem_secinit.dylib 0x7fff2a73e000 - 0x7fff2a740fff libremovefile.dylib (49.120.1) <6DEAEEC9-2A65-3C7B-A9CE-23245772FD07> /usr/lib/system/libremovefile.dylib 0x7fff2a741000 - 0x7fff2a741fff libkeymgr.dylib (31) <FD167835-3829-3FFD-B13E-D18113E271AB> /usr/lib/system/libkeymgr.dylib 0x7fff2a742000 - 0x7fff2a749fff libsystem_dnssd.dylib (1310.120.71) <7BB607FE-EF79-3144-8BD0-A66792FF1443> /usr/lib/system/libsystem_dnssd.dylib 0x7fff2a74a000 - 0x7fff2a74ffff libcache.dylib (83) <8B201058-2C34-3C12-9A7A-898CB0AAD150> /usr/lib/system/libcache.dylib 0x7fff2a750000 - 0x7fff2a751fff libSystem.B.dylib (1292.120.1) <A8309074-31CC-31F0-A143-81DF019F7A86> /usr/lib/libSystem.B.dylib 0x7fff2a752000 - 0x7fff2a755fff libfakelink.dylib (3) <CF7D19AF-D162-369D-9501-0BEAC4D1188E> /usr/lib/libfakelink.dylib 0x7fff2a756000 - 0x7fff2a756fff com.apple.SoftLinking (1.0 - 1) <6C04D3E0-BFE0-32E2-A098-46D726F9B429> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x7fff2a757000 - 0x7fff2a78efff libpcap.A.dylib (98.100.3) <87B9769E-D88E-37F9-BB83-B327527AE79C> /usr/lib/libpcap.A.dylib 0x7fff2a78f000 - 0x7fff2a87ffff libiconv.2.dylib (59) <B9FD3BC7-6001-3E60-A7FB-CE8AAE07C805> /usr/lib/libiconv.2.dylib 0x7fff2a880000 - 0x7fff2a891fff libcmph.dylib (8) <AE1C3A87-5C44-3833-9DE1-31062A878138> /usr/lib/libcmph.dylib 0x7fff2a892000 - 0x7fff2a903fff libarchive.2.dylib (83.100.2) <5DF98631-FBAC-3F17-B4D1-0115CE6C009B> /usr/lib/libarchive.2.dylib 0x7fff2a904000 - 0x7fff2a96bfff com.apple.SearchKit (1.4.1 - 1.4.1) <FBAB58C4-1B62-39E8-9241-93966CC2C9C0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff2a96c000 - 0x7fff2a96dfff libThaiTokenizer.dylib (3) <1D735582-F932-3279-9F47-D10EAD1CA9A2> /usr/lib/libThaiTokenizer.dylib 0x7fff2a96e000 - 0x7fff2a990fff com.apple.applesauce (1.0 - 16.28) <F07DA929-24FA-36D3-A356-05C9565AC397> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff2a991000 - 0x7fff2a9a8fff libapple_nghttp2.dylib (1.41) <303C40AC-4212-3B20-ABF6-91F46A79B78B> /usr/lib/libapple_nghttp2.dylib 0x7fff2a9a9000 - 0x7fff2a9bffff libSparseBLAS.dylib (1336.120.1) <3C4D290C-13A4-3A3D-B7C9-3BA0A4C9C7A5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff2a9c0000 - 0x7fff2a9c1fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <9D78B798-7218-3327-8E50-CF321EDB22B1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff2a9c2000 - 0x7fff2a9c6fff libpam.2.dylib (28.40.1) <A04A5DD4-34DE-3BFB-BB17-BD66F7FBA1B6> /usr/lib/libpam.2.dylib 0x7fff2a9c7000 - 0x7fff2a9e6fff libcompression.dylib (96.120.1) <591F0E34-3C41-3D94-98BA-9BB50E608787> /usr/lib/libcompression.dylib 0x7fff2a9e7000 - 0x7fff2a9ecfff libQuadrature.dylib (7) <FD523210-15BE-3EE7-B2E2-892A7E198542> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff2a9ed000 - 0x7fff2ad8afff libLAPACK.dylib (1336.120.1) <3F036666-341C-3570-8136-CDF170C02DE7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff2ad8b000 - 0x7fff2addafff com.apple.DictionaryServices (1.2 - 341) <3EC1918E-0345-3EC6-BAE0-04B94A0B6809> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff2addb000 - 0x7fff2adf3fff liblzma.5.dylib (16) <10B7343A-0322-3A1F-B6AE-06FC709F1BDE> /usr/lib/liblzma.5.dylib 0x7fff2adf4000 - 0x7fff2adf5fff libcoretls_cfhelpers.dylib (169.100.1) <BACFE067-CAAB-3906-AAE5-A5E78CD22C6D> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff2adf6000 - 0x7fff2aef1fff com.apple.APFS (1677.120.9 - 1677.120.9) <599AAB82-F105-3ACC-BBFA-2D3D276A312C> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff2aef2000 - 0x7fff2aefffff libxar.1.dylib (452) <C5B63994-6F92-395D-9431-1574D6E1D89F> /usr/lib/libxar.1.dylib 0x7fff2af00000 - 0x7fff2af03fff libutil.dylib (58.40.2) <4D8FD41B-89A5-31DA-BB0E-7F13C3B1652F> /usr/lib/libutil.dylib 0x7fff2af04000 - 0x7fff2af2cfff libxslt.1.dylib (17.4) <CADFABB2-F66B-39FF-B43A-17315815F664> /usr/lib/libxslt.1.dylib 0x7fff2af2d000 - 0x7fff2af37fff libChineseTokenizer.dylib (37.1) <44E1A716-E405-3E54-874F-C5011146B318> /usr/lib/libChineseTokenizer.dylib 0x7fff2af38000 - 0x7fff2aff5fff libvMisc.dylib (760.100.3) <E92C2BF3-02A5-31D1-BF6A-56BBA624CA90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2aff6000 - 0x7fff2b08dfff libate.dylib (3.0.6) <C73DF462-D92F-366F-ADBE-B140698DEBAF> /usr/lib/libate.dylib 0x7fff2b08e000 - 0x7fff2b095fff libIOReport.dylib (64.100.1) <E7BCECCB-2F51-3A07-9C56-4EF4AFD59C80> /usr/lib/libIOReport.dylib 0x7fff2b096000 - 0x7fff2b0a9fff com.apple.CrashReporterSupport (10.13 - 15053) <14AF971D-F684-32BD-8BB6-BE9C4A01DDA5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff2b0c1000 - 0x7fff2b13efff com.apple.CVNLP (1.0 - 119) <6C2411EA-C79C-3C9B-BEF2-77EB43D0D746> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP 0x7fff2b160000 - 0x7fff2b196fff com.apple.pluginkit.framework (1.0 - 1) <3ED3DACF-9CDA-30F0-8AF6-C44C6EEEC77B> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff2b197000 - 0x7fff2b19efff libMatch.1.dylib (38) <121C98B5-D188-3E02-890D-F4F2CD91D2F2> /usr/lib/libMatch.1.dylib 0x7fff2b19f000 - 0x7fff2b22afff libCoreStorage.dylib (554) <3888A24D-7E72-3B58-A252-85373AFF3CE4> /usr/lib/libCoreStorage.dylib 0x7fff2b22b000 - 0x7fff2b27efff com.apple.AppleVAFramework (6.1.3 - 6.1.3) <D39DBE46-4BEB-316F-BAFA-8E2B03BED772> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff2b27f000 - 0x7fff2b297fff libexpat.1.dylib (26) <C0213844-67CA-38E7-A586-456A645E0BD0> /usr/lib/libexpat.1.dylib 0x7fff2b298000 - 0x7fff2b2a1fff libheimdal-asn1.dylib (597.121.1) <493CC99B-8939-3F7E-852C-9AB59B0DDC11> /usr/lib/libheimdal-asn1.dylib 0x7fff2b2a2000 - 0x7fff2b2b6fff com.apple.IconFoundation (479.4 - 479.4) <C0C5765F-6A1F-3D89-9AEE-5D49520CAAFD> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x7fff2b2b7000 - 0x7fff2b323fff com.apple.IconServices (479.4 - 479.4) <8D31CC1A-C609-30EC-BCC3-251F7E4CDC10> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff2b324000 - 0x7fff2b3c2fff com.apple.MediaExperience (1.0 - 1) <29CF7489-BA27-3789-95A2-F94CC6F09E7A> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff2b3c3000 - 0x7fff2b3ebfff com.apple.persistentconnection (1.0 - 1.0) <5E4A9EC5-2E54-3EFF-A330-52C0D42B26AA> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff2b3ec000 - 0x7fff2b3fafff com.apple.GraphVisualizer (1.0 - 100.1) <FFB7E9D0-F1D6-38E9-8BAD-759C3BFEE379> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff2b3fb000 - 0x7fff2b816fff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <5A226A22-20F0-3196-915F-5DF94E1B3070> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff2b817000 - 0x7fff2b85efff com.apple.OTSVG (1.0 - 677.5.0.5) <2E8C5AAB-E14B-3FC4-8872-332690419934> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff2b85f000 - 0x7fff2b865fff com.apple.xpc.AppServerSupport (1.0 - 2038.120.1) <256FB87D-3DD1-3B42-B095-B2E5FC3A755B> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x7fff2b866000 - 0x7fff2b878fff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <C97DAB60-EA72-3822-A5F7-AF29C05DC1DD> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff2b879000 - 0x7fff2b87bfff libspindump.dylib (295.2) <63167B4A-D7D5-3146-86B6-988FC0AD4F14> /usr/lib/libspindump.dylib 0x7fff2b87c000 - 0x7fff2b93cfff com.apple.Heimdal (4.0 - 2.0) <B7D2D628-4503-3229-BFB4-FF60066104C1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff2b93d000 - 0x7fff2b957fff com.apple.login (3.0 - 3.0) <5D551803-8EF3-3F1F-9329-B35D3E017D25> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff2b958000 - 0x7fff2ba2ffff com.apple.corebrightness (1.0 - 1) <9C50B8D6-68C1-3289-8E72-818908DBECCB> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff2bad8000 - 0x7fff2badbfff libodfde.dylib (26) <6EC89072-8E30-3612-836B-CA890926AAA9> /usr/lib/libodfde.dylib 0x7fff2badc000 - 0x7fff2bb18fff com.apple.bom (14.0 - 235) <B6D5DB5C-7E5B-3D1A-993B-06EDA9728BD9> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff2bb19000 - 0x7fff2bb62fff com.apple.AppleJPEG (1.0 - 1) <BE3058DB-0D49-3331-87A7-36D4651F143B> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff2bb63000 - 0x7fff2bc42fff libJP2.dylib (2130.5.4) <E1F1DA3E-2EC4-3AC9-8171-E4777A9F5DBD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff2bc43000 - 0x7fff2bc46fff com.apple.WatchdogClient.framework (1.0 - 98.120.2) <DE7F64ED-82D2-325D-A031-0E805D52514C> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff2bc47000 - 0x7fff2bc7dfff com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <C22A0497-19D3-3365-8F59-9190C510F4BE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff2bc7e000 - 0x7fff2bddcfff com.apple.VideoToolbox (1.0 - 2775.22) <88A013B6-FAB1-3BF9-A5C0-A92D8951E9E3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff2bddd000 - 0x7fff2be10fff libAudioToolboxUtility.dylib (1181.68) <2AF3BF70-DCEC-3884-A75A-DDEF1F304964> /usr/lib/libAudioToolboxUtility.dylib 0x7fff2be11000 - 0x7fff2be37fff libPng.dylib (2130.5.4) <3D6AEF53-5D8E-3F8B-B80E-71D848BFD35F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff2be38000 - 0x7fff2be97fff libTIFF.dylib (2130.5.4) <F4B52A0F-2EF6-30BE-9870-CD2E8B5C3318> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff2be98000 - 0x7fff2beb4fff com.apple.IOPresentment (58 - 37) <994E2AE6-D25E-32D5-9ABA-5A1979A659FE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff2beb5000 - 0x7fff2bebcfff com.apple.GPUWrangler (6.3.3 - 6.3.3) <768299B7-C4B5-307D-A413-52DA0C269A9D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff2bebd000 - 0x7fff2bec0fff libRadiance.dylib (2130.5.4) <5C83C72F-9F7B-341D-ADD7-DA12A728C9EA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff2bec1000 - 0x7fff2bec6fff com.apple.DSExternalDisplay (3.1 - 380) <AA11B104-262F-33B2-8564-EF47D24AC2B6> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff2bec7000 - 0x7fff2beebfff libJPEG.dylib (2130.5.4) <70213D93-137E-39CE-82C9-BC238226AC05> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff2beec000 - 0x7fff2bf1bfff com.apple.ATSUI (1.0 - 1) <63C289D7-9FD8-370D-9DFB-9C2B50E7978A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff2bf1c000 - 0x7fff2bf20fff libGIF.dylib (2130.5.4) <961F6A97-AF22-3A45-BDCF-A425C23CA01A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff2bf21000 - 0x7fff2bf2afff com.apple.CMCaptureCore (1.0 - 82.6) <694884AA-070C-3EE5-B86C-F09ABB93A7D7> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x7fff2bf2b000 - 0x7fff2bf72fff com.apple.print.framework.PrintCore (16.1 - 531.1) <9D0760A9-DAE8-3BB5-AE31-4D945BA39D48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff2bf73000 - 0x7fff2c040fff com.apple.TextureIO (3.10.9 - 3.10.9) <B68C877B-2BE2-3338-AACA-52DDD955017A> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff2c041000 - 0x7fff2c049fff com.apple.InternationalSupport (1.0 - 61.1) <0C4AFFAF-D59F-3B3E-A433-CE03BDE567A8> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff2c04a000 - 0x7fff2c0c4fff com.apple.datadetectorscore (8.0 - 674) <2FC62BC9-F63C-30DB-BFEE-3CB8399D7F18> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff2c0c5000 - 0x7fff2c122fff com.apple.UserActivity (439 - 439) <2C4D4B39-FA93-3ED5-8417-ACBE6C39BB92> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x7fff2c123000 - 0x7fff2c8bdfff com.apple.MediaToolbox (1.0 - 2775.22) <F5CC3EEC-294B-3B88-BEF1-63BEF846EFF0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff2ccfe000 - 0x7fff2cd64fff com.apple.imfoundation (10.0 - 1000) <340BD2E2-35E1-3C52-B41D-708DD38554AF> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff2cd65000 - 0x7fff2cd8dfff com.apple.locationsupport (2420.19.23 - 2420.19.23) <E303FCD8-5B5D-3367-B7B3-144FA7002E24> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff2cd8e000 - 0x7fff2cdbffff libSessionUtility.dylib (76.69) <143B9D4F-FDB1-3366-A20C-4B09A05FE862> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x7fff2cdc0000 - 0x7fff2cef4fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1ABFDEA2-FB20-3E05-B4CC-84A2A796D089> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff2cef5000 - 0x7fff2cf5afff com.apple.audio.AudioSession (1.0 - 76.69) <8D52DAFF-EBE7-3631-A645-E5CD509591A0> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x7fff2cf5b000 - 0x7fff2cf6dfff libAudioStatistics.dylib (27.64) <0EF059FC-B386-3595-8BB5-57F0CADAA75F> /usr/lib/libAudioStatistics.dylib 0x7fff2cf6e000 - 0x7fff2cf7dfff com.apple.speech.synthesis.framework (9.0.65 - 9.0.65) <4E88057A-948F-335D-9675-AAEC73F7DE6A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff2cf7e000 - 0x7fff2cfeafff com.apple.ApplicationServices.ATS (377 - 516) <9DFEBC18-3BA6-3588-A5C5-6D974DF284A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff2cfeb000 - 0x7fff2d003fff libresolv.9.dylib (68) <0E0E7298-2781-3D72-B40F-5FF7DE7DF068> /usr/lib/libresolv.9.dylib 0x7fff2d004000 - 0x7fff2d017fff libsasl2.2.dylib (214) <8A235B0C-CE89-3C11-8329-AF081227BB92> /usr/lib/libsasl2.2.dylib 0x7fff2d084000 - 0x7fff2d0b7fff com.apple.securityinterface (10.0 - 55149.120.1) <B4F51F9A-47E0-31D1-852D-82C65F8EFEBF> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff2d0d1000 - 0x7fff2d135fff com.apple.CoreMediaIO (1000.0 - 5325) <BD292385-E0B4-3BB9-9D4A-894C4AC6560B> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff2d136000 - 0x7fff2d215fff libSMC.dylib (20) <7B4581C7-3E3F-33F7-AC74-BFC57A2991C4> /usr/lib/libSMC.dylib 0x7fff2d216000 - 0x7fff2d275fff libcups.2.dylib (494.1) <C96214CD-19F2-334A-95A0-25BA714D984A> /usr/lib/libcups.2.dylib 0x7fff2d276000 - 0x7fff2d285fff com.apple.LangAnalysis (1.7.0 - 254) <C53922F5-BD54-3594-9DCF-DF6D0379B40D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff2d286000 - 0x7fff2d290fff com.apple.NetAuth (6.2 - 6.2) <32C039EF-D063-3F2B-B4AC-3103593A7D4E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff2d291000 - 0x7fff2d298fff com.apple.ColorSyncLegacy (4.13.0 - 1) <6B94034B-8D84-3700-96D3-7A3208231BE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff2d299000 - 0x7fff2d2a4fff com.apple.QD (4.0 - 416) <AA06F3E8-FC88-3501-B05C-F2D0C4F56272> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff2d2a5000 - 0x7fff2d8f9fff com.apple.audio.AudioResourceArbitration (1.0 - 1) <21EB0A40-BA39-3423-AA4F-2E2A771157C1> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff2d8fa000 - 0x7fff2d905fff com.apple.perfdata (1.0 - 67.40.1) <9D1542E2-52D5-3372-8F2B-B71E27E8050B> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff2d906000 - 0x7fff2d914fff libperfcheck.dylib (41) <AE0793DA-378F-343E-82AC-EEFBE0FF1818> /usr/lib/libperfcheck.dylib 0x7fff2d915000 - 0x7fff2d924fff com.apple.Kerberos (3.0 - 1) <6D0BA11B-3659-36F0-983E-5D0E51B25912> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff2d925000 - 0x7fff2d975fff com.apple.GSS (4.0 - 2.0) <398B2978-DB62-3D24-A5DA-36599C401D7F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff2d976000 - 0x7fff2d986fff com.apple.CommonAuth (4.0 - 2.0) <A48CDBF5-8251-35AF-90F8-6FD9D64DA2D8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff2d9af000 - 0x7fff2d9dbfff com.apple.CacheDelete (1.0 - 1) <A7B332F7-192D-3BD6-AAC1-94738EBC4E69> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff2d9dc000 - 0x7fff2d9fbfff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <8493160A-57F2-37E2-8482-FE1619630B59> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff2d9fc000 - 0x7fff2da04fff com.apple.CorePhoneNumbers (1.0 - 1) <514729CE-5C41-3B60-888B-C7267C51B11F> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff2da05000 - 0x7fff2da8efff libTelephonyUtilDynamic.dylib (5359.1) <7DA1E30C-A458-31FA-842D-873FDE65FEF9> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff2db57000 - 0x7fff2db57fff liblaunch.dylib (2038.120.1) <FB6430FC-AACB-3AFF-8763-4C5AFABEF40E> /usr/lib/system/liblaunch.dylib 0x7fff2e0dc000 - 0x7fff2e1ddfff com.apple.ids (10.0 - 1000) <D603E099-0762-3528-8862-371F7F53BC8F> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff2e1de000 - 0x7fff2e338fff com.apple.idsfoundation (10.0 - 1000) <1ECCE9AC-1672-3D62-945A-4FF0C09456D2> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff2e339000 - 0x7fff2e484fff com.apple.Sharing (1622.1 - 1622.1) <B931F6D8-4831-34ED-A909-BEB824ADF533> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff2e485000 - 0x7fff2e5a6fff com.apple.Bluetooth (8.0.5 - 8.0.5d7) <7630620F-575C-37A6-ACAA-3B9443127E88> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff2e5c0000 - 0x7fff2e619fff com.apple.ProtectedCloudStorage (1.0 - 1) <56DAAA40-66D4-3551-B196-B39604874CAA> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff2e61a000 - 0x7fff2e679fff com.apple.QuickLookFramework (5.0 - 928.3) <25339711-C495-35F7-B3C4-9DF7C727E2C5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff2e67a000 - 0x7fff2e695fff com.apple.MetalKit (147.1 - 147.1) <0CDAEB1F-E05B-332B-A7D8-2F3F66DFFE06> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff2e879000 - 0x7fff2fd6cfff com.apple.GeoServices (1.0 - 1757.25.3.15.4) <4507DDFE-EFF6-324D-A2BE-7D3FC044C58F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff2fd6d000 - 0x7fff2fd78fff com.apple.DirectoryService.Framework (11.4 - 230.40.1) <084E95B9-873E-3AF5-9A26-32D8AF6F9638> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff2fd79000 - 0x7fff2fda0fff com.apple.RemoteViewServices (2.0 - 163) <2D91746F-1F8B-3D03-BED1-C1BD7FA14453> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff2fda1000 - 0x7fff2fdb0fff com.apple.SpeechRecognitionCore (6.1.24 - 6.1.24) <4FD3C300-7679-3E30-BC40-5DC933BC287E> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff2fdb1000 - 0x7fff2fdb8fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <F2C2E4FC-0EE0-38CC-AC0F-8F412A2859EE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff2ffe6000 - 0x7fff2ffe6fff libsystem_product_info_filter.dylib (8.40.1) <D5194AB1-61C4-3C8D-9E3C-C65702BAB859> /usr/lib/system/libsystem_product_info_filter.dylib 0x7fff300be000 - 0x7fff300befff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <E0B5CB04-F282-3BF0-8D14-BE6E3ED7C0A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff300e4000 - 0x7fff300e4fff com.apple.CoreServices (1122.38 - 1122.38) <FEC6CD87-0909-3554-B8F5-CE65A5BB032C> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff302a0000 - 0x7fff302a0fff com.apple.Accelerate (1.11 - Accelerate 1.11) <2BCB5475-FDEF-379A-BB0E-B1A3AA7F5B83> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff302e1000 - 0x7fff302ecfff com.apple.MediaAccessibility (1.0 - 130) <F8E31637-2B5F-3D89-94FA-BD4AF8A46BD6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff302ed000 - 0x7fff3030cfff com.apple.networking.AlgosScoreFramework (1.0 - 1) <C14EC551-82CD-3A04-91F3-C35D48B5B583> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x7fff3030d000 - 0x7fff30311fff com.apple.AppleSRP (5.0 - 1) <F9D14131-8FEA-3BBF-902E-16754ABE537F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff30312000 - 0x7fff3031dfff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <36002664-194B-3D03-8EFC-94AA3857B08B> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff3031e000 - 0x7fff30355fff com.apple.framework.SystemAdministration (1.0 - 1.0) <124F917C-5C51-3C78-B630-D14C54F56773> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff30ae2000 - 0x7fff30b47fff com.apple.CoreBluetooth (1.0 - 1) <AB95AA98-5CDC-3D4D-8478-C6595447837F> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff30b48000 - 0x7fff30b51fff com.apple.SymptomDiagnosticReporter (1.0 - 79.120.1) <99674A3B-7319-30F1-922E-D665D01794AF> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff30b52000 - 0x7fff30b64fff com.apple.PowerLog (1.0 - 1) <0C0F10A0-0079-3C88-8CBC-B052E6023ED4> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7fff30b65000 - 0x7fff30b71fff com.apple.AppleIDAuthSupport (1.0 - 1) <079E30CC-40B7-3363-9A41-F9A0DE9ED742> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff30b72000 - 0x7fff30c1afff com.apple.DiscRecording (9.0.3 - 9030.4.5) <55DD9802-821D-35F6-B21B-C96371FE46B4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff30c1b000 - 0x7fff30c4efff com.apple.MediaKit (16 - 927.40.2) <72F9BA2E-AF51-3E05-8DE4-00377CC79609> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff30c4f000 - 0x7fff30d3afff com.apple.DiskManagement (14.0 - 1733.100.4) <6EAC9935-9B5A-3758-92D4-9E13CF570D3A> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff30d3b000 - 0x7fff310f5fff com.apple.CoreAUC (326.2.0 - 326.2.0) <A03BBCB7-69FA-3E37-AD91-734771D91045> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff310f6000 - 0x7fff310f9fff com.apple.Mangrove (1.0 - 25) <06E20B3A-83F6-36A3-96B8-9185D1B0A42D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff310fa000 - 0x7fff31127fff com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <B7888146-5DE1-306C-8C9C-E98E763E3A4E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff31128000 - 0x7fff31277fff com.apple.FileProvider (348.8 - 348.8) <34DFD3C5-B489-3A7A-9EC2-3A1E2970F74D> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff31278000 - 0x7fff3129afff com.apple.GenerationalStorage (2.0 - 323) <AF8A2D39-41B5-3229-B780-86622DB977FC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff31610000 - 0x7fff316defff com.apple.CoreTelephony (113 - 8260) <6002B10B-0B59-3BC0-B391-7576291865D4> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7fff31703000 - 0x7fff31897fff com.apple.AVFCore (1.0 - 2015.22.4.1) <74A21338-3085-30C2-B847-115DE68E2C88> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x7fff31898000 - 0x7fff31907fff com.apple.FrontBoardServices (703.16 - 703.16) <2EC33C3E-5E19-39D0-A68B-49AEBA793A51> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x7fff31908000 - 0x7fff31931fff com.apple.BoardServices (1.0 - 526) <E3782FD7-8D04-3554-BEDF-EB5A95EFCB2F> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7fff31973000 - 0x7fff3198efff com.apple.ExtensionKit (19.4 - 19.4) <4105ABB5-0569-3956-8B12-5B2B3F0B9FED> /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit 0x7fff3198f000 - 0x7fff31995fff com.apple.ExtensionFoundation (19.4 - 19.4) <B41921B6-F42C-3DFF-AAD6-E38CFD4489C0> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation 0x7fff31996000 - 0x7fff319dbfff com.apple.CryptoTokenKit (1.0 - 1) <E02C6EA3-A802-38A4-80A7-774B2DA3DB86> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x7fff319dc000 - 0x7fff319f2fff com.apple.LocalAuthentication (1.0 - 827.120.2) <E618BEAF-CF4A-3D96-8495-412844D2023A> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x7fff319f3000 - 0x7fff31a20fff com.apple.CoreAuthentication.SharedUtils (1.0 - 827.120.2) <1095DB0A-7EE5-37A3-B0DC-7BB3DEE9E7BF> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x7fff31a95000 - 0x7fff31ad6fff com.apple.CoreHaptics (1.0 - 1) <481EFBF3-57BA-3C79-B48A-271E5FCFC0F4> /System/Library/Frameworks/CoreHaptics.framework/Versions/A/CoreHaptics 0x7fff31ae4000 - 0x7fff31b23fff com.apple.AppleVPAFramework (3.26.1 - 3.26.1) <32F14A37-1FAB-3216-B3FD-D1FA9E4790DC> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff31bd6000 - 0x7fff31c11fff com.apple.DebugSymbols (195.1 - 195.1) <A8313A86-04C7-37DC-A5D7-FF54EE39BC70> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff31c12000 - 0x7fff31cc7fff com.apple.CoreSymbolication (12.5 - 64544.69.1) <8D4E5AA8-8C09-31A7-AABE-AA9421781821> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff31cc8000 - 0x7fff31cd1fff com.apple.CoreTime (284.0.4) <A9351B53-5048-39AD-BC68-170474CAB8CB> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x7fff31cd2000 - 0x7fff31d47fff com.apple.Rapport (2.5.0 - 250.5) <BF029957-E942-3D6C-8BC6-65A495DF8930> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7fff32600000 - 0x7fff3264cfff com.apple.coreduetcontext (1.0 - 1) <4787141A-0DFB-3198-91F8-ECEACD6E48A8> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7fff3264d000 - 0x7fff32bb9fff com.apple.Intents (1.0 - 1) <D94DC04B-C226-3471-987C-098B6177A978> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7fff32bba000 - 0x7fff32c1dfff com.apple.framework.Apple80211 (17.0 - 1728) <6C1C9532-AD79-3E68-BFBB-2279AC8EA776> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff32c1e000 - 0x7fff32d6ffff com.apple.CoreWiFi (3.0 - 341) <E1A3027C-0657-3609-8F5C-D89BF6B4B422> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff32d70000 - 0x7fff32d8afff com.apple.BackBoardServices (1.0 - 1.0) <9CDA42E0-5F41-3647-866A-D3C265B21A57> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7fff32d8b000 - 0x7fff32dc2fff com.apple.LDAPFramework (2.4.28 - 194.5) <DDC1A94A-3537-3980-904B-31C54DA385C9> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff32dc3000 - 0x7fff32dc4fff com.apple.TrustEvaluationAgent (2.0 - 35) <736DE13E-CC75-3D3A-BE5B-AF75CC241E0B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff32dc5000 - 0x7fff32ecafff libcrypto.44.dylib (56.60.2) <777B260D-CD90-3AE2-986E-2E4D021E6ACC> /usr/lib/libcrypto.44.dylib 0x7fff32ecb000 - 0x7fff32ef8fff libssl.46.dylib (56.60.2) <F2AE005F-3974-38D1-AA71-26201D27031F> /usr/lib/libssl.46.dylib 0x7fff32ef9000 - 0x7fff32fa8fff com.apple.DiskImagesFramework (595.120.2 - 595.120.2) <443A6BBE-9265-3419-AFCA-2CDFB12902BE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff32fe0000 - 0x7fff32feffff com.apple.RemoteServiceDiscovery (1.0 - 1.120.1) <00009125-85E9-3214-9CA3-EC1AB4EF8D77> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff3304d000 - 0x7fff33050fff com.apple.help (1.3.8 - 71) <F8B97715-17C5-3789-8B89-5F08EFB70709> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff33051000 - 0x7fff33058fff com.apple.EFILogin (2.0 - 2) <32EC4CD5-A6BD-31E9-BE52-BF79845F9EDB> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff33059000 - 0x7fff33064fff libcsfde.dylib (554) <D4C66851-FDFC-3B94-8B21-DCA76BDFE724> /usr/lib/libcsfde.dylib 0x7fff33065000 - 0x7fff330cbfff libcurl.4.dylib (121.100.3) <5701AB53-D57D-38AE-8E76-ADBC03205B84> /usr/lib/libcurl.4.dylib 0x7fff330cc000 - 0x7fff330d3fff com.apple.LoginUICore (4.0 - 4.0) <B3A81901-6B1B-380D-81B9-16607D66ED67> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff330d4000 - 0x7fff33136fff com.apple.AppSupport (1.0.0 - 29) <92721008-EEA9-3487-8609-FF41ADAAA3FF> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7fff331d6000 - 0x7fff3329afff com.apple.GameController (1.0 - 1) <C9271A39-E03C-3E08-BE5E-43DEA43BE46C> /System/Library/Frameworks/GameController.framework/Versions/A/GameController 0x7fff332a3000 - 0x7fff332a3fff com.apple.ApplicationServices (48 - 50) <374F91E8-9983-363E-B1E1-85CEB46A5D1E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff33320000 - 0x7fff33464fff com.apple.AppleAccount (1.0 - 1.0) <1EF4F1C7-D107-3F37-8BBE-C3EFD9F3D883> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x7fff33465000 - 0x7fff334a4fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <ADF094F3-BEDB-39E6-8B1B-916C22204DA0> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x7fff335b8000 - 0x7fff335b8fff libHeimdalProxy.dylib (79) <68F67BFE-F1E8-341C-A065-08954EF3F684> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff3366b000 - 0x7fff3366bfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <CD5DF240-D8F7-3349-88DC-423962E5A289> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff336d3000 - 0x7fff336f1fff com.apple.DuetActivityScheduler (1.0 - 1) <9FF58D0E-56F1-38EB-96C6-D1BA55BE1EBE> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7fff33706000 - 0x7fff33712fff com.apple.IntentsFoundation (1.0 - 1) <A8E0A941-62E9-3C44-AC27-4735C31E76B6> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7fff33713000 - 0x7fff33718fff com.apple.PushKit (1.0 - 1) <03F9CDE4-B5D7-3B6B-A87F-710ED5419A82> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff33719000 - 0x7fff3374cfff com.apple.C2 (1.3 - 573) <06D74CE3-4E9E-3BD6-A8F2-139BAE23437A> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff3374d000 - 0x7fff3377dfff com.apple.QuickLookThumbnailing (1.0 - 135.5) <9442BCC8-9ED9-360E-82FA-648E6E37E993> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff3377e000 - 0x7fff33f7ffff com.apple.vision.EspressoFramework (1.0 - 256.4.4) <2EBDF634-79CA-3977-9475-F972111CD0D8> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff33f80000 - 0x7fff33f97fff com.apple.ANEServices (4.75 - 4.75) <B9463BEA-1D41-3752-9B6B-23030C33E91D> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x7fff340ac000 - 0x7fff340aefff com.apple.CoreDuetDebugLogging (1.0 - 1) <5F33048C-F4E2-331E-8FCE-3EA938BEFBA3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff340af000 - 0x7fff340bbfff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <F29DAB6C-45E3-3C08-91C4-82AC67BB3E91> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff3463a000 - 0x7fff3468afff com.apple.ChunkingLibrary (334.1 - 334.1) <27ED7D22-A3D4-3161-A5DF-485711DB2F48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff34efe000 - 0x7fff34f13fff com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <45EF4CAF-6202-303F-BB4F-8CC0EC8AE20B> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x7fff34f69000 - 0x7fff34fd4fff com.apple.audio.midi.CoreMIDI (2.0 - 88) <10E7AF8A-AE30-39B6-BB56-0ACD7F835A81> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7fff35096000 - 0x7fff35099fff com.apple.Cocoa (6.11 - 23) <2686C6E1-1182-34AA-9A3A-F7BC19DED4CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff350e3000 - 0x7fff354cffff com.apple.AppleMediaServices (1.0 - 1) <8876688A-EB71-3DA0-B5A8-08FC2AED0EE0> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices 0x7fff35507000 - 0x7fff35969fff com.apple.MediaRemote (1.0 - 1) <77089C71-29BE-3CF8-9130-49873FE78A70> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff35c59000 - 0x7fff35c60fff com.apple.DisplayServicesFW (3.1 - 380) <188826AE-34D8-39C6-B58B-10EFEB683DA7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff364a1000 - 0x7fff364d1fff libtidy.A.dylib (18.1) <49BB5870-8F69-35C0-9A9A-DE589727ED65> /usr/lib/libtidy.A.dylib 0x7fff364d2000 - 0x7fff364f2fff com.apple.MarkupUI (1.0 - 383.6) <283E1B55-1E46-3FC1-9DC3-48C07B432FAC> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff364f3000 - 0x7fff36506fff com.apple.Engram (1.0 - 1) <96563E93-C7B4-3BD3-9CE7-46BF006DF337> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff36507000 - 0x7fff3652afff com.apple.openscripting (1.7 - 190) <9EAC55CC-0ECC-3B41-BF97-53C32496C689> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff3652b000 - 0x7fff3652efff com.apple.securityhi (9.0 - 55008) <56A728F6-162E-31DE-9C29-FB1BE44C6B89> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff3652f000 - 0x7fff36532fff com.apple.ink.framework (10.15 - 227) <65FAEF94-F18C-30E0-8129-952DE19A5FAF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff36533000 - 0x7fff36536fff com.apple.CommonPanels (1.2.6 - 101) <45DFDB05-1408-34B4-A2AD-5416C5176C26> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff36537000 - 0x7fff3653efff com.apple.ImageCapture (1711.5.2 - 1711.5.2) <E3BCD3B4-4792-390D-890B-B7A860088A4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff3653f000 - 0x7fff3772bfff com.apple.JavaScriptCore (16611 - 16611.2.7.1.4) <DFBCB49C-2D23-3C51-BAD0-54C1B67585BA> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff37797000 - 0x7fff378a9fff com.apple.AVFCapture (1.0 - 82.6) <30FBE4F0-8C28-3C34-9F0E-C4B6BF0A631B> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x7fff378aa000 - 0x7fff3793dfff com.apple.Quagga (47 - 47) <B3799C11-61CD-3312-8B52-3437352F819F> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x7fff3793e000 - 0x7fff37b88fff com.apple.CMCapture (1.0 - 82.6) <C539C9A9-C030-36BA-B0CD-4FBDA9B8EFEF> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x7fff38584000 - 0x7fff38593fff com.apple.HID (1.0 - 1) <8D5F9ECE-C388-3B08-B402-99C6BD6B4453> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x7fff38594000 - 0x7fff386bbfff com.apple.QuickLookUIFramework (5.0 - 928.3) <BEA1EAD5-A855-360B-A150-AB884F5E6790> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff38b6c000 - 0x7fff38bacfff com.apple.MediaServices (1.0 - 1) <8C20CCCD-E6F4-391F-B0BF-6A56A2BFE0E3> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff38ca8000 - 0x7fff38ca8fff com.apple.marco (10.0 - 1000) <EC9EE664-92FD-38A8-83A8-BEB5011743CC> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff3935c000 - 0x7fff39363fff com.apple.URLFormatting (146 - 146.22) <B8FC8B2F-B9E3-39E0-A1EE-2949B171A29F> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff3bdad000 - 0x7fff3bdcffff com.apple.quicklook.QuickLookSupport (1.0 - 135.5) <F80D39B4-AB88-3B66-982D-BECDEE76F3F5> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x7fff3bdd0000 - 0x7fff3be67fff com.apple.AirPlaySync (1.0 - 2775.22) <40966FF0-FE78-3C88-A842-AA3340DE5F21> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x7fff3c9f4000 - 0x7fff3ca77fff com.apple.CorePDF (4.0 - 529) <4080F36F-C11B-3851-AB20-D6791E8E19FE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff3ca78000 - 0x7fff3ca7bfff com.apple.print.framework.Print (15 - 271) <5A0FE511-37C2-3065-9066-34F8F9EA23E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3ca7c000 - 0x7fff3ca7ffff com.apple.Carbon (160 - 164) <967F26C3-8582-3A33-945F-DDA8F103B2E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3cb78000 - 0x7fff3cb78fff com.apple.avfoundation (2.0 - 2015.22.4.1) <8605C616-EB49-3FCE-9489-6CA5CFCDD006> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff3cd32000 - 0x7fff3cd51fff com.apple.private.SystemPolicy (1.0 - 1) <CAB3E8CD-1F31-343F-ABC1-9448543F211F> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x7fff3cef5000 - 0x7fff3cf12fff com.apple.sidecar-core (1.0 - 231) <D36E1746-161B-3A32-A962-617389DE34AA> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore 0x7fff3cf13000 - 0x7fff3cf16fff com.apple.QuickLookNonBaseSystem (1.0 - 1) <432514FB-F146-3B2D-A2D6-42717A181EEF> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff3d32e000 - 0x7fff3d334fff com.apple.FeatureFlagsSupport (1.0 - 28.60.1) <F106091B-B810-320D-902B-8CEE1F10CF17> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport 0x7fff3d4a5000 - 0x7fff3d4bcfff com.apple.SafariServices.framework (16611 - 16611.2.7.1.4) <6C92702E-89B9-3572-B4FC-736D2041F3F1> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff3d66c000 - 0x7fff3d677fff com.apple.MallocStackLogging (1.0 - 1) <394E6F65-386E-3488-BD68-1D3C2418694B> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x7fff3d68c000 - 0x7fff3d69efff libmis.dylib (274.120.2) <1DE29019-5ECB-3BE2-8492-2385ED241950> /usr/lib/libmis.dylib 0x7fff3d6bb000 - 0x7fff3d82afff com.apple.CoreHandwriting (161 - 1.2) <89ADBC17-A8F8-37E4-AE0E-5533272CA19A> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff3d82b000 - 0x7fff3da86fff com.apple.imageKit (3.0 - 1100) <6990E5BB-D8F0-349F-84F7-2EABB7A1FDDB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff3da87000 - 0x7fff3db9dfff com.apple.PencilKit (1.0 - 1) <DADEFB75-EEE0-3B2A-A5B4-310E6E176136> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff3db9e000 - 0x7fff3dbaffff com.apple.sidecar-ui (1.0 - 231) <70E26CB2-6C08-3F1A-A79F-66D13B8BF78F> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI 0x7fff3e1d2000 - 0x7fff3e234fff com.apple.ImageCaptureCore (1711.5.2 - 1711.5.2) <78B6D62A-A83A-3F64-BAB1-A495534AEC18> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff3e235000 - 0x7fff3e25afff com.apple.quartzfilters (1.10.0 - 98) <8A99BBE1-9979-35CF-8054-33DF7E259E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff3e4a6000 - 0x7fff3e608fff com.apple.MediaPlayer (1.0 - 1.0) <174DB58A-64A0-35DD-988E-0BA5EB69A64C> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff3e609000 - 0x7fff3e8eafff com.apple.iTunesCloud (1.0 - 1) <F56B5C70-42D6-3444-A009-35C73225BCDB> /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud 0x7fff3e916000 - 0x7fff3ea42fff com.apple.AnnotationKit (1.0 - 383.6) <7170CD9B-2447-3EDA-A705-6A9FF08175C9> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff3ea43000 - 0x7fff3eee3fff com.apple.QuartzComposer (5.1 - 383) <D24E9DF5-2FEB-36ED-81DB-0E11D32EEFF5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff3eee4000 - 0x7fff3efccfff com.apple.PDFKit (1.0 - 950.40.3) <EE136A8A-EB2E-343C-8ADB-F574A510EFDF> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff3fcca000 - 0x7fff3fd00fff com.apple.MobileInstallation (2.0 - 1.0) <EE7C796D-3EEB-34EC-8D76-2606347C000F> /System/Library/PrivateFrameworks/MobileInstallation.framework/Versions/A/MobileInstallation 0x7fff40f26000 - 0x7fff40f29fff com.apple.quartzframework (1.5 - 25) <60A5AD3A-4B26-35E5-824B-70AF8DF69D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff41712000 - 0x7fff4176efff com.apple.AppStoreDaemon (1.0 - 1) <3162FE55-9EE1-3216-841E-021D5E033BDB> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon 0x7fff443d3000 - 0x7fff443d7fff com.apple.DAAPKit (1.0 - 1) <A873DED9-7399-3F68-8094-5BE963484B65> /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit 0x7fff45d4c000 - 0x7fff45d4ffff libpmenergy.dylib (227.100.2) <D16F2A86-E179-3C63-9344-F9720E8B0CE9> /usr/lib/libpmenergy.dylib 0x7fff47a71000 - 0x7fff47ab1fff com.apple.osanalytics.OSAnalytics (1.0 - 1) <96B8D855-E10D-3E40-884F-DA0BBAE9F48F> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x7fff48301000 - 0x7fff4831cfff com.apple.network.statistics.framework (1.2 - 1) <987933D1-D82B-3368-811D-1531FC40E617> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff4860f000 - 0x7fff48616fff com.apple.MobileSystemServices (1.0 - 1) <3BF8607E-6D08-3635-B574-AA2FD0294745> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices 0x7fff51711000 - 0x7fff517b0fff com.apple.Symbolication (12.5 - 64544.70.1) <B57534E5-43D5-38CA-9A8C-A66EBDFB820A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff5199f000 - 0x7fff519a2fff libpmsample.dylib (227.100.2) <AD0D2A60-E686-3879-837F-292E436FEB9F> /usr/lib/libpmsample.dylib 0x7fff54035000 - 0x7fff5406bfff com.apple.ReplayKit (1.0 - 1) <59D119B2-5E26-3A57-9AE5-F85506AA3786> /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit 0x7fff5406c000 - 0x7fff5408ffff com.apple.StoreKit (1.0 - 1) <6167F299-473C-3D9D-9A86-421FA356E9C7> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit 0x7fff54090000 - 0x7fff54093fff com.apple.StoreKitUIMac (1.0 - 1) <2B16DF27-1E11-329E-9E8B-4135C94F6F1A> /System/Library/PrivateFrameworks/StoreKitUIMac.framework/Versions/A/StoreKitUIMac 0x7fff5565f000 - 0x7fff55662fff com.apple.ForceFeedback (1.0.6 - 1.0.6) <0AD42E37-140A-393A-BBE4-B0C342B0FEC1> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback 0x7fff6bb8c000 - 0x7fff6bb92fff libCoreFSCache.dylib (200.9) <12A2A7E7-39F7-30A5-AC0B-E09947417D3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff6bb93000 - 0x7fff6bb97fff libCoreVMClient.dylib (200.9) <F8C4D017-075A-37B2-AE8D-8CEB5FE1BC9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff6bb98000 - 0x7fff6bba7fff com.apple.opengl (18.5.9 - 18.5.9) <1422D0CA-C3E2-3309-8897-018E651CB74E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff6bba8000 - 0x7fff6bbaafff libCVMSPluginSupport.dylib (18.5.9) <AC7D4088-7CA8-3A0B-9B55-08427083C382> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff6bbab000 - 0x7fff6bbb3fff libGFXShared.dylib (18.5.9) <76ABDB4A-3687-39E0-B8FB-125717742431> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff6bbb4000 - 0x7fff6bbe7fff libGLImage.dylib (18.5.9) <750C938A-9F4F-3BAD-8D3F-03EF619F28AD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff6bbe8000 - 0x7fff6bc24fff libGLU.dylib (18.5.9) <4A77F717-2BBC-3439-AE10-694E82C0A184> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff6bdb9000 - 0x7fff6bdc3fff libGL.dylib (18.5.9) <95D5C72E-9352-39EC-83B1-6BB295A83462> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff6d203000 - 0x7fff6d25bfff com.apple.opencl (4.6 - 4.6) <769BB23D-09E5-3A3A-B2EA-310157AA206D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff6e30d000 - 0x7fff6e3f4fff com.apple.audio.AVFAudio (1.0 - 477.87) <B762E01A-23A5-3F51-A1BE-EDDD5A2FDE4B> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff6f972000 - 0x7fff6f984fff com.apple.CMImaging (1.0 - 82.6) <AACD534A-7769-3B70-9C43-5F53FD726895> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging 0x7fff73c52000 - 0x7fff73c5dfff com.apple.SymptomAnalytics (1.0 - 1431.120.1) <897411F6-DB2B-34CD-ABDC-665A2C8D37E3> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics 0x7fff73e73000 - 0x7fff73e8bfff com.apple.SymptomPresentationFeed (1.0 - 1431.120.1) <3CA4CFBB-1942-3BF2-B7C4-4F73FB4EE115> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed 0x7fff77a01000 - 0x7fff77a08fff libRosetta.dylib (203.46) <0A17EAFC-15E9-37FE-8EE2-DE0F7F220AD8> /usr/lib/libRosetta.dylib

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: 72 thread_create: 0 thread_set_state: 2407

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 Kernel Alloc Once 8K 1 MALLOC 164.2M 19 MALLOC guard page 16K 4 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.0M 3 Stack 9232K 3 VM_ALLOCATE 208K 3 __DATA 26.8M 425 __DATA_CONST 21.4M 254 __DATA_DIRTY 1253K 169 __FONT_DATA 4K 1 __LINKEDIT 502.2M 9 __OBJC_RO 70.2M 1 __OBJC_RW 2480K 2 __TEXT 428.9M 424 __UNICODE 588K 1 mapped file 30.3M 2 shared memory 40K 4 =========== ======= ======= TOTAL 1.7G 1327 TOTAL, minus reserved VM space 1.3G 1327

Model: iMac17,1, BootROM 429.120.4.0.0, 4 processors, Quad-Core Intel Core i5, 3.2 GHz, 8 GB, SMC 2.33f12 Graphics: kHW_AMDRadeonR9M380Item, AMD Radeon R9 M380, spdisplays_pcie_device, 2 GB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x484D54343531533642465238412D52442020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x484D54343531533642465238412D52442020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x14A), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1680.8) Bluetooth: Version 8.0.5d7, 3 services, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: APPLE HDD ST1000DM003, 1 TB USB Device: USB 3.0 Bus USB Device: Expansion USB Device: Keyboard Hub USB Device: 2.4G Wireless Mouse USB Device: Apple Keyboard USB Device: Bluetooth USB Host Controller USB Device: FaceTime HD Camera (Built-in) Thunderbolt Bus: iMac, Apple Inc., 28.1

I'm going to try to re-download it as suggested and try in a fresh directory.

ImperialPenguin avatar Dec 07 '21 21:12 ImperialPenguin

When running yarn, there are a lot of unmet peer dependencies. Is that normal, or is it something I should be trying to resolve?

ImperialPenguin avatar Dec 07 '21 21:12 ImperialPenguin

@ImperialPenguin can you give an example printout? It may be normal to have some warnings.

marcdumais-work avatar Dec 07 '21 22:12 marcdumais-work

@ImperialPenguin I think I found something. From the log you provided:

System Integrity Protection: enabled

I think you'd need to disable that, to run a self-built, unsigned executable, See this article: https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection

marcdumais-work avatar Dec 07 '21 22:12 marcdumais-work

@vince-fugnitto Do you remember having to do that? (disabling system integrity protection)

marcdumais-work avatar Dec 07 '21 22:12 marcdumais-work

Here are the unmet dependency messages:

warning "@typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta". warning " > @typescript-eslint/[email protected]" has unmet peer dependency "tslint@^5.0.0 || ^6.0.0". warning " > @typescript-eslint/[email protected]" has unmet peer dependency "typescript@". warning " > [email protected]" has unmet peer dependency "typescript@^3.7.5 || ^4.0.0". warning " > [email protected]" has unmet peer dependency "@types/node@". warning " > [email protected]" has unmet peer dependency "typescript@>=2.7". warning " > [email protected]" has unmet peer dependency "react@^16.8.0". warning "workspace-aggregator-4c4cacab-109d-4d92-8a1f-f911f4b7191e > theia-blueprint > [email protected]" has unmet peer dependency "chromedriver@". warning "workspace-aggregator-4c4cacab-109d-4d92-8a1f-f911f4b7191e > theia-blueprint > @theia/debug > [email protected]" has unmet peer dependency "request@2..*". warning "workspace-aggregator-4c4cacab-109d-4d92-8a1f-f911f4b7191e > theia-blueprint > @theia/messages > [email protected]" has unmet peer dependency "react@>=16.3.3". warning "workspace-aggregator-4c4cacab-109d-4d92-8a1f-f911f4b7191e > theia-blueprint > @theia/messages > [email protected]" has unmet peer dependency "react-dom@>=16.3.3". warning "workspace-aggregator-4c4cacab-109d-4d92-8a1f-f911f4b7191e > theia-blueprint > @theia/scm > [email protected]" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-4c4cacab-109d-4d92-8a1f-f911f4b7191e > theia-blueprint > @theia/scm > [email protected]" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0 || ^16.0.0".

If this latest build that's going does work, I might try the SIP thing. If that's a problem though, it's very unique to Node.JS or Electron. I build software daily using compiled languages without running into the issue. Even with downloaded and unsigned software, the system gives a specific error that it prevented it from running instead of letting it crash. You can then disable it for that app in the settings.

ImperialPenguin avatar Dec 07 '21 22:12 ImperialPenguin

It's finishing up the build process now, and spit out a ton of warnings. I don't know if they are a problem or not, but for the sake of being complete in the report, I'm including them below:

Log

theia-blueprint: Failed to resolve module: @types/yargs theia-blueprint: Failed to resolve module: filenamify theia-blueprint: assets by status 237 KiB [cached] 2 assets theia-blueprint: assets by status 13.1 MiB [emitted] theia-blueprint: assets by path vs/ 4.01 MiB theia-blueprint: assets by path vs/editor/*.js 3.65 MiB 11 assets theia-blueprint: assets by path vs/base/ 271 KiB 2 assets theia-blueprint: asset vs/editor/editor.main.css 71.2 KiB [emitted] [from: ../../node_modules/@theia/monaco-editor-core/min/vs/editor/editor.main.css] [copied] 1 related asset theia-blueprint: asset vs/loader.js 30.3 KiB [emitted] [from: ../../node_modules/@theia/monaco-editor-core/min/vs/loader.js] [copied] [minimized] 2 related assets theia-blueprint: assets by info 1.69 MiB [immutable] theia-blueprint: assets by path *.woff2 256 KiB 5 assets theia-blueprint: assets by path *.svg 455 KiB 2 assets theia-blueprint: assets by path *.png 31.9 KiB 2 assets theia-blueprint: assets by path *.js 7.4 MiB theia-blueprint: asset bundle.js 6.68 MiB [emitted] [minimized] (name: main) 3 related assets theia-blueprint: asset 712.bundle.js 734 KiB [emitted] [minimized] (id hint: vendors) 2 related assets theia-blueprint: asset 454.bundle.js 2.2 KiB [emitted] [minimized] 2 related assets theia-blueprint: 1855 modules theia-blueprint:
theia-blueprint: WARNING in ../../node_modules/@theia/plugin-ext/src/main/browser/style/index.css (../../node_modules/css-loader/dist/cjs.js!../../node_modules/@theia/plugin-ext/src/main/browser/style/index.css) theia-blueprint: Module Warning (from ../../node_modules/css-loader/dist/cjs.js): theia-blueprint: Warning theia-blueprint: (38:5) Unable to find uri in '-webkit-mask: url('')' theia-blueprint: @ ../../node_modules/@theia/plugin-ext/src/main/browser/style/index.css 2:12-89 9:17-24 13:15-29 theia-blueprint: @ ../../node_modules/@theia/plugin-ext/lib/main/browser/plugin-ext-frontend-module.js 19:0-52 theia-blueprint: @ ../../node_modules/@theia/plugin-ext/lib/plugin-ext-frontend-module.js 18:37-89 theia-blueprint: @ ./src-gen/frontend/index.js 72:47-106 theia-blueprint: WARNING in ../../node_modules/@theia/plugin-ext/src/main/browser/style/index.css (../../node_modules/css-loader/dist/cjs.js!../../node_modules/@theia/plugin-ext/src/main/browser/style/index.css) theia-blueprint: Module Warning (from ../../node_modules/css-loader/dist/cjs.js): theia-blueprint: Warning theia-blueprint: (39:5) Unable to find uri in 'mask: url('')' theia-blueprint: @ ../../node_modules/@theia/plugin-ext/src/main/browser/style/index.css 2:12-89 9:17-24 13:15-29 theia-blueprint: @ ../../node_modules/@theia/plugin-ext/lib/main/browser/plugin-ext-frontend-module.js 19:0-52 theia-blueprint: @ ../../node_modules/@theia/plugin-ext/lib/plugin-ext-frontend-module.js 18:37-89 theia-blueprint: @ ./src-gen/frontend/index.js 72:47-106 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/decorator_utils.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/decorator_utils.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/decorator_utils.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 38:24-63 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/inject.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/inject.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/inject.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 21:15-45 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/injectable.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/injectable.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/injectable.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 15:19-53 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/multi_inject.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/multi_inject.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/multi_inject.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 28:21-57 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/named.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/named.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/named.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 19:14-43 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/optional.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/optional.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/optional.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 24:17-49 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/post_construct.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/post_construct.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/post_construct.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 32:23-61 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/tagged.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/tagged.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/tagged.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 17:15-45 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/target_name.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/target_name.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/target_name.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 30:20-55 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/annotation/unmanaged.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/unmanaged.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/annotation/unmanaged.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 26:18-51 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/bindings/binding.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/bindings/binding.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/bindings/binding.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 45:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING theia-blueprint: in ../../node_modules/inversify/lib/bindings/binding_count.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/bindings/binding_count.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/bindings/binding_count.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 4:22-58 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/constants/error_msgs.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/constants/error_msgs.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/constants/error_msgs.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 46:17-51 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/constants/literal_types.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/constants/literal_types.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/constants/literal_types.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 8:22-58 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/constants/metadata_keys.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/constants/metadata_keys.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/constants/metadata_keys.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 4:11-47 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/container/container.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/container.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/container.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/container/container_module.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/container_module.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/container_module.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 12:25-64 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/container/container_snapshot.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/container_snapshot.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/container_snapshot.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 55:27-58 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/container/lookup.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/lookup.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/container/lookup.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 56:15-34 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/inversify.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/inversify.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/inversify.ts' theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/context.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/context.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/context.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 10:16-36 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/metadata.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/metadata.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/metadata.ts' theia-blueprint: @ ../../node_modules/inversify/lib/annotation/tagged.js 4:17-48 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 17:15-45 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/metadata_reader.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/metadata_reader.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/metadata_reader.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 34:24-61 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/plan.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/plan.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/plan.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 12:13-30 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/planner.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/planner.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/planner.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/queryable_string.js theia-blueprint: Module Warning (from . theia-blueprint: ./../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/queryable_string.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/queryable_string.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/target.js 7:25-54 theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 15:15-34 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/reflection_utils.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/reflection_utils.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/reflection_utils.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 13:25-54 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/request.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/request.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/request.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 14:16-36 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/planning/target.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/target.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/planning/target.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 15:15-34 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/resolution/instantiation.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/resolution/instantiation.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/resolution/instantiation.ts' theia-blueprint: @ ../../node_modules/inversify/lib/resolution/resolver.js 8:22-48 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 51:17-50 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/resolution/resolver.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/resolution/resolver.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/resolution/resolver.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 51:17-50 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/binding_in_syntax.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_in_syntax.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_in_syntax.ts' theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 4:26-56 theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 52:26-64 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 52:26-64 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/binding_on_syntax.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_on_syntax.ts' theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 5:26-56 theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 52:26-64 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/binding_to_syntax.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_to_syntax.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_to_syntax.ts' theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 52:26-64 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/binding_when_on_syntax.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 52:26-64 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/binding_when_syntax.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_when_syntax.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/binding_when_syntax.ts' theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 6:28-60 theia-blueprint: @ ../../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 52:26-64 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src theia-blueprint: -gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/syntax/constraint_helpers.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/constraint_helpers.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/syntax/constraint_helpers.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 40:27-65 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/utils/binding_utils.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/binding_utils.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/binding_utils.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 47:22-54 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/utils/exceptions.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/exceptions.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/exceptions.ts' theia-blueprint: @ ../../node_modules/inversify/lib/planning/planner.js 8:19-49 theia-blueprint: @ ../../node_modules/inversify/lib/container/container.js 50:16-46 theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 6:18-50 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/utils/id.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/id.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/id.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 36:11-32 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/inversify/lib/utils/serialization.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/serialization.ts' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/inversify/src/utils/serialization.ts' theia-blueprint: @ ../../node_modules/inversify/lib/inversify.js 45:22-54 theia-blueprint: @ ./src-gen/frontend/index.js 5:22-42 theia-blueprint: WARNING in ../../node_modules/vscode-textmate/release/main.js 23:15-27 theia-blueprint: Critical dependency: the request of a dependency is an expression theia-blueprint: @ ../../node_modules/@theia/monaco/lib/browser/textmate/monaco-theme-registry.js 27:26-52 theia-blueprint: @ ../../node_modules/@theia/monaco/lib/browser/monaco-theming-service.js 36:32-75 theia-blueprint: @ ../../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 55:33-68 theia-blueprint: @ ../../node_modules/@theia/monaco/lib/electron-browser/monaco-electron-module.js 48:45-89 theia-blueprint: @ ./src-gen/frontend/index.js 50:47-115 theia-blueprint: WARNING in ../../node_modules/vscode-textmate/release/main.js theia-blueprint: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): theia-blueprint: Failed to parse source map from '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/vscode-textmate/release/main.js.map' file: Error: ENOENT: no such file or directory, open '/Volumes/Programming/Grapple/theia-blueprint-master/node_modules/vscode-textmate/release/main.js.map' theia-blueprint: @ ../../node_modules/@theia/monaco/lib/browser/textmate/monaco-theme-registry.js 27:26-52 theia-blueprint: @ ../../node_modules/@theia/monaco/lib/browser/monaco-theming-service.js 36:32-75 theia-blueprint: @ ../../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 55:33-68 theia-blueprint: @ ../../node_modules/@theia/monaco/lib/electron-browser/monaco-electron-module.js 48:45-89 theia-blueprint: @ ./src-gen/frontend/index.js 50:47-115 theia-blueprint: 44 warnings have detailed information that is not shown. theia-blueprint: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. theia-blueprint: webpack 5.64.4 compiled with 46 warnings in 136860 ms

ImperialPenguin avatar Dec 07 '21 22:12 ImperialPenguin

@ImperialPenguin these warnings look "normal" - nothing to worry about I think.

I suggest you wait until @vince-fugnitto chimes-in - he's the one with a Mac in the team, he will probably know if this is necessary.

marcdumais-work avatar Dec 07 '21 22:12 marcdumais-work

@ImperialPenguin thanks for the updated trace. A bit messy, but I think all is ok.

marcdumais-work avatar Dec 07 '21 22:12 marcdumais-work

I got it to work, but I'll let someone else decide whether this is an actual issue or it should be closed. It's a confusing situation and I don't know enough about Electron apps to know if it is normal.

If I run it from the unpackaged application in the Dist folder of the source distribution, I get the long error above. If I extract the zip file and run that, the permissions are set on the executable correctly and I have to manually chmod a+x the binary. That version of the build gives me the Electron framework not found error. However, if I copy it from the actual DMG file, it works.

For testing purposes, this is less than ideal. Testing is going to be a frustrating experience. It already takes it nearly an hour to build and package, then to have to install a DMG file every time I want to make and test a change is excessive. I tried 'yarn electron start' to run an unpackaged version as per the instructions, but that just finishes without executing anything. I can't imagine that this is how the process is supposed to work.

ImperialPenguin avatar Dec 07 '21 23:12 ImperialPenguin

@ImperialPenguin it is definitely excessive and should not happen, I was able to confirm that building, starting or packaging are all completed fairly quickly (a few minutes) and not nearly an hour (even CI is under 15 minutes and that is for packaging and so on which would take longer than locally):

Screen Shot 2021-12-08 at 8 37 55 AM

Unfortunately, it is difficult to pinpoint where your error is coming from or what might be incorrect in your setup. I'll look around to see what might be a cause of your crash based on your logs.

vince-fugnitto avatar Dec 08 '21 13:12 vince-fugnitto

@ImperialPenguin If I were to guess, I think it's likely that some cached remnants of your previous experiments is left and interfering with your Blueprint experiments. While briefly researching for this issue I noticed a few times that there were suggestions to clean some system cache. Maybe this is something to look-into. See for example this article (1) I found. One cache that can throw curve-balls at you is the electron cache.

P.S. we have MacOS CI (2) but that has the advantage of always running in a pristine environment(containerised). But maybe looking in there will inspire ideas.

(1) https://www.ctrl.blog/entry/darwin-user-cache-gigabytes.html (2): https://github.com/eclipse-theia/theia-blueprint/blob/master/Jenkinsfile#L95

marcdumais-work avatar Dec 15 '21 15:12 marcdumais-work