-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SuperSlicer crashes on launch. #1110
Comments
can you try to recompile and re run, but with modifying |
Or can you test the latest nightly, it has the change. |
There is no difference. There is still an immediate crash as soon as the splash screen disappears. |
|
@akospalfi thanks daa2c66 between them. As it seems that's random ( you can make it launch), I'm going to do a pass on it to check for thread-unsafe things. |
Sure, I'll try it happily. |
I protected the only line where a problem can occur (in 715d58d) |
Seems the CI build is failed, but I think I've got some progress.. log:``` (lldb) target create ./superslicer Current executable set to '/Volumes/WORK/myprojects/SuperSlicer/SuperSlicer/build/src/superslicer' (x86_64). (lldb) process launch -- --loglevel 5 --datadir "/Users/palfia/Library/Application Support/SuperSlicer-2" Process 97947 launched: '/Volumes/WORK/myprojects/SuperSlicer/SuperSlicer/build/src/superslicer' (x86_64) [2021-04-29 13:44:55.497835] [0x00000001112abe00] [debug] full path: 16849348648804176793 [2021-04-29 13:44:55.498102] [0x00000001112abe00] [debug] single instance: undefined. other params: /Volumes/WORK/myprojects/SuperSlicer/SuperSlicer/build/src/superslicer;--loglevel;5;--datadir;"/Users/palfia/Library/Application Support/SuperSlicer-2" [2021-04-29 13:44:55.498114] [0x00000001112abe00] [debug] full lock path: /Users/palfia/Library/Application Support/SuperSlicer-2/cache/16849348648804176793.lock [2021-04-29 13:44:55.498166] [0x00000001112abe00] [info] instance check: Another instance not found or single-instance not set. 2021-04-29 13:44:55.503353+0200 superslicer[97947:3194938] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=97947 2021-04-29 13:44:55.503421+0200 superslicer[97947:3194938] SecTaskCopyDebugDescription: superslicer[97947]/0#-1 LF=0 [2021-04-29 13:44:55.877823] [0x00000001112abe00] [info] Checking if indices need to be installed from resources... 13:44:55: Debug: Adding duplicate image handler for 'JPEG file' [2021-04-29 13:44:55.888798] [0x00000001112abe00] [trace] Best translation language detected (may be different from user locales): en_GB [2021-04-29 13:44:55.888835] [0x00000001112abe00] [trace] Switching wxLocales to en_GB /Volumes/WORK/myprojects/SuperSlicer/SuperSlicer/deps/build/dep_wxWidgets-prefix/src/dep_wxWidgets/src/osx/core/bitmap.cpp(1376): assert "GetWidth() == w" failed in SetWidth(): Changing the bitmap width is not supported Collecting stack trace information, please wait...2021-04-29 13:45:08.964517+0200 superslicer[97947:3194938] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=97947 2021-04-29 13:45:08.964601+0200 superslicer[97947:3194938] SecTaskCopyDebugDescription: superslicer[97947]/0#-1 LF=0 /Volumes/WORK/myprojects/SuperSlicer/SuperSlicer/deps/build/dep_wxWidgets-prefix/src/dep_wxWidgets/src/osx/core/bitmap.cpp(1376): assert "GetWidth() == w" failed in SetWidth(): Changing the bitmap width is not supported Collecting stack trace information, please wait...[2021-04-29 13:45:31.824694] [0x00000001112abe00] [info] 3dx mac handler starts [2021-04-29 13:45:31.824935] [0x00000001112abe00] [error] 3dx drivers module loading error: dlopen(/Library/Frameworks/3DconnexionClient.framework/3DconnexionClient, 5): image not found [2021-04-29 13:45:31.824947] [0x00000001112abe00] [info] 3dx drivers loaded: NO [2021-04-29 13:45:31.826865] [0x00000001112abe00] [info] Undo / Redo snapshot taken: New Project, Undo / Redo stack memory: 0MB Resident memory: 146MB; Peak memory usage: 151MB [2021-04-29 13:45:31.975787] [0x00000001112abe00] [debug] GLCanvas3D: Use Retina OpenGL: true [2021-04-29 13:45:31.975812] [0x00000001112abe00] [debug] GLCanvas3D: Use Retina OpenGL: true Assertion failed: (false), function select_technology, file /Volumes/WORK/myprojects/SuperSlicer/SuperSlicer/src/slic3r/GUI/BackgroundSlicingProcess.cpp, line 117. Process 97947 stopped * thread #1, name = 'slic3r_main', queue = 'com.apple.main-thread', stop reason = hit program assert frame #4: 0x000000010141ff36 superslicer`Slic3r::BackgroundSlicingProcess::select_technology(this=0x00000001138a1c90, tech=0) at BackgroundSlicingProcess.cpp:117:18 114 case ptFFF: m_print = m_fff_print; break; 115 case ptSLA: m_print = m_sla_print; break; 116 case ptSLS: m_print = m_fff_print; break; -> 117 default: assert(false); break; 118 } 119 changed = true; 120 } Target 0: (superslicer) stopped. (lldb) bt * thread #1, name = 'slic3r_main', queue = 'com.apple.main-thread', stop reason = hit program assert frame #0: 0x00007fff20389462 libsystem_kernel.dylib`__pthread_kill + 10 frame #1: 0x00007fff203b7610 libsystem_pthread.dylib`pthread_kill + 263 frame #2: 0x00007fff2030a720 libsystem_c.dylib`abort + 120 frame #3: 0x00007fff203099d6 libsystem_c.dylib`__assert_rtn + 314 * frame #4: 0x000000010141ff36 superslicer`Slic3r::BackgroundSlicingProcess::select_technology(this=0x00000001138a1c90, tech=0) at BackgroundSlicingProcess.cpp:117:18 frame #5: 0x0000000101a353ad superslicer`Slic3r::GUI::Plater::set_printer_technology(this=0x00000001130ae770, printer_technology=0) at Plater.cpp:6219:38 frame #6: 0x00000001018afe69 superslicer`Slic3r::GUI::GUI_App::load_current_presets(this=0x000000011202aa00, check_printer_presets_=true) at GUI_App.cpp:1971:18 frame #7: 0x00000001018ac270 superslicer`Slic3r::GUI::GUI_App::on_init_inner(this=0x000000011202aa00) at GUI_App.cpp:928:9 frame #8: 0x00000001018aaaa5 superslicer`Slic3r::GUI::GUI_App::OnInit(this=0x000000011202aa00) at GUI_App.cpp:765:16 frame #9: 0x000000010317ffc1 superslicer`wxApp::CallOnInit(this=0x000000011202aa00) at utils.mm:439:22 frame #10: 0x00000001033391a6 superslicer`wxEntry(argc=0x0000000103ba66b0, argv=0x0000000113004590) at init.cpp:491:25 frame #11: 0x00000001033393db superslicer`wxEntry(argc=0x00007ffeefbf79f8, argv=0x00007ffeefbff8e8) at init.cpp:519:12 frame #12: 0x00000001018871cf superslicer`Slic3r::GUI::GUI_Run(params=0x00007ffeefbf79f8) at GUI_Init.cpp:84:22 frame #13: 0x000000010000d403 superslicer`Slic3r::CLI::run(this=0x00007ffeefbff7c0, argc=5, argv=0x00007ffeefbff8e8) at PrusaSlicer.cpp:572:16 frame #14: 0x0000000100012059 superslicer`main(argc=5, argv=0x00007ffeefbff8e8) at PrusaSlicer.cpp:773:18 frame #15: 0x00007fff203d2621 libdyld.dylib`start + 1 frame #16: 0x00007fff203d2621 libdyld.dylib`start + 1 (lldb) ```So it seems |
I just picked your fix (102c882) to my branch, but the appstart fails at the same point in
|
Just to add to this issue, I have tried all the pre-release 2.3 versions from the releases page. They all crash immediately after the splash screen. MacOS doesn't report a crash as with some other software. The app simply closes immediately. So it doesn't provide me with a possibility to get a crash report. |
@akospalfi |
@supermerill I've tried this action build 235. This one sometimes crashes and sometimes doesn't. No crash console output:`fout 18:18:30.423181+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:30.548921+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:30.738919+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:30.739039+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:31.473690+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:18:31.473706+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.521512+0200 taskgated cannot open file at line 44595 of [02c344acea] fout 18:18:31.521553+0200 taskgated os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.568340+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:18:31.568367+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.570106+0200 CoreServicesUIAgent Error -60005 creating authorization fout 18:18:31.574738+0200 sharingd netfs_GetServerInfo returned 5 fout 18:18:31.603713+0200 sharingd netfs_GetServerInfo returned 5 fout 18:18:31.636771+0200 launchservicesd cannot open file at line 44595 of [02c344acea] fout 18:18:31.636791+0200 launchservicesd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.643887+0200 tccd FAIL: PID[52429]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:18:31.644206+0200 tccd FAIL: PID[52429]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:18:31.646059+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:31.646076+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.648782+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:31.648804+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.650445+0200 tccd FAIL: PID[52429]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:18:31.651329+0200 tccd FAIL: PID[52429]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:18:31.654118+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:31.654234+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.656877+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:31.656899+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.658906+0200 lsd Failed to enumerate URLs under /private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5 for SnapshotStorage reuse with error Error Domain=NSCocoaErrorDomain Code=256 "Het bestand 'C0C5AE92-5308-4D2A-8131-928666918CF5' kan niet worden geopend." UserInfo={NSURL=file:///private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5, NSFilePath=/private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5, NSUnderlyingError=0x7f895c42ffb0 {Error Domain=NSPOSIXErrorDomain Code=34 "Result too large"}} fout 18:18:31.667722+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:18:31.667749+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.672262+0200 ContextStoreAgent cannot open file at line 44595 of [02c344acea] fout 18:18:31.672396+0200 ContextStoreAgent os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.677670+0200 lsd Failed to enumerate URLs under /private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5 for SnapshotStorage reuse with error Error Domain=NSCocoaErrorDomain Code=256 "Het bestand 'C0C5AE92-5308-4D2A-8131-928666918CF5' kan niet worden geopend." UserInfo={NSURL=file:///private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5, NSFilePath=/private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5, NSUnderlyingError=0x7fa93fd12f30 {Error Domain=NSPOSIXErrorDomain Code=34 "Result too large"}} fout 18:18:31.688875+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:18:31.688920+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.723881+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:31.723911+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.732669+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:31.732701+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:31.757257+0200 kernel Sandbox: com.apple.WebKit(25351) deny(1) mach-lookup com.apple.diagnosticd fout 18:18:32.154225+0200 imklaunchagent IMKLaunchAgent -requestIMKXPCEndpointInvalid: received notification Request for Endpoint Invalid (from pid_t: 52429) for bundleID: fout 18:18:32.804352+0200 SuperSlicer Unable to locate MetalPluginName property or is of the wrong type fout 18:18:32.805860+0200 SuperSlicer +[MTLIOAccelDevice registerDevices]: Zero Metal services found fout 18:18:33.004518+0200 securityd cannot open file at line 44595 of [02c344acea] fout 18:18:33.004549+0200 securityd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:33.255140+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:33.255161+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:33.256817+0200 kernel Sandbox: tccd(133) deny(1) system-fsctl _IO('h', 47) fout 18:18:34.427623+0200 kernel Sandbox: com.apple.WebKit(47980) deny(1) mach-lookup com.apple.diagnosticd fout 18:18:36.195010+0200 Jabra Bria Integration nw_socket_handle_socket_event Socket SO_ERROR [61: Connection refused] fout 18:18:36.195169+0200 Jabra Bria Integration nw_connection_get_connected_socket [C2357] Client called nw_connection_get_connected_socket on unconnected nw_connection fout 18:18:36.195298+0200 Jabra Bria Integration TCP Conn 0x7ff5de3b0140 Failed : error 0:61 [61] fout 18:18:37.479012+0200 tccd FAIL: PID[52429]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:18:37.479243+0200 tccd FAIL: PID[52429]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:18:37.480503+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:37.480520+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:37.481704+0200 tccd Failed to copy signing info for 52429, responsible for file:///private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/C0C5AE92-5308-4D2A-8131-928666918CF5/d/SuperSlicer.app/Contents/MacOS/SuperSlicer: #-67062: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" fout 18:18:37.486313+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:18:37.486344+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:18:38.494782+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:38.494834+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:38.794357+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:18:38.794450+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) `CRASH Console Outpout`fout 18:19:16.187346+0200 sharingd netfs_GetServerInfo returned 5 fout 18:19:16.209594+0200 sharingd netfs_GetServerInfo returned 5 fout 18:19:17.139367+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:19:17.139384+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.192306+0200 taskgated cannot open file at line 44595 of [02c344acea] fout 18:19:17.192354+0200 taskgated os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.230222+0200 sharingd netfs_GetServerInfo returned 5 fout 18:19:17.232709+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:19:17.232738+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.235548+0200 CoreServicesUIAgent Error -60005 creating authorization fout 18:19:17.256052+0200 sharingd netfs_GetServerInfo returned 5 fout 18:19:17.297487+0200 launchservicesd cannot open file at line 44595 of [02c344acea] fout 18:19:17.297507+0200 launchservicesd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.304187+0200 tccd FAIL: PID[52498]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:19:17.304372+0200 tccd FAIL: PID[52498]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:19:17.306076+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:17.306097+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.308478+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:17.308554+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.309781+0200 tccd FAIL: PID[52498]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:19:17.310450+0200 tccd FAIL: PID[52498]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:19:17.312403+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:17.312432+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.314681+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:17.314712+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.315615+0200 lsd Failed to enumerate URLs under /private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C for SnapshotStorage reuse with error Error Domain=NSCocoaErrorDomain Code=256 "Het bestand '7ABDE853-15D4-4974-B33E-1D62D7DF013C' kan niet worden geopend." UserInfo={NSURL=file:///private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C, NSFilePath=/private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C, NSUnderlyingError=0x7f895c60ddc0 {Error Domain=NSPOSIXErrorDomain Code=34 "Result too large"}} fout 18:19:17.322793+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:19:17.322820+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.335159+0200 lsd Failed to enumerate URLs under /private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C for SnapshotStorage reuse with error Error Domain=NSCocoaErrorDomain Code=256 "Het bestand '7ABDE853-15D4-4974-B33E-1D62D7DF013C' kan niet worden geopend." UserInfo={NSURL=file:///private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C, NSFilePath=/private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C, NSUnderlyingError=0x7fa941adb1e0 {Error Domain=NSPOSIXErrorDomain Code=34 "Result too large"}} fout 18:19:17.336767+0200 ContextStoreAgent cannot open file at line 44595 of [02c344acea] fout 18:19:17.337040+0200 ContextStoreAgent os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.348752+0200 lsd cannot open file at line 44595 of [02c344acea] fout 18:19:17.348787+0200 lsd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.386653+0200 tccd FAIL: PID[52498]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:19:17.387478+0200 tccd FAIL: PID[52498]: SecTaskCopySigningIdentifier(): [22: Invalid argument] fout 18:19:17.391092+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:17.391113+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.393028+0200 tccd Failed to copy signing info for 52498, responsible for file:///private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C/d/SuperSlicer.app/Contents/MacOS/SuperSlicer: #-67062: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" fout 18:19:17.400127+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:17.400155+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:17.419857+0200 kernel Sandbox: com.apple.WebKit(25351) deny(1) mach-lookup com.apple.diagnosticd fout 18:19:17.860423+0200 imklaunchagent IMKLaunchAgent -requestIMKXPCEndpointInvalid: received notification Request for Endpoint Invalid (from pid_t: 52498) for bundleID: fout 18:19:18.187016+0200 runningboardd Ignoring invalidation request for 245-455-5404 because it doesn't exist fout 18:19:18.187100+0200 runningboardd Assertion invalidation request from 455 for identifier 245-455-5404 failed fout 18:19:18.188711+0200 runningboardd Ignoring invalidation request for 245-455-5407 because it doesn't exist fout 18:19:18.188747+0200 runningboardd Assertion invalidation request from 455 for identifier 245-455-5407 failed fout 18:19:18.198566+0200 ContextStoreAgent Unhandled notification: fout 18:19:18.286000+0200 runningboardd RBSStateCapture remove item called for untracked item 245-100-5405 (target:[app:52498]) fout 18:19:18.479892+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:19:18.499352+0200 ReportCrash File creation failed SuperSlicer_2021-04-29-181918_iMac-van-Marc.crash - uid: 501 gid: 20, euid: 501 egid: 20 - error 13: Permission denied fout 18:19:18.499392+0200 ReportCrash Failed to save crash report for SuperSlicer[52498] (version SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0)) to SuperSlicer_2021-04-29-181918_iMac-van-Marc.crash. fout 18:19:18.646946+0200 mDNSResponder GetLargeResourceRecord: SetRData failed for (NSEC) fout 18:19:19.218588+0200 mdmclient cannot open file at line 44595 of [02c344acea] fout 18:19:19.218621+0200 mdmclient os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:19.317320+0200 mdmclient Connection Invalid for service com.apple.apsd fout 18:19:19.320734+0200 mdmclient Connection Invalid for service com.apple.apsd fout 18:19:19.322561+0200 tccd cannot open file at line 44595 of [02c344acea] fout 18:19:19.322583+0200 tccd os_unix.c:44595: (2) open(/var/db/DetachedSignatures) - No such file or directory fout 18:19:19.324736+0200 kernel Sandbox: tccd(133) deny(1) system-fsctl _IO('h', 47) fout 18:19:19.325193+0200 tccd failed to get text offset for /private/var/folders/zw/f386642s0_j4bxq4nqy934bm0000gn/T/AppTranslocation/7ABDE853-15D4-4974-B33E-1D62D7DF013C/d/SuperSlicer.app/Contents/MacOS/SuperSlicer[52498]: (#3) No such process fout 18:19:19.325217+0200 tccd internal_TCCCreateDesignatedRequirementIdentityFromMessage: Refusing TCCCreateDesignatedRequirementIdentityFromAuditToken: unable to get SDK version of binary, fout 18:19:19.692771+0200 mdworker_shared All kCFPreferencesCurrentUser domains in this process will be volatile, because homeDirPath starts with /var/empty fout 18:19:19.692779+0200 mdworker_shared All kCFPreferencesCurrentUser domains in this process will be volatile, because homeDirPath starts with /var/empty fout 18:19:20.937056+0200 kernel Sandbox: routined(20744) deny(1) mach-lookup com.apple.Maps.MapsSync.store fout 18:19:20.937513+0200 routined error: XPC: synchronousRemoteObjectProxyWithErrorHandler encountered error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.Maps.MapsSync.store was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.Maps.MapsSync.store was invalidated.} fout 18:19:20.937832+0200 routined error: XPC: synchronousRemoteObjectProxyWithErrorHandler encountered error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.Maps.MapsSync.store was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.Maps.MapsSync.store was invalidated.} fout 18:19:21.117492+0200 kernel Sandbox: com.apple.WebKit(27633) deny(1) mach-lookup com.apple.diagnosticd fout 18:19:21.189752+0200 Jabra Bria Integration nw_socket_handle_socket_event Socket SO_ERROR [61: Connection refused] fout 18:19:21.190016+0200 Jabra Bria Integration nw_connection_get_connected_socket [C2360] Client called nw_connection_get_connected_socket on unconnected nw_connection fout 18:19:21.190112+0200 Jabra Bria Integration TCP Conn 0x7ff5de3b9090 Failed : error 0:61 [61] ` |
log:```Process: SuperSlicer [49157] Path: /Volumes/VOLUME/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Translated) Parent Process: ??? [1] Responsible: SuperSlicer [49157] User ID: 501Date/Time: 2021-04-29 13:54:52.956 -0400 Sleep/Wake UUID: 7D7152AA-6161-49E1-A0CE-7B1AB72F13C3 Time Awake Since Boot: 77000 seconds System Integrity Protection: disabled Notes: Translocated Process Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 VM Regions Near 0xffffffff800826a9: Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread Thread 1:: com.apple.rosetta.exceptionserver Thread 2: Thread 3: Thread 4: Thread 5: Thread 6: Thread 7: Thread 8: Thread 9: Thread 10: Thread 11:: com.apple.NSEventThread Thread 0 crashed with X86 Thread State (64-bit): Binary Images: Translated Code Information: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Model: MacBookPro17,1, BootROM 6723.101.4, proc 8:4:4 processors, 8 GB, SMC
|
I also am now unable to launch the Brim Ears version as well, even though it used to launch correctly. log:```Process: SuperSlicer [49434] Path: /Users/USER/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer SuperSlicer_2.3.55.5 (SuperSlicer_2.3.55.5) Code Type: X86-64 (Translated) Parent Process: ??? [1] Responsible: SuperSlicer [49434] User ID: 501Date/Time: 2021-04-29 13:58:49.436 -0400 Sleep/Wake UUID: 7D7152AA-6161-49E1-A0CE-7B1AB72F13C3 Time Awake Since Boot: 77000 seconds System Integrity Protection: disabled Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 VM Regions Near 0x8: Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread Thread 1:: com.apple.rosetta.exceptionserver Thread 2: Thread 3: Thread 4: Thread 5: Thread 6:: com.apple.NSEventThread Thread 7: Thread 0 crashed with X86 Thread State (64-bit): Binary Images: Translated Code Information: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced)
|
@supermerill Oh, yes, sorry these asserts seemed so suspicious to me I forgot that I wanted to track the root of the crash...
So the |
@lbibass I submitted the nightly #236: log macos bug, to let you run it and post the output.
3d1cd5c will fail, it's after dfc9671 |
238: 237: Crash log for one of the times it failed:```` Process: SuperSlicer [78091] Path: /private/var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: SuperSlicer [78091] User ID: 501Date/Time: 2021-05-01 11:41:18.814 +0200 Time Awake Since Boot: 210000 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5:: com.apple.NSEventThread Thread 6: Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 4 Thread 0 instruction stream: Thread 0 last branch register state not available. Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Model: iMac18,3, BootROM 429.100.7.0.0, 4 processors, Quad-Core Intel Core i7, 4,2 GHz, 16 GB, SMC 2.41f2
|
Unrelated to the issue, but when I try to import my config bundle from Prusa Slicer, I get this error:
|
thank you @mvieleers now, can somebody run the nightly build
and also give me the log of a run of the 236 build
k, will fix. |
239: Crash log:`Process: SuperSlicer [93056] Path: /private/var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: SuperSlicer [93056] User ID: 501Date/Time: 2021-05-01 16:22:59.494 +0200 Time Awake Since Boot: 230000 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5:: com.apple.NSEventThread Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 4 Thread 0 instruction stream: Thread 0 last branch register state not available. Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) ` |
Version 240: Crash log:`Process: SuperSlicer [93236] Path: /private/var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: SuperSlicer [93236] User ID: 501Date/Time: 2021-05-01 16:25:37.296 +0200 Time Awake Since Boot: 230000 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5:: com.apple.NSEventThread Thread 6: Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 2 Thread 0 instruction stream: Thread 0 last branch register state not available. Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Model: iMac18,3, BootROM 429.100.7.0.0, 4 processors, Quad-Core Intel Core i7, 4,2 GHz, 16 GB, SMC 2.41f2 |
Version 241: Crash log:`Process: SuperSlicer [93342] Path: /private/var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: SuperSlicer [93342] User ID: 501Date/Time: 2021-05-01 16:27:13.138 +0200 Time Awake Since Boot: 230000 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5:: com.apple.NSEventThread Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 0 Thread 0 instruction stream: Thread 0 last branch register state not available. Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) ` |
Happy to do this, but not really sure how I can provide you this log.... |
while I'm trying to make sense of the results, can someone make the build 242 fail? |
Broke it on the first try ;-) Here's the crash report for 242
|
ok, here's my theory:
So now I have to search for the commit/lines that silently&randomely do bad stuff. And it's almost impossible to find. I just find a possible thread-unsafe code block in config init. I'm going to fix that and submit an other build, in 2-3 hours. |
ok, can someone run the build 246? (and copy the output here) also, @akospalfi, how did you manage to create a debug build? on the gihub macos10.15 VM, something is wrong and it stop with |
Yes, I saw the same problem when I built in debug mode and it turned out that these asserts are turned off by an ifdef in wxwidgets by default.
and for the app itself:
And I had to apply this patch to the deps to fix the linker error that you saw: diff --git a/deps/wxWidgets/wxWidgets.cmake b/deps/wxWidgets/wxWidgets.cmake
index bf23698cf..18ecd5d78 100644
--- a/deps/wxWidgets/wxWidgets.cmake
+++ b/deps/wxWidgets/wxWidgets.cmake
@@ -26,7 +26,7 @@ prusaslicer_add_cmake_project(wxWidgets
-DwxBUILD_PRECOMP=ON
${_wx_toolkit}
"-DCMAKE_DEBUG_POSTFIX:STRING="
- -DwxBUILD_DEBUG_LEVEL=0
+ -DwxBUILD_DEBUG_LEVEL=1
-DwxUSE_DETECT_SM=OFF
-DwxUSE_UNICODE=ON
-DwxUSE_OPENGL=ON The rest of the build process was the same that the CI action does. I use macOS 11.2.3 and Xcode 12.5 with Apple clang version 12.0.5 (clang-1205.0.22.9). |
I think I can confirm your theory. If I'm on d4f5d64 and I only add the |
thank you and the build 246? |
I’ll test it in the evening and post the results. |
This error is not related to this issue! |
I've merged the bits from prusaslicer that will fix that last issue. |
@supermerill This is the run log of build 246: 246
|
erf I'm working on understanding more how the printer_tech and init of config works. |
@supermerill Build 252: 252
No crash and missing print&filament presets. |
@akospalfi |
hi the build 'debug macos 12' is here to launch in case of a crash Current investigation state, after dozen and dozen of hours lost in that issue: the software doesn't get the right value from the memory. And I don't know why. for reference, here is a good log: Summary
|
Yeah sorry about that, when I was running build 246 I forgot to add the --datadir setting and it was running with an empty setting directory (you can see in my logs, I've included the cmd line params). Build 246 log with the same settings dir as 252:
|
Ok some more investigation work on my side: Run log of build 256:
After that I cherry picked ef28df5 but it seems uint8_t does not solve the crash, so I changed the type to uint32_t and with this type the app can init successfully without a crash (also tested int8_t and it doesn't fix the crash either). Here's the log of the successful init:
|
some last though:
|
Yes, the situation is the same on macOS, according to the debugger the ConfigOption class takes 16 bytes overall no matter if I use bool or uint32_t.
Attached below.
Sounds like a plan. :) Run log of Nigthly macos 259:
|
Any updates on this? It's still broken, unfortunately. |
Same for me |
didn't had the time to push a not-buggy code before my departure. I'm back now. will push it shortly |
nice to hear that you are back :) just an FYI, I've been using my own build with the uint32_t "fix" for about a week now and I didn't notice any problem with it. |
Just wanted to let you know that the new version 2.3.56.0 seems to be working fine on Mac OS. |
Describe the bug
SuperSlicer Crashes on launch.
To Reproduce
Steps to reproduce the behavior:
Attempt to open SuperSlicer.
3D Model and Slic3r Configuration Export
N/A
Expected behavior
App Launches.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Here's the debug log reported by macos. This crash also occurs when running a build compiled on my native machine. This was not a problem as of commit d4f5d64.
log:
```Process: SuperSlicer [34192] Path: /private/var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Translated) Parent Process: ??? [1] Responsible: SuperSlicer [34192] User ID: 501Date/Time: 2021-04-26 17:38:00.388 -0400
OS Version: macOS 11.2.3 (20D91)
Report Version: 12
Anonymous UUID: A7484206-1361-AE4B-248C-74F12DFEDDC0
Sleep/Wake UUID: DF1B5D9F-5453-47E1-A1D5-70D70F84CF2A
Time Awake Since Boot: 70000 seconds
Time Since Wake: 8800 seconds
System Integrity Protection: enabled
Notes: Translocated Process
Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xc49dffff88371bf9 -> 0xffffffff88371bf9 (possible pointer authentication failure)
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [34192]
VM Regions Near 0xffffffff88371bf9:
--> mapped file 7fffe0000000-7fffe22cc000 [ 34.8M] r--/r-- SM=COW Object_id=f3266aa1
Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread
0 com.merill.slic3r/ 0x0000000102cea604 Slic3r::GUI::Tab::load_current_preset() + 964
1 com.merill.slic3r/ 0x0000000102bf0cc8 Slic3r::GUI::GUI_App::load_current_presets(bool) + 248
2 com.merill.slic3r/ 0x0000000102bec4e8 Slic3r::GUI::GUI_App::on_init_inner() + 3912
3 com.merill.slic3r/ 0x0000000102beb55b Slic3r::GUI::GUI_App::OnInit() + 11
4 com.merill.slic3r/ 0x0000000103a3ef51 wxApp::CallOnInit() + 417
5 com.merill.slic3r/ 0x0000000103bd1976 wxEntry(int&, wchar_t**) + 198
6 com.merill.slic3r/ 0x0000000103bd1bab wxEntry(int&, char**) + 59
7 com.merill.slic3r/ 0x0000000102bdc69c Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) + 236
8 com.merill.slic3r/ 0x00000001023359ab Slic3r::CLI::run(int, char**) + 17435
9 com.merill.slic3r/ 0x000000010233a237 main + 439
10 libdyld.dylib 0x00007fff20355621 start + 1
Thread 1:: com.apple.rosetta.exceptionserver
0 runtime 0x00007ffdffd74238 0x7ffdffd72000 + 8760
1 runtime 0x00007ffdffd7e354 0x7ffdffd72000 + 50004
2 runtime 0x00007ffdffd7f1f8 0x7ffdffd72000 + 53752
Thread 2:
0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100
Thread 3:
0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100
Thread 4:
0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100
Thread 5:
0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100
Thread 6:: com.apple.NSEventThread
0 ??? 0x00007ffe9634eab8 ???
1 libsystem_kernel.dylib 0x00007fff20305e7e mach_msg_trap + 10
2 com.apple.CoreFoundation 0x00007fff2043250d __CFRunLoopServiceMachPort + 316
3 com.apple.CoreFoundation 0x00007fff20430bf6 __CFRunLoopRun + 1319
4 com.apple.CoreFoundation 0x00007fff2042ffe2 CFRunLoopRunSpecific + 567
5 com.apple.AppKit 0x00007fff22d0b7c6 _NSEventThread + 124
6 libsystem_pthread.dylib 0x00007fff2033a950 _pthread_start + 224
7 libsystem_pthread.dylib 0x00007fff2033647b thread_start + 15
Thread 7:
0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100
Thread 8:
0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00006000022ccd00 rbx: 0xffffffffffffffff rcx: 0xc49dffff88371a41 rdx: 0x000000002f800078
rdi: 0x00006000022ccd00 rsi: 0x0000000000000000 rbp: 0x000000030bf21cf0 rsp: 0x000000030bf21c60
r8: 0x00000000000000cb r9: 0x00000000000007fb r10: 0x0000000000002530 r11: 0x0000000000000050
r12: 0x00007f9f5e263000 r13: 0x00007f9f3f617e60 r14: 0x0000600001919510 r15: 0x0000000004147800
rip: 0x0000000102cea604 rfl: 0x0000000000000242
Binary Images:
0x10232a000 - 0x1040e5fff +com.merill.slic3r/ (SuperSlicer Slic3r_2.3.56.0 - Slic3r_2.3.56.0) <5FA8C71A-D493-3AE0-A625-F57683DFA986> /var/folders//SuperSlicer.app/Contents/MacOS/SuperSlicer
0x114474000 - 0x114483fff libobjc-trampolines.dylib (818.2) <0FECD337-2668-3E38-B494-E75D781B054C> /usr/lib/libobjc-trampolines.dylib
0x11a554000 - 0x11a5bbfff com.apple.AppleMetalOpenGLRenderer (1.0 - 1) <700DD696-2785-38FB-ACA0-07F939D1B00C> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
0x11a6a9000 - 0x11ade4fff com.apple.AGXMetal13-3 (172.26.2 - 172.26.2) <6361D994-024D-3335-9F50-6902739D307E> /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3
0x205ae8000 - 0x205b83fff dyld (832.7.3) <0D4EA85F-7E30-338B-9215-314A5A5539B6> /usr/lib/dyld
0x7ffdffd72000 - 0x7ffdffde5fff +runtime (203.30) /Library/Apple//runtime
0x7fff2006e000 - 0x7fff2006ffff libsystem_blocks.dylib (78) /usr/lib/system/libsystem_blocks.dylib
0x7fff20070000 - 0x7fff200a5fff libxpc.dylib (2038.80.3) <70F26262-01AA-3CEC-9FAD-2701D24096F0> /usr/lib/system/libxpc.dylib
0x7fff200a6000 - 0x7fff200bdfff libsystem_trace.dylib (1277.80.2) <87FEF600-48D9-31C9-B8FC-D5249B2AE95D> /usr/lib/system/libsystem_trace.dylib
0x7fff200be000 - 0x7fff2015dfff libcorecrypto.dylib (1000.80.5) <1EB11CFB-ABD7-36DD-97C7-C112A6601416> /usr/lib/system/libcorecrypto.dylib
0x7fff2015e000 - 0x7fff2018afff libsystem_malloc.dylib (317.40.8) /usr/lib/system/libsystem_malloc.dylib
0x7fff2018b000 - 0x7fff201cffff libdispatch.dylib (1271.40.12) /usr/lib/system/libdispatch.dylib
0x7fff201d0000 - 0x7fff20209fff libobjc.A.dylib (818.2) <0F399805-A533-3DC9-A951-1D3DF1442BD9> /usr/lib/libobjc.A.dylib
0x7fff2020a000 - 0x7fff2020cfff libsystem_featureflags.dylib (28.60.1) <9CECB43A-094E-3CA9-B730-24DEA1A6DE05> /usr/lib/system/libsystem_featureflags.dylib
0x7fff2020d000 - 0x7fff20295fff libsystem_c.dylib (1439.40.11) <4AF71812-4099-3E96-B271-1F259491A2B2> /usr/lib/system/libsystem_c.dylib
0x7fff20296000 - 0x7fff202ebfff libc++.1.dylib (904.4) /usr/lib/libc++.1.dylib
0x7fff202ec000 - 0x7fff20304fff libc++abi.dylib (904.4) <3C9FE530-3CD2-3A64-8A36-70816AEBDF0D> /usr/lib/libc++abi.dylib
0x7fff20305000 - 0x7fff20333fff libsystem_kernel.dylib (7195.81.3) /usr/lib/system/libsystem_kernel.dylib
0x7fff20334000 - 0x7fff2033ffff libsystem_pthread.dylib (454.80.2) /usr/lib/system/libsystem_pthread.dylib
0x7fff20340000 - 0x7fff2037afff libdyld.dylib (832.7.3) <4641E48F-75B5-3CC7-8263-47BF79F15394> /usr/lib/system/libdyld.dylib
0x7fff2037b000 - 0x7fff20384fff libsystem_platform.dylib (254.80.2) <1C3E1A0A-92A8-3CDE-B622-8940B43A5DF2> /usr/lib/system/libsystem_platform.dylib
0x7fff20385000 - 0x7fff203b0fff libsystem_info.dylib (542.40.3) <0C96CFE8-71F5-3335-8423-581BC3DE5846> /usr/lib/system/libsystem_info.dylib
0x7fff203b1000 - 0x7fff2084cfff com.apple.CoreFoundation (6.9 - 1774.101) <46680730-F553-3297-B602-7A4372447F83> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff2084d000 - 0x7fff20a7cfff com.apple.LaunchServices (1122.11 - 1122.11) <9ACD5692-3B92-3E6E-8B24-56ADCC911556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff20a7d000 - 0x7fff20b50fff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff20b51000 - 0x7fff20ce9fff libBLAS.dylib (1336.40.1) <32291F75-309C-32E5-91E3-989C3DD033C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff20cea000 - 0x7fff20d37fff com.apple.Lexicon-framework (1.0 - 86.1) <2F429EBD-1BD2-3057-B760-8A81546DBD6F> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff20d38000 - 0x7fff20da6fff libSparse.dylib (106) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff20da7000 - 0x7fff20e24fff com.apple.SystemConfiguration (1.20 - 1.20) <3518EA0E-C32D-32CC-81B9-0F3C83B6430C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff20e25000 - 0x7fff20e5afff libCRFSuite.dylib (50) <970D1F7B-5DBD-355F-80D8-C820AA1626D2> /usr/lib/libCRFSuite.dylib
0x7fff20e5b000 - 0x7fff21092fff libmecabra.dylib (929.1.1) <102A0AD8-D119-340B-B652-B75F0AAB1C7E> /usr/lib/libmecabra.dylib
0x7fff21093000 - 0x7fff213f6fff com.apple.Foundation (6.9 - 1774.101) <8D9081B3-3F6A-31A0-9B20-1AE5CD8DD747> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff213f7000 - 0x7fff214e3fff com.apple.LanguageModeling (1.0 - 247.1) <1A05BCD7-232F-3950-936D-EC0F95BA3FB0> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff214e4000 - 0x7fff2161afff com.apple.CoreDisplay (231.3 - 231.3) <6DD6A260-800F-3284-842C-8E4CB9EA47FF> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff2161b000 - 0x7fff21891fff com.apple.audio.AudioToolboxCore (1.0 - 1180.25) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff21892000 - 0x7fff21a7afff com.apple.CoreText (677.3.0.4 - 677.3.0.4) <9A8DC9A0-1A80-3A26-ACA0-A245D3FFF921> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff21a7b000 - 0x7fff2211ffff com.apple.audio.CoreAudio (5.0 - 5.0) <801E2D1E-7EA5-37DA-8F44-B6D7DD3CE5B9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff22120000 - 0x7fff22471fff com.apple.security (7.0 - 59754.80.3) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff22472000 - 0x7fff226d3fff libicucore.A.dylib (66109) <8F8D8A8B-4EE0-3C09-9F45-725A1FBDD38C> /usr/lib/libicucore.A.dylib
0x7fff226d4000 - 0x7fff226ddfff libsystem_darwin.dylib (1439.40.11) /usr/lib/system/libsystem_darwin.dylib
0x7fff226de000 - 0x7fff229c5fff com.apple.CoreServices.CarbonCore (1307 - 1307) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff229c6000 - 0x7fff22a04fff com.apple.CoreServicesInternal (476 - 476) <0DA95074-B315-3B84-B8A3-BAEDC4471A2C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff22a05000 - 0x7fff22a3ffff com.apple.CSStore (1122.11 - 1122.11) <89992991-8538-380B-B2B8-4EA997CBFDBE> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff22a40000 - 0x7fff22aeefff com.apple.framework.IOKit (2.0.2 - 1845.81.1) <49AC0177-35A3-3C96-AD9D-3E59923C4761> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff22aef000 - 0x7fff22afafff libsystem_notify.dylib (279.40.4) /usr/lib/system/libsystem_notify.dylib
0x7fff22afb000 - 0x7fff22b46fff libsandbox.1.dylib (1441.60.4) <591F41F3-1FE9-354F-A1F9-BC0CC73333DA> /usr/lib/libsandbox.1.dylib
0x7fff22b47000 - 0x7fff238a9fff com.apple.AppKit (6.9 - 2022.30.122) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff238aa000 - 0x7fff23afefff com.apple.UIFoundation (1.0 - 727.3) <5A905085-B5EB-3F71-A663-200428E7A5F4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff23aff000 - 0x7fff23b11fff com.apple.UniformTypeIdentifiers (633.0.2 - 633.0.2) <2AAE247F-1BA0-3E42-A07B-CBE413747B30> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
0x7fff23b12000 - 0x7fff23c9cfff com.apple.desktopservices (1.18 - 1346.3.1) <2144B85E-A433-3F9E-A25D-E8F9D7B6D175> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff23f69000 - 0x7fff245acfff libnetwork.dylib (2288.80.2) /usr/lib/libnetwork.dylib
0x7fff245ad000 - 0x7fff24a4afff com.apple.CFNetwork (1220.1 - 1220.1) <04A917FB-DBFB-3432-BA4C-5B860990A420> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff24a4b000 - 0x7fff24a59fff libsystem_networkextension.dylib (1295.80.3) <5213D866-7D0E-3FD9-8E1A-03C0E39CEC44> /usr/lib/system/libsystem_networkextension.dylib
0x7fff24a5a000 - 0x7fff24a5afff libenergytrace.dylib (22) <33A9FBF3-A2D3-3ECE-9370-B0ADDE3896DE> /usr/lib/libenergytrace.dylib
0x7fff24a5b000 - 0x7fff24ab6fff libMobileGestalt.dylib (978.80.1) /usr/lib/libMobileGestalt.dylib
0x7fff24ab7000 - 0x7fff24acdfff libsystem_asl.dylib (385) <5B48071E-85EB-33B0-AE9B-127AEB398AEC> /usr/lib/system/libsystem_asl.dylib
0x7fff24ace000 - 0x7fff24ae5fff com.apple.TCC (1.0 - 1) <2F48471B-68F3-3017-8B18-BEDD4ED5853F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff24ae6000 - 0x7fff24e4cfff com.apple.SkyLight (1.600.0 - 570.7) <8034EAA7-787C-3A3E-A301-FF90376F247D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff24e4d000 - 0x7fff25506fff com.apple.CoreGraphics (2.0 - 1463.3.2) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff25507000 - 0x7fff255fdfff com.apple.ColorSync (4.13.0 - 3473.3.1) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff255fe000 - 0x7fff25659fff com.apple.HIServices (1.22 - 714) <780B2B09-80A6-32C8-B9E5-024988196E00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff2565a000 - 0x7fff25696fff libAWDSupport.dylib (949) <48B3DE65-6451-32AB-B409-62ECACB3F106> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
0x7fff25697000 - 0x7fff256f4fff libprotobuf.dylib (3919) <5E0C2FF8-28F5-3B1A-8CC9-1A53834A2F62> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff256f5000 - 0x7fff25706fff libprotobuf-lite.dylib (3919) <793C6174-DE9C-3ECF-86FF-B9403BA96456> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff25707000 - 0x7fff2574bfff com.apple.awd (1.0 - 949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff25a05000 - 0x7fff25e34fff com.apple.CoreData (120 - 1044.3) <4A41404B-4386-3811-94DE-0675E767E9BA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff25e35000 - 0x7fff25e4bfff com.apple.ProtocolBuffer (1 - 285.23.11.29.1) <58CD91DC-64A9-3A97-AE41-6EA30308D617> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff25e4c000 - 0x7fff26003fff libsqlite3.dylib (321.1) <5058AACC-054E-34D1-8E67-4C48C2B0814C> /usr/lib/libsqlite3.dylib
0x7fff26004000 - 0x7fff26080fff com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff26081000 - 0x7fff26099fff com.apple.commonutilities (8.0 - 900) <8C96D016-2B40-39C0-A51C-9CF687AE7218> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff2609a000 - 0x7fff2611bfff com.apple.BaseBoard (526 - 526) <3A964BB6-7AB8-3B5D-BAF6-40F56D2BA393> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff2611c000 - 0x7fff26167fff com.apple.RunningBoardServices (1.0 - 505.80.1) <4B9FFFB3-310F-350A-BEBB-AB779BD3F405> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff26168000 - 0x7fff261ddfff com.apple.AE (918.0.1 - 918.0.1) <9B6B42DB-8768-343B-B10E-A9A5710280CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff261de000 - 0x7fff261e4fff libdns_services.dylib (1310.80.1) <97EB5DFD-BB41-3834-BF09-1F597D84F324> /usr/lib/libdns_services.dylib
0x7fff261e5000 - 0x7fff261ecfff libsystem_symptoms.dylib (1431.40.36) /usr/lib/system/libsystem_symptoms.dylib
0x7fff261ed000 - 0x7fff26371fff com.apple.Network (1.0 - 1) <75C2713C-F0D8-32BA-A839-17A2AE49A061> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff26372000 - 0x7fff26396fff com.apple.analyticsd (1.0 - 1) <4FFF906A-FE79-38F9-B777-AE878A0C99F1> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff26397000 - 0x7fff26399fff libDiagnosticMessagesClient.dylib (112) <20EDB261-69C7-3E4A-8C00-878814186A62> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff2639a000 - 0x7fff263e6fff com.apple.spotlight.metadata.utilities (1.0 - 2150.7.5) /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff263e7000 - 0x7fff26481fff com.apple.Metadata (10.7.0 - 2150.7.5) <49187239-597B-31A1-8895-8AA265C818C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff26482000 - 0x7fff26488fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff26489000 - 0x7fff26e11fff com.apple.vImage (8.1 - 544.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff26e12000 - 0x7fff270dcfff com.apple.QuartzCore (1.11 - 926.8) <04D8759B-1119-3E37-B922-32BDECB7C5D2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff270dd000 - 0x7fff2711efff libFontRegistry.dylib (309) <9E9329F6-7384-3C7F-83E7-D52CD7FFBC09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff2711f000 - 0x7fff27260fff com.apple.coreui (2.1 - 690) <6DB427BB-44CA-3002-A3FF-77F0FEFC2A51> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff27261000 - 0x7fff2734cfff com.apple.ViewBridge (551.3 - 551.3) <9F31CEDB-5B8A-3BAE-A638-E9F352EF4E87> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff2734d000 - 0x7fff27358fff com.apple.PerformanceAnalysis (1.275 - 275) <2E5E666D-EE93-3949-8C76-692FA748D129> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff27359000 - 0x7fff27368fff com.apple.OpenDirectory (11.2 - 230.40.1) <333A7F2E-0F3E-37F1-9E1B-69996F5084D2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff27369000 - 0x7fff27388fff com.apple.CFOpenDirectory (11.2 - 230.40.1) <25F138F8-9E55-3749-8271-0FDB275C3E2C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff27389000 - 0x7fff27391fff com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <6B70B98B-BCC5-3FBE-A6B5-CD0696AA055A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff27392000 - 0x7fff273b6fff com.apple.coreservices.SharedFileList (144 - 144) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff273b7000 - 0x7fff273b9fff libapp_launch_measurement.dylib (14.1) <2BBB708C-4D91-364E-ABD0-39BF198688A6> /usr/lib/libapp_launch_measurement.dylib
0x7fff273ba000 - 0x7fff27402fff com.apple.CoreAutoLayout (1.0 - 21.10.1) <7A2E42E6-3AF2-3ECB-8A16-5C4AC41206EE> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
0x7fff27403000 - 0x7fff274e5fff libxml2.2.dylib (34.9) /usr/lib/libxml2.2.dylib
0x7fff274e6000 - 0x7fff27532fff com.apple.CoreVideo (1.8 - 408.4) <50857F8D-C7CC-3609-B0DB-FC3C7382243B> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff27533000 - 0x7fff27535fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff2755f000 - 0x7fff2757cfff com.apple.UserManagement (1.0 - 1) /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff27b46000 - 0x7fff28498fff libwebrtc.dylib (7610.4.3.1.7) <67D1DA0F-133B-36E7-8B19-C1D3B10A64CB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff28517000 - 0x7fff28527fff libsystem_containermanager.dylib (318.80.2) <6F08275F-B912-3D8E-9D74-4845158AE4F3> /usr/lib/system/libsystem_containermanager.dylib
0x7fff28528000 - 0x7fff28539fff com.apple.IOSurface (289.3 - 289.3) <029C5E16-2E04-3E98-BE25-CC8BAE5E3D19> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff2853a000 - 0x7fff28542fff com.apple.IOAccelerator (439.52 - 439.52) <41EDF102-E1B5-3FBA-A74A-6C583CAA5D24> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff28543000 - 0x7fff28668fff com.apple.Metal (244.32.7 - 244.32.7) <829B9C4D-2DB6-38C9-9FE8-E6544FB3BDCC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff28669000 - 0x7fff28685fff com.apple.audio.caulk (1.0 - 70) <3FFEB564-C7CC-3F3E-B193-3F4E7B7C6764> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff28686000 - 0x7fff2876ffff com.apple.CoreMedia (1.0 - 2765.6.4.2) <8E50C806-C6A2-3B96-B3D2-DA1FFC73D2A8> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff28770000 - 0x7fff288ccfff libFontParser.dylib (305.3.0.1) <2CD3B3C9-7022-34DD-BF53-D48D79DEF726> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff288cd000 - 0x7fff28bccfff com.apple.HIToolbox (2.1.1 - 1061.2) <82B316E1-E47F-334D-8C33-DB1B7E8A4F71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff28bcd000 - 0x7fff28be0fff com.apple.framework.DFRFoundation (1.0 - 265) <4B26DB42-BFDD-3B0D-8966-3D0926A3A5B7> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff28be1000 - 0x7fff28be4fff com.apple.dt.XCTTargetBootstrap (1.0 - 17500) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff28be5000 - 0x7fff28c0efff com.apple.CoreSVG (1.0 - 149) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff28c0f000 - 0x7fff28e4dfff com.apple.ImageIO (3.3.0 - 2130.3.5) <537A58B4-04CC-3405-9591-F09E3D9C87CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff28e4e000 - 0x7fff291cbfff com.apple.CoreImage (16.2.0 - 1130.1) <29BE82F7-93BE-336A-AF66-9DD3F48B8565> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff291cc000 - 0x7fff29227fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <287C79B5-4E13-3DF6-BDC4-439EC621E010> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff29228000 - 0x7fff2922bfff libsystem_configuration.dylib (1109.60.2) <4917D824-4DE8-32CC-9ED2-1FBF371FEB9F> /usr/lib/system/libsystem_configuration.dylib
0x7fff2922c000 - 0x7fff29230fff libsystem_sandbox.dylib (1441.60.4) <5F7F3DD1-4B38-310C-AA8F-19FF1B0F5276> /usr/lib/system/libsystem_sandbox.dylib
0x7fff29231000 - 0x7fff29232fff com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff29233000 - 0x7fff29236fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <4F8A1D06-3EFF-3174-BE9C-C4B70A3EA290> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff29237000 - 0x7fff29238fff liblangid.dylib (136) /usr/lib/liblangid.dylib
0x7fff29239000 - 0x7fff292d9fff com.apple.CoreNLP (1.0 - 245.1) <6C49B26B-CB39-3504-AD5E-9C3333FFE086> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff292da000 - 0x7fff292e0fff com.apple.LinguisticData (1.0 - 399) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff292e1000 - 0x7fff298e8fff libBNNS.dylib (288.80.1) <4146360D-FDD5-3901-9E75-C0A01F73D660> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff298e9000 - 0x7fff29a79fff libvDSP.dylib (760.40.6) <9D90DE5F-72DC-3334-9010-C79BA93CADF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff29a7a000 - 0x7fff29a8cfff com.apple.CoreEmoji (1.0 - 128) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff29a8d000 - 0x7fff29a97fff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
0x7fff29a98000 - 0x7fff29b6afff com.apple.framework.CoreWLAN (16.0 - 1657) <35927D28-3324-3CAB-9255-276A7022EADC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff29b6b000 - 0x7fff29d6afff com.apple.CoreUtils (6.5 - 650.6) <184C48A4-7F66-395B-81DB-DAA1641383CF> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff29d6b000 - 0x7fff29d8dfff com.apple.MobileKeyBag (2.0 - 1.0) <0F83FED4-709A-37A0-9E04-EFFD71CB1272> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff29d8e000 - 0x7fff29d9efff com.apple.AssertionServices (1.0 - 505.80.1) /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff29d9f000 - 0x7fff29e2bfff com.apple.securityfoundation (6.0 - 55240.40.4) <72AC63B1-0B72-394F-97E8-BA9B114DD0A9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff29e2c000 - 0x7fff29e35fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff29e36000 - 0x7fff29e3afff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff29e3b000 - 0x7fff29e3dfff libquarantine.dylib (119.40.2) <40D35D75-524B-3DA6-8159-E7E0FA66F5BC> /usr/lib/system/libquarantine.dylib
0x7fff29e3e000 - 0x7fff29e49fff libCheckFix.dylib (31) <74E17BB2-1A3C-3574-92DD-63ABE39E3FF9> /usr/lib/libCheckFix.dylib
0x7fff29e4a000 - 0x7fff29e61fff libcoretls.dylib (169) /usr/lib/libcoretls.dylib
0x7fff29e62000 - 0x7fff29e72fff libbsm.0.dylib (68.40.1) /usr/lib/libbsm.0.dylib
0x7fff29e73000 - 0x7fff29ebcfff libmecab.dylib (929.1.1) <1F424683-4213-3594-9BF5-EFCCCDAA83A5> /usr/lib/libmecab.dylib
0x7fff29ebd000 - 0x7fff29ec2fff libgermantok.dylib (24) /usr/lib/libgermantok.dylib
0x7fff29ec3000 - 0x7fff29ed9fff libLinearAlgebra.dylib (1336.40.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff29eda000 - 0x7fff2a101fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <8FA469B3-48BE-315B-B3A0-C868CD541608> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff2a102000 - 0x7fff2a151fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <613BB6F1-3588-3E25-B523-059022FBE56E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff2a152000 - 0x7fff2a299fff com.apple.MLCompute (1.0 - 1) <01B968D9-A464-3667-8B8E-C99AEBA1FF79> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
0x7fff2a29a000 - 0x7fff2a2d0fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff2a2d1000 - 0x7fff2a30efff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <51ECDE6B-39F8-3BAB-ADC1-84C958F40A3F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff2a30f000 - 0x7fff2a39ffff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff2a3a0000 - 0x7fff2a3affff com.apple.AppleFSCompression (125 - 1.0) <879A04AA-F9A1-3640-A9EF-F5D0813C852A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff2a3b0000 - 0x7fff2a3bdfff libbz2.1.0.dylib (44) /usr/lib/libbz2.1.0.dylib
0x7fff2a3be000 - 0x7fff2a3c2fff libsystem_coreservices.dylib (127) <529A0663-A936-309C-9318-1B04B7F70658> /usr/lib/system/libsystem_coreservices.dylib
0x7fff2a3c3000 - 0x7fff2a3f0fff com.apple.CoreServices.OSServices (1122.11 - 1122.11) <8D30829B-426E-361E-B2A9-5850F1E5513D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2a3f1000 - 0x7fff2a522fff com.apple.AuthKit (1.0 - 1) <4A9B2D94-7AB0-3417-8D4E-A9C6C31C31D4> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff2a5c6000 - 0x7fff2a5d8fff libz.1.dylib (76) <6E2BD7A3-DC55-3183-BBF7-3AC367BC1834> /usr/lib/libz.1.dylib
0x7fff2a5d9000 - 0x7fff2a624fff libsystem_m.dylib (3186.40.2) <7BE9BAE3-ADED-35DD-B920-34F590BAB507> /usr/lib/system/libsystem_m.dylib
0x7fff2a625000 - 0x7fff2a625fff libcharset.1.dylib (59) /usr/lib/libcharset.1.dylib
0x7fff2a626000 - 0x7fff2a62bfff libmacho.dylib (973.4) /usr/lib/system/libmacho.dylib
0x7fff2a62c000 - 0x7fff2a647fff libkxld.dylib (7195.81.3) /usr/lib/system/libkxld.dylib
0x7fff2a648000 - 0x7fff2a653fff libcommonCrypto.dylib (60178.40.2) <822A29CE-BF54-35AD-BB15-8FAECB800C7D> /usr/lib/system/libcommonCrypto.dylib
0x7fff2a654000 - 0x7fff2a65efff libunwind.dylib (200.10) <1D0A4B4A-4370-3548-8DC1-42A7B4BD45D3> /usr/lib/system/libunwind.dylib
0x7fff2a65f000 - 0x7fff2a666fff liboah.dylib (203.30) <44C477D9-013F-3A6D-A9FE-68A89214E6A5> /usr/lib/liboah.dylib
0x7fff2a667000 - 0x7fff2a671fff libcopyfile.dylib (173.40.2) <39DBE613-135B-3AFE-A6AF-7898A37F70C2> /usr/lib/system/libcopyfile.dylib
0x7fff2a672000 - 0x7fff2a679fff libcompiler_rt.dylib (102.2) <62EE1D14-5ED7-3CEC-81C0-9C93833641F1> /usr/lib/system/libcompiler_rt.dylib
0x7fff2a67a000 - 0x7fff2a67cfff libsystem_collections.dylib (1439.40.11) /usr/lib/system/libsystem_collections.dylib
0x7fff2a67d000 - 0x7fff2a67ffff libsystem_secinit.dylib (87.60.1) /usr/lib/system/libsystem_secinit.dylib
0x7fff2a680000 - 0x7fff2a682fff libremovefile.dylib (49.40.3) <5CC12A16-82CB-32F0-9040-72CFC88A48DF> /usr/lib/system/libremovefile.dylib
0x7fff2a683000 - 0x7fff2a683fff libkeymgr.dylib (31) <803F6AED-99D5-3CCF-B0FA-361BCF14C8C0> /usr/lib/system/libkeymgr.dylib
0x7fff2a684000 - 0x7fff2a68bfff libsystem_dnssd.dylib (1310.80.1) /usr/lib/system/libsystem_dnssd.dylib
0x7fff2a68c000 - 0x7fff2a691fff libcache.dylib (83) <1A98B064-8FED-39CF-BB2E-5BDA1EF5B65A> /usr/lib/system/libcache.dylib
0x7fff2a692000 - 0x7fff2a693fff libSystem.B.dylib (1292.60.1) <83503CE0-32B1-36DB-A4F0-3CC6B7BCF50A> /usr/lib/libSystem.B.dylib
0x7fff2a694000 - 0x7fff2a697fff libfakelink.dylib (3) /usr/lib/libfakelink.dylib
0x7fff2a698000 - 0x7fff2a698fff com.apple.SoftLinking (1.0 - 1) /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
0x7fff2a699000 - 0x7fff2a6d0fff libpcap.A.dylib (98.40.1) /usr/lib/libpcap.A.dylib
0x7fff2a6d1000 - 0x7fff2a7c1fff libiconv.2.dylib (59) /usr/lib/libiconv.2.dylib
0x7fff2a7c2000 - 0x7fff2a7d3fff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff2a7d4000 - 0x7fff2a845fff libarchive.2.dylib (83.40.4) <9061C767-43FD-3483-9C48-73973AF82DC1> /usr/lib/libarchive.2.dylib
0x7fff2a846000 - 0x7fff2a8adfff com.apple.SearchKit (1.4.1 - 1.4.1) <6243D4C0-3572-30A6-889A-B8690A5EAC24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2a8ae000 - 0x7fff2a8affff libThaiTokenizer.dylib (3) <47CDE3EE-60AB-38CE-9494-5CC047CACA7F> /usr/lib/libThaiTokenizer.dylib
0x7fff2a8b0000 - 0x7fff2a8d7fff com.apple.applesauce (1.0 - 16.26) <4A637FE0-A740-32F0-AE70-4593F6DF1573> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff2a8d8000 - 0x7fff2a8effff libapple_nghttp2.dylib (1.41) /usr/lib/libapple_nghttp2.dylib
0x7fff2a8f0000 - 0x7fff2a902fff libSparseBLAS.dylib (1336.40.1) <68601E17-33FE-3252-9A8A-7A3CF03333C7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2a903000 - 0x7fff2a904fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff2a905000 - 0x7fff2a909fff libpam.2.dylib (28.40.1) /usr/lib/libpam.2.dylib
0x7fff2a90a000 - 0x7fff2a922fff libcompression.dylib (96.40.6) <9F4FE20A-83E3-3690-9B9B-4DD2F7D9B179> /usr/lib/libcompression.dylib
0x7fff2a923000 - 0x7fff2a928fff libQuadrature.dylib (7) <55EE1866-623B-3C10-91FB-C8B06EB83995> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2a929000 - 0x7fff2acd3fff libLAPACK.dylib (1336.40.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2acd4000 - 0x7fff2ad22fff com.apple.DictionaryServices (1.2 - 341) <5D0B1BB2-995B-32EB-AE75-F5F27127ACAF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2ad23000 - 0x7fff2ad3bfff liblzma.5.dylib (16) <168D84A7-8E54-361E-9161-B661D96C0C9A> /usr/lib/liblzma.5.dylib
0x7fff2ad3c000 - 0x7fff2ad3dfff libcoretls_cfhelpers.dylib (169) <80AF345B-1989-3C88-AEF4-8FF18A366A9C> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff2ad3e000 - 0x7fff2ae38fff com.apple.APFS (1677.81.1 - 1677.81.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff2ae39000 - 0x7fff2ae46fff libxar.1.dylib (452) /usr/lib/libxar.1.dylib
0x7fff2ae47000 - 0x7fff2ae4afff libutil.dylib (58.40.2) <0A268749-08E7-3551-8969-442210651CCA> /usr/lib/libutil.dylib
0x7fff2ae4b000 - 0x7fff2ae73fff libxslt.1.dylib (17.3) <1C5219FB-B504-3658-B23B-2C45A3BA28F1> /usr/lib/libxslt.1.dylib
0x7fff2ae74000 - 0x7fff2ae7efff libChineseTokenizer.dylib (37) <718400BF-9911-3CB6-8CCE-4C2D7C35D80A> /usr/lib/libChineseTokenizer.dylib
0x7fff2ae7f000 - 0x7fff2aff7fff libvMisc.dylib (760.40.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2aff8000 - 0x7fff2b126fff libate.dylib (3.0.4) /usr/lib/libate.dylib
0x7fff2b127000 - 0x7fff2b12efff libIOReport.dylib (64) <8DEEA01D-B715-340A-900E-B448AB22720E> /usr/lib/libIOReport.dylib
0x7fff2b12f000 - 0x7fff2b15dfff com.apple.CrashReporterSupport (10.13 - 15047.1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff2b24a000 - 0x7fff2b251fff libMatch.1.dylib (38) /usr/lib/libMatch.1.dylib
0x7fff2b252000 - 0x7fff2b2ddfff libCoreStorage.dylib (554) <044E6815-6340-31D5-BEE9-760C354E92A3> /usr/lib/libCoreStorage.dylib
0x7fff2b2de000 - 0x7fff2b331fff com.apple.AppleVAFramework (6.1.3 - 6.1.3) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff2b332000 - 0x7fff2b34bfff libexpat.1.dylib (26) <1D978F91-674E-3A44-8A93-773C7E3E513C> /usr/lib/libexpat.1.dylib
0x7fff2b34c000 - 0x7fff2b355fff libheimdal-asn1.dylib (597.80.1) <8F6CD867-FB45-375D-82C1-E0AE79558C8C> /usr/lib/libheimdal-asn1.dylib
0x7fff2b356000 - 0x7fff2b36afff com.apple.IconFoundation (479.3 - 479.3) <3563C4B4-ABF6-3DE0-8381-D3667DFE2B80> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
0x7fff2b36b000 - 0x7fff2b3d8fff com.apple.IconServices (479.3 - 479.3) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff2b3d9000 - 0x7fff2b476fff com.apple.MediaExperience (1.0 - 1) <14E84D66-28B8-390E-A499-9F24B7628EC7> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff2b477000 - 0x7fff2b4a0fff com.apple.persistentconnection (1.0 - 1.0) /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff2b4a1000 - 0x7fff2b4affff com.apple.GraphVisualizer (1.0 - 100.1) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff2b4b0000 - 0x7fff2b8cbfff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <23CD0C8A-E300-3E28-BD5B-DDCDA4521C54> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff2b8cc000 - 0x7fff2b916fff com.apple.OTSVG (1.0 - 677.3.0.4) <827396F3-F3A7-3A4F-BE7F-171077501137> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff2b917000 - 0x7fff2b91dfff com.apple.xpc.AppServerSupport (1.0 - 2038.80.3) /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
0x7fff2b91e000 - 0x7fff2b92ffff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff2b930000 - 0x7fff2b932fff libspindump.dylib (295.1) <3B4701CB-8F66-3E50-A38A-BEEC992AAC31> /usr/lib/libspindump.dylib
0x7fff2b933000 - 0x7fff2b9f3fff com.apple.Heimdal (4.0 - 2.0) <69768234-4F4F-3AB6-B116-4AE249E6417A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff2b9f4000 - 0x7fff2ba0efff com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff2bb92000 - 0x7fff2bbfcfff com.apple.bom (14.0 - 233) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff2bbfd000 - 0x7fff2bc47fff com.apple.AppleJPEG (1.0 - 1) <7F3819DE-BCE7-32B7-BB33-10C1DB2BA512> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff2bc48000 - 0x7fff2bd25fff libJP2.dylib (2130.3.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff2bd26000 - 0x7fff2bd29fff com.apple.WatchdogClient.framework (1.0 - 98.80.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff2bd2a000 - 0x7fff2bd5dfff com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <4243F7DC-7EB9-3750-BE36-527B0BADF36C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff2bd5e000 - 0x7fff2beb0fff com.apple.VideoToolbox (1.0 - 2765.6.4.2) <425BDD2D-6C26-3D09-AD9F-942EA387B2A4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff2beb1000 - 0x7fff2bee3fff libAudioToolboxUtility.dylib (1180.25) <83DBFA98-F85B-3B63-B58F-C9989BAC9611> /usr/lib/libAudioToolboxUtility.dylib
0x7fff2bee4000 - 0x7fff2bf0afff libPng.dylib (2130.3.5) <2F7DB873-A5A1-35C1-86FF-7E191835B4F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff2bf0b000 - 0x7fff2bf6afff libTIFF.dylib (2130.3.5) <76E6AFAE-A77F-39E9-A3A1-F7D202EFBBF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff2bf6b000 - 0x7fff2bf87fff com.apple.IOPresentment (54 - 37) <5AD7B6E0-1744-3C8D-8A95-FE425DEA005C> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff2bf88000 - 0x7fff2bf8efff com.apple.GPUWrangler (6.2.2 - 6.2.2) <60363868-111B-36CF-9CDF-2643DF82002D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff2bf8f000 - 0x7fff2bf91fff libRadiance.dylib (2130.3.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff2bf92000 - 0x7fff2bf97fff com.apple.DSExternalDisplay (3.1 - 380) <010F8260-BC46-361E-BE59-540F765EFE74> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff2bf98000 - 0x7fff2bfbcfff libJPEG.dylib (2130.3.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff2bfbd000 - 0x7fff2bfecfff com.apple.ATSUI (1.0 - 1) <6C45783D-CF90-3F11-BA86-92D31A9B68CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2bfed000 - 0x7fff2bff1fff libGIF.dylib (2130.3.5) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff2bff2000 - 0x7fff2bffbfff com.apple.CMCaptureCore (1.0 - 80.20.5) <2B7E468B-D901-3EA9-85CF-82FD753785BD> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
0x7fff2bffc000 - 0x7fff2c043fff com.apple.print.framework.PrintCore (16 - 531) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2c044000 - 0x7fff2c110fff com.apple.TextureIO (3.10.9 - 3.10.9) <50BA07A4-02E8-38EE-B0B9-B12C277B563B> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff2c111000 - 0x7fff2c119fff com.apple.InternationalSupport (1.0 - 60) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff2c11a000 - 0x7fff2c195fff com.apple.datadetectorscore (8.0 - 674) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff2c196000 - 0x7fff2c1f4fff com.apple.UserActivity (435 - 435) <12250395-D660-3CC1-81DB-565340F2651B> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
0x7fff2ce43000 - 0x7fff2ce74fff libSessionUtility.dylib (76.7) <6AAD02A0-9590-3CED-9568-36E05C59AA2B> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
0x7fff2ce75000 - 0x7fff2cfa5fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <8E53C25F-9FE2-372E-8374-6A598D72C4C1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2cfa6000 - 0x7fff2d00dfff com.apple.audio.AudioSession (1.0 - 76.7) /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
0x7fff2d00e000 - 0x7fff2d020fff libAudioStatistics.dylib (25.4) <303533DD-D001-3CE8-A5A4-EC29F464FC3A> /usr/lib/libAudioStatistics.dylib
0x7fff2d021000 - 0x7fff2d030fff com.apple.speech.synthesis.framework (9.0.51.2 - 9.0.51.2) <14F3382B-2B8E-31E5-8C73-73F0B8DD05F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2d031000 - 0x7fff2d09cfff com.apple.ApplicationServices.ATS (377 - 516) <3DD60168-A0F3-3388-8DDE-69F81280AE91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2d09d000 - 0x7fff2d0b5fff libresolv.9.dylib (68) <7B043B4A-71CE-3F6E-91F0-CBBED47A9EA9> /usr/lib/libresolv.9.dylib
0x7fff2d135000 - 0x7fff2d168fff com.apple.securityinterface (10.0 - 55149.40.3) <3892D4CB-4F8E-333B-BB4D-26D01E4D7843> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff2d1e8000 - 0x7fff2d2c7fff libSMC.dylib (20) /usr/lib/libSMC.dylib
0x7fff2d2c8000 - 0x7fff2d327fff libcups.2.dylib (494.1) /usr/lib/libcups.2.dylib
0x7fff2d328000 - 0x7fff2d337fff com.apple.LangAnalysis (1.7.0 - 254) <14703020-3124-3C62-A9DB-6DD28024CD42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2d338000 - 0x7fff2d342fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff2d343000 - 0x7fff2d34afff com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2d34b000 - 0x7fff2d356fff com.apple.QD (4.0 - 416) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2d357000 - 0x7fff2d9c5fff com.apple.audio.AudioResourceArbitration (1.0 - 1) <6A293E4C-1E2D-36DA-B416-FBED7286CD6E> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff2d9c6000 - 0x7fff2d9d2fff com.apple.perfdata (1.0 - 67.40.1) /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x7fff2d9d3000 - 0x7fff2d9e1fff libperfcheck.dylib (41) <5AFDC5C6-EBB6-33E4-9215-1AACE6C6F6EE> /usr/lib/libperfcheck.dylib
0x7fff2d9e2000 - 0x7fff2d9f1fff com.apple.Kerberos (3.0 - 1) <02FFA3CA-F8AF-3211-9159-36BC29612650> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff2d9f2000 - 0x7fff2da41fff com.apple.GSS (4.0 - 2.0) <5D06022E-C963-390A-9487-90BD1B61BC20> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff2da42000 - 0x7fff2da52fff com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff2daa7000 - 0x7fff2dac9fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F4B051F-BC33-3880-81B2-5C62DABFF02D> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff2daca000 - 0x7fff2dad2fff com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff2dad3000 - 0x7fff2db5efff libTelephonyUtilDynamic.dylib (5347.1) /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff2dc27000 - 0x7fff2dc27fff liblaunch.dylib (2038.80.3) /usr/lib/system/liblaunch.dylib
0x7fff2e422000 - 0x7fff2e569fff com.apple.Sharing (1579 - 1579) <4925CAB3-09C0-373C-A5D3-9BB5FF025A4F> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff2e56a000 - 0x7fff2e68afff com.apple.Bluetooth (8.0.3 - 8.0.3d9) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff2e68b000 - 0x7fff2e69ffff com.apple.AppContainer (4.0 - 509.60.2) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff2e6a0000 - 0x7fff2e6a3fff com.apple.SecCodeWrapper (4.0 - 509.60.2) <1BEC89D6-6AC8-36C2-89AE-41662D14DC50> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff2e6a4000 - 0x7fff2e6fdfff com.apple.ProtectedCloudStorage (1.0 - 1) <88EF8B12-617E-316C-9036-18357E27BC0A> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff2fe54000 - 0x7fff2fe7ffff com.apple.RemoteViewServices (2.0 - 163) <661A448B-2901-33CD-B13C-362D61AFD998> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff2fe80000 - 0x7fff2fe8ffff com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff2fe90000 - 0x7fff2fe97fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <8C33ECFF-2FBF-30FF-87EA-32A508860543> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff300db000 - 0x7fff300dbfff libsystem_product_info_filter.dylib (8.40.1) <20310EE6-2C3F-361A-9ECA-4223AFC03B65> /usr/lib/system/libsystem_product_info_filter.dylib
0x7fff301b6000 - 0x7fff301b6fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7A6BDD87-91EE-3D5C-8FA4-6861B12EBA29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff301dd000 - 0x7fff301ddfff com.apple.CoreServices (1122.11 - 1122.11) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff304ab000 - 0x7fff304abfff com.apple.Accelerate (1.11 - Accelerate 1.11) <40317321-FF2B-38B7-B584-7CC4C5F5A889> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff304ec000 - 0x7fff304f7fff com.apple.MediaAccessibility (1.0 - 130) <264B30DF-646A-30EC-98B6-20429E9718CB> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff30d22000 - 0x7fff30d84fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff30d85000 - 0x7fff30d8efff com.apple.SymptomDiagnosticReporter (1.0 - 79.40.12) <83B5E330-D786-34D2-AEE6-6F7B34D6FE9C> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff30da3000 - 0x7fff30daffff com.apple.AppleIDAuthSupport (1.0 - 1) <964BA0DB-E86E-3F81-BB82-CC27184B6D20> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff30db0000 - 0x7fff30e58fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <2B9AA549-63FD-36BB-AE05-ABD5DAC41279> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff30e59000 - 0x7fff30e8cfff com.apple.MediaKit (16 - 927.40.2) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff30e8d000 - 0x7fff30f78fff com.apple.DiskManagement (14.0 - 1733.80.1) <9281E3F8-EAFE-3367-B7D5-23687AA6EB70> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff31366000 - 0x7fff31486fff com.apple.FileProvider (326.3 - 326.3) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff31487000 - 0x7fff314aafff com.apple.GenerationalStorage (2.0 - 322) <974A1465-7AA4-347E-8606-CF35160FFA92> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff31e0d000 - 0x7fff31e49fff com.apple.DebugSymbols (195.1 - 195.1) <12A5A6E2-6C84-3FCA-9927-8B9E241C607F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff31e4a000 - 0x7fff31f07fff com.apple.CoreSymbolication (12.2 - 64541.4) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff32d9e000 - 0x7fff32e01fff com.apple.framework.Apple80211 (17.0 - 1728) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff32e02000 - 0x7fff32f54fff com.apple.CoreWiFi (3.0 - 341) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff331c1000 - 0x7fff331d0fff com.apple.xpc.RemoteServiceDiscovery (1.0 - 2038.80.3) <78AF1606-37D8-3424-92AE-071A9F43AA0F> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff331d1000 - 0x7fff331e8fff com.apple.xpc.RemoteXPC (1.0 - 2038.80.3) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff33230000 - 0x7fff33233fff com.apple.help (1.3.8 - 71) <6074D81C-4507-35A6-88D7-D82309F81587> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff33234000 - 0x7fff3323bfff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff3323c000 - 0x7fff33247fff libcsfde.dylib (554) <9CDB9580-DD1C-347E-91C5-6D92D96F52F5> /usr/lib/libcsfde.dylib
0x7fff33475000 - 0x7fff33475fff com.apple.ApplicationServices (48 - 50) <42B48E32-1918-3178-8DE0-E8126B9EC088> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff33672000 - 0x7fff336c9fff com.apple.CorePrediction (1.0 - 1) <327F2507-712D-3212-B209-4DBEA9A2139B> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff33776000 - 0x7fff33776fff libHeimdalProxy.dylib (79) <85526E13-1E48-377A-A700-EE3F5648A6E3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff33829000 - 0x7fff33829fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8CF768B8-836B-3DA8-9F0A-8CF840348202> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff347e0000 - 0x7fff34830fff com.apple.ChunkingLibrary (334 - 334) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff34efe000 - 0x7fff350e1fff com.apple.WebKitLegacy (16610 - 16610.4.3.1.7) <863A3EDD-89F9-33E1-8F9C-AD8CA5166EBA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff35278000 - 0x7fff3527bfff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff36335000 - 0x7fff365e4fff libAWDSupportFramework.dylib (3919) <39FE5292-3015-37C8-ABAC-3C09A3C06649> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff366bf000 - 0x7fff366dafff com.apple.openscripting (1.7 - 190) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff366db000 - 0x7fff366defff com.apple.securityhi (9.0 - 55008) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff366df000 - 0x7fff366e2fff com.apple.ink.framework (10.15 - 227) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff366e3000 - 0x7fff366e6fff com.apple.CommonPanels (1.2.6 - 101) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff366e7000 - 0x7fff366eefff com.apple.ImageCapture (1708.1 - 1708.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff366ef000 - 0x7fff37997fff com.apple.JavaScriptCore (16610 - 16610.4.3.1.7) <0601A804-66EA-3973-B5F6-45731A666F4A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff38a39000 - 0x7fff38a59fff com.apple.IOGPU (20.23 - 20.23) <31C60E57-689E-3689-AC62-498D4C101BD1> /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
0x7fff396dc000 - 0x7fff396dffff com.apple.OSAServicesClient (1.0 - 1) <201350F5-56C4-3342-AD10-4BE20772C52B> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
0x7fff39713000 - 0x7fff3971afff com.apple.URLFormatting (146 - 146.8) <4CE9BD89-FAC1-3908-9A56-712F6266146B> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff3971b000 - 0x7fff3972afff com.apple.accessibility.AXCoreUtilities (1.0 - 1) /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff3972b000 - 0x7fff39742fff libAccessibility.dylib (2885.15.7) /usr/lib/libAccessibility.dylib
0x7fff39743000 - 0x7fff3c190fff com.apple.WebCore (16610 - 16610.4.3.1.7) <904B6F23-31E0-3B45-8513-11C5A174918E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff3c7ad000 - 0x7fff3c7f8fff com.apple.Safari.SafeBrowsing (610 - 610.4.3.1.7) <9D65266A-DE84-3984-82DD-FE427A533801> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff3c7f9000 - 0x7fff3d236fff com.apple.WebKit (16610 - 16610.4.3.1.7) <1ACAB6CE-CDA6-36E9-96AD-3385F9D8D29B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff3d3e5000 - 0x7fff3d3e8fff com.apple.print.framework.Print (15 - 271) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3d3e9000 - 0x7fff3d3ecfff com.apple.Carbon (160 - 164) <7395C7E9-AE3B-3547-8773-4F3A70B241AA> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff3d671000 - 0x7fff3d690fff com.apple.private.SystemPolicy (1.0 - 1) <29F5E3FE-CF12-3242-9FD3-4950DA38E4D0> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x7fff3dc86000 - 0x7fff3dc8afff com.apple.CoreOptimization (1.0 - 1) <91EC3966-3337-3248-AD14-B87D65BB669B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff3dfba000 - 0x7fff3dfc5fff com.apple.MallocStackLogging (1.0 - 1) <507894FA-6738-372B-9A10-C38AFC9DA079> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
0x7fff3dfdb000 - 0x7fff3dfedfff libmis.dylib (274.60.2) <6C720DC2-E50E-3A8D-8494-F8C007DF8DF4> /usr/lib/libmis.dylib
0x7fff3e51a000 - 0x7fff3e51dfff com.apple.WebInspectorUI (16610 - 16610.4.3.1.7) /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
0x7fff41be7000 - 0x7fff41c04fff libCGInterfaces.dylib (544.2) <8D95C64A-A90F-352F-AB9D-FF3AA792BC25> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff48563000 - 0x7fff485b2fff com.apple.osanalytics.OSAnalytics (1.0 - 1) /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
0x7fff5253b000 - 0x7fff525cdfff com.apple.Symbolication (12.2 - 64541.7.1) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6a6d9000 - 0x7fff6a6ddfff libmetal_timestamp.dylib (31001.161) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libmetal_timestamp.dylib
0x7fff6cb47000 - 0x7fff6cb4dfff libCoreFSCache.dylib (177.22) <44489BD1-3963-35DF-86F1-DE95778AC0DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff6cb4e000 - 0x7fff6cb52fff libCoreVMClient.dylib (177.22) <989F6CBF-CCEF-340D-9CB5-EC4133707040> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff6cb53000 - 0x7fff6cb62fff com.apple.opengl (18.1.1 - 18.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff6cb63000 - 0x7fff6cb65fff libCVMSPluginSupport.dylib (18.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff6cb66000 - 0x7fff6cb6efff libGFXShared.dylib (18.1.1) <45A1FFDC-03B7-3D64-AFAF-16D321B53D28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff6cb6f000 - 0x7fff6cba2fff libGLImage.dylib (18.1.1) <16D10CE1-C2A1-3E24-A617-766CB6E9133C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff6cba3000 - 0x7fff6cbdffff libGLU.dylib (18.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff6cbe0000 - 0x7fff6cd74fff libGLProgrammability.dylib (18.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff6cd75000 - 0x7fff6cd7ffff libGL.dylib (18.1.1) <68ABAADE-2DB4-3412-9F36-CA1AEAC8E9F6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff6cd80000 - 0x7fff6cefbfff GLEngine (18.1.1) <2C9F1F38-F0CA-3416-9A6E-C0E3F40C3AAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff6cefc000 - 0x7fff6cf25fff GLRendererFloat (18.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff6e1b6000 - 0x7fff6e20efff com.apple.opencl (4.5 - 4.5) <40B70A3B-D981-3E4A-9BEC-F22EF84118F5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff7041f000 - 0x7fff70429fff com.apple.AccessibilityBundles (1.0 - 173) <76F01EE4-1FEA-3334-B8B1-C1390A2C4F21> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
0x7fff7837b000 - 0x7fff78382fff libRosetta.dylib (203.30) <44C477D9-013F-3A6D-A9FE-68A89214E6A5> /usr/lib/libRosetta.dylib
Translated Code Information:
tmp0: 0x0000000102cea5fc tmp1: 0x0000000102cea5fc tmp2: 0x000000010649d158
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: 7542370
thread_create: 0
thread_set_state: 28
VM Region Summary:
ReadOnly portion of Libraries: Total=848.9M resident=0K(0%) swapped_out_or_unallocated=848.9M(100%)
Writable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 1
CG backing stores 3840K 6
CG image 8544K 106
CG raster data 2148K 61
CoreAnimation 36.6M 2
CoreGraphics 12K 2
CoreServices 224K 1
CoreUI image data 144K 1
Foundation 16K 1
Kernel Alloc Once 8K 1
MALLOC 235.5M 46
MALLOC guard page 192K 8
MALLOC_MEDIUM (reserved) 360.0M 3 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
Rosetta Arena 2048K 1
Rosetta Generic 848K 209
Rosetta IndirectBranch 1024K 1
Rosetta JIT 128.0M 1
Rosetta Return Stack 160K 16
Rosetta Thread Context 160K 16
STACK GUARD 24K 6
Stack 11.6M 8
Stack Guard 56.0M 2
VM_ALLOCATE 3480K 46
VM_ALLOCATE (reserved) 4K 1 reserved VM address space (unallocated)
__CTF 759 1
__DATA 14.8M 328
__DATA_CONST 16.1M 188
__DATA_DIRTY 664K 111
__FONT_DATA 4K 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 527.6M 13
__OBJC_RO 60.6M 1
__OBJC_RW 2449K 2
__TEXT 321.4M 333
__UNICODE 588K 1
mapped file 4.1G 413
shared memory 64K 4
unshared pmap 8544K 5
=========== ======= =======
TOTAL 6.2G 1952
TOTAL, minus reserved VM space 5.5G 1952```
The text was updated successfully, but these errors were encountered: