Coder Social home page Coder Social logo

Comments (16)

vspinu avatar vspinu commented on July 3, 2024 1

Thanks @marc-h38 for the updates. I personally never experienced this, but what you say does make sense. Compiling those menus in poly-R takes time because a sub-process has to be queried and many directories checked. So yes, it can take non-trivial amount of time.

from poly-r.

treese avatar treese commented on July 3, 2024 1

This turns out to have been a long-standing bug in the memory management for menus in Aquamacs, still present in the released Emacs 27. Patches for both have been submitted.

The discussion here, and Michael's distillation of how to reproduce it, were very helpful in tracking it down, so thanks very much!

(I'm the current Aquamacs maintainer.)

from poly-r.

vspinu avatar vspinu commented on July 3, 2024

Well, crashes are certainly out of polymode's scope. Something is not right with the emacs/aquamacs on your machine. Particularly with easy-menu-define macro. It might have been fixed in the newer emacs versions. Ideally one can open emacs under gdb and them report the binary stacktrace to the emucs bug tracker.

from poly-r.

braunm avatar braunm commented on July 3, 2024

I am able to replicate the issue with GNU Emacs 26.3 (downloaded from emacsformacos.com), so it is not just an Aquamacs 3.5 (based on emacs 25.3) problem. I am able to use the menu bar with other emacs packages (e.g., AucTeX).

To replicate on GNU Emacs, I opened a file with the following contents:

%% -*- poly-noweb+R
some text here

I then launched an R session, and clicked the menu bar. Crash.

Below I pasted the Problem Report generated by the OS after the crash of GNU Emacs. I'm just a "user" reporting a crash that occurs only after loading a newly updated version of poly-R, on two different computers, and two different versions of emacs.

Process:               Emacs-x86_64-10_14 [86409]
Path:                  /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_14
Identifier:            org.gnu.Emacs
Version:               Version 26.3 (9.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Emacs-x86_64-10_14 [86409]
User ID:               501

Date/Time:             2019-09-10 11:46:21.096 -0500
OS Version:            Mac OS X 10.14.6 (18G95)
Report Version:        12
Bridge OS Version:     3.6 (16P6571)
Anonymous UUID:        860C53EE-36BE-943F-6133-DBA1B5CBD87E

Sleep/Wake UUID:       7D9626C2-7D2D-459D-8611-5AACF04C97DF

Time Awake Since Boot: 190000 seconds
Time Since Wake:       2100 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff7ea812c6 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff7eb3cbf1 pthread_kill + 284
2   libsystem_c.dylib             	0x00007fff7e99ed8a raise + 26
3   Emacs-x86_64-10_14            	0x00000001000bb789 terminate_due_to_signal + 153
4   Emacs-x86_64-10_14            	0x00000001000d8e03 emacs_abort + 19
5   Emacs-x86_64-10_14            	0x00000001001c102a ns_term_shutdown + 122
6   Emacs-x86_64-10_14            	0x00000001000bb976 shut_down_emacs + 262
7   Emacs-x86_64-10_14            	0x00000001000bb756 terminate_due_to_signal + 102
8   Emacs-x86_64-10_14            	0x00000001000dba0e handle_fatal_signal + 14
9   Emacs-x86_64-10_14            	0x00000001000dba91 deliver_thread_signal + 129
10  Emacs-x86_64-10_14            	0x00000001000da629 deliver_fatal_thread_signal + 9
11  libsystem_platform.dylib      	0x00007fff7eb31b5d _sigtramp + 29
12  ???                           	0x00007fffadbd8018 0 + 140736108265496
13  libsystem_kernel.dylib        	0x00007fff7ea94589 abort_with_reason + 22
14  libobjc.A.dylib               	0x00007fff7d17a8dd _objc_fatalv(unsigned long long, unsigned long long, char const*, __va_list_tag*) + 108
15  libobjc.A.dylib               	0x00007fff7d17a78f _objc_fatal(char const*, ...) + 135
16  libobjc.A.dylib               	0x00007fff7d16d563 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 941
17  com.apple.CoreFoundation      	0x00007fff529c05ea _CFAutoreleasePoolPop + 22
18  com.apple.Foundation          	0x00007fff54c390e3 -[NSAutoreleasePool release] + 144
19  Emacs-x86_64-10_14            	0x00000001001db235 ns_update_menubar + 2341
20  Emacs-x86_64-10_14            	0x00000001001db27e x_activate_menubar + 14
21  Emacs-x86_64-10_14            	0x00000001000c53c2 read_char + 9634
22  Emacs-x86_64-10_14            	0x0000000100162261 read_filtered_event + 241
23  Emacs-x86_64-10_14            	0x000000010014166b funcall_subr + 299
24  Emacs-x86_64-10_14            	0x0000000100140b18 Ffuncall + 728
25  Emacs-x86_64-10_14            	0x0000000100184d3e exec_byte_code + 1838
26  Emacs-x86_64-10_14            	0x0000000100140ab9 Ffuncall + 633
27  Emacs-x86_64-10_14            	0x0000000100184d3e exec_byte_code + 1838
28  Emacs-x86_64-10_14            	0x0000000100140ab9 Ffuncall + 633
29  Emacs-x86_64-10_14            	0x0000000100139c26 Ffuncall_interactively + 70
30  Emacs-x86_64-10_14            	0x0000000100140b18 Ffuncall + 728
31  Emacs-x86_64-10_14            	0x000000010014066f Fapply + 607
32  Emacs-x86_64-10_14            	0x0000000100139e92 Fcall_interactively + 594
33  Emacs-x86_64-10_14            	0x000000010014166b funcall_subr + 299
34  Emacs-x86_64-10_14            	0x0000000100140b18 Ffuncall + 728
35  Emacs-x86_64-10_14            	0x0000000100184d3e exec_byte_code + 1838
36  Emacs-x86_64-10_14            	0x0000000100140ab9 Ffuncall + 633
37  Emacs-x86_64-10_14            	0x000000010014124c call1 + 44
38  Emacs-x86_64-10_14            	0x00000001000bfb0c command_loop_1 + 1900
39  Emacs-x86_64-10_14            	0x000000010013f16c internal_condition_case + 268
40  Emacs-x86_64-10_14            	0x00000001000cef60 command_loop_2 + 48
41  Emacs-x86_64-10_14            	0x000000010013e760 internal_catch + 272
42  Emacs-x86_64-10_14            	0x00000001000be81e command_loop + 158
43  Emacs-x86_64-10_14            	0x00000001000be72f recursive_edit_1 + 111
44  Emacs-x86_64-10_14            	0x00000001000bea16 Frecursive_edit + 406
45  Emacs-x86_64-10_14            	0x00000001000bd32d main + 6477
46  libdyld.dylib                 	0x00007fff7e9463d5 start + 1

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

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff7ea8261a __select + 10
1   Emacs-x86_64-10_14            	0x00000001001c26d8 -[EmacsApp fd_handler:] + 264
2   com.apple.Foundation          	0x00007fff54c47112 __NSThread__start__ + 1194
3   libsystem_pthread.dylib       	0x00007fff7eb3a2eb _pthread_body + 126
4   libsystem_pthread.dylib       	0x00007fff7eb3d249 _pthread_start + 66
5   libsystem_pthread.dylib       	0x00007fff7eb3940d thread_start + 13

Thread 3:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 4:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7ea7b22a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7ea7b76c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff529ee1ee __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff529ed75c __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff529ecebe CFRunLoopRunSpecific + 455
5   com.apple.AppKit              	0x00007fff4ffec4c2 _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff7eb3a2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff7eb3d249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7eb3940d thread_start + 13

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

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

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

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 12:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib       	0x00007fff7eb393f0 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000011055f5c0  rcx: 0x00007ffeefbfd728  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeefbfd760  rsp: 0x00007ffeefbfd728
   r8: 0x0000000000000005   r9: 0x0000000100d0d9a0  r10: 0x0000000000000000  r11: 0x0000000000000287
  r12: 0x0000000000000307  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff7ea812c6  rfl: 0x0000000000000286  cr2: 0x000000010eedd510
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x100000000 -        0x10022dff7 +Emacs-x86_64-10_14 (0) <86042E43-9893-3BEC-8F2A-32B74E6698F1> /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_14
       0x10075e000 -        0x1008a7fdf +libgnutls.30.dylib (0) <8AB47B12-07A6-317A-92F0-5FD3E29EA345> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libgnutls.30.dylib
       0x1008f4000 -        0x10099bfff +libp11-kit.0.dylib (0) <16D96976-AE5D-33A7-8C31-7E8879327B1C> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libp11-kit.0.dylib
       0x1009ec000 -        0x100a08fff +libidn2.0.dylib (0) <77F81732-0F0C-3E53-B27F-4E7A63BD0E87> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libidn2.0.dylib
       0x100a11000 -        0x100b75ff7 +libunistring.2.dylib (0) <408256BA-9B3D-3F7D-8B2A-360161D78347> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libunistring.2.dylib
       0x100b8f000 -        0x100b9bff3 +libtasn1.6.dylib (0) <75BB7B83-37D7-30A5-9774-0F23F8B118E9> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libtasn1.6.dylib
       0x100ba4000 -        0x100bc9ff7 +libnettle.6.dylib (0) <FB02BCD2-BB51-357A-9B77-CAAF6F63FC3E> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libnettle.6.dylib
       0x100bd8000 -        0x100c01ffb +libhogweed.4.dylib (0) <514278BB-1338-34FA-B4C2-64BF1BD8C87F> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libhogweed.4.dylib
       0x100c0f000 -        0x100c6afff +libgmp.10.dylib (0) <CA483C4E-6735-346B-B4C0-52E3A2B25DBE> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libgmp.10.dylib
       0x100c7b000 -        0x100c83ffb +libintl.8.dylib (0) <33D745A0-269E-37C7-920F-96FBD0085966> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libintl.8.dylib
       0x100c8c000 -        0x100c90fff +libffi.6.dylib (0) <DB182305-5726-3F68-A78D-E3E69AAD1CE4> /Applications/Emacs.app/Contents/MacOS/lib-x86_64-10_14/libffi.6.dylib
       0x10d900000 -        0x10d903047  libobjc-trampolines.dylib (756.2) <5795A048-3940-3801-90CE-33D1B1AF81F4> /usr/lib/libobjc-trampolines.dylib
       0x1104bd000 -        0x11052770f  dyld (655.1.1) <DFC3C4AF-6F97-3B34-B18D-7DCB23F2A83A> /usr/lib/dyld
    0x7fff47114000 -     0x7fff4746dfff  com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <AB6E8A8F-0BFE-37EE-A135-44ABA4FCB559> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff47470000 -     0x7fff4757cfff  com.apple.AMDMTLBronzeDriver (2.11.20 - 2.1.1) <1D8E8E3B-88F4-35B1-8E83-AE74B558C26C> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff4bf57000 -     0x7fff4c289fff  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (12.10.12 - 12.1.0) <F44A2087-008C-30CB-9E33-A94DFF197E68> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff4ed96000 -     0x7fff4ed96fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff4ed97000 -     0x7fff4edadff7  libCGInterfaces.dylib (506.22) <1B6C92D9-F4B8-37BA-9635-94C4A56098CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff4edae000 -     0x7fff4f447fef  com.apple.vImage (8.1 - ???) <53FA3611-894E-3158-A654-FBD2F70998FE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4f448000 -     0x7fff4f6c1ff3  libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff4f6c2000 -     0x7fff4f734ffb  libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff4f735000 -     0x7fff4fadeff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4fadf000 -     0x7fff4faf4feb  libLinearAlgebra.dylib (1243.200.4) <CB671EE6-DEA1-391C-9B2B-AA09A46B4D7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff4faf5000 -     0x7fff4fafaff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4fafb000 -     0x7fff4fb77ff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff4fb78000 -     0x7fff4fb8bfe3  libSparseBLAS.dylib (1243.200.4) <E9243341-DB77-37C1-97C5-3DFA00DD70FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff4fb8c000 -     0x7fff4fd73ff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff4fd74000 -     0x7fff4fe27ff7  libvMisc.dylib (671.250.4) <D5BA4812-BFFC-3CD0-B382-905CD8555DA6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4fe28000 -     0x7fff4fe28fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4ffca000 -     0x7fff50d7fffb  com.apple.AppKit (6.9 - 1671.60.107) <2F7E5984-E89A-3451-A3DF-FAAA509CF884> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff50dd1000 -     0x7fff50dd1fff  com.apple.ApplicationServices (50.1 - 50.1) <84097DEB-E2FC-3901-8DD7-A670EA2274E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff50dd2000 -     0x7fff50e3dfff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff50ed6000 -     0x7fff50fedfff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff50fee000 -     0x7fff51030fff  libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff5108a000 -     0x7fff510bcfff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff51121000 -     0x7fff51125ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <C0D9E23C-ABA0-39DE-A4EB-5A41C5499056> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff511c0000 -     0x7fff51212ff7  com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff51213000 -     0x7fff51222fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff51223000 -     0x7fff5126cff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff5126d000 -     0x7fff512a6ff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff512a7000 -     0x7fff512b3fff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <5E7B9BD4-122B-3012-A044-3259C97E7509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff512b4000 -     0x7fff5152bff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <04F482F1-E1C1-3955-8A6C-8AA152AA06F3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff5152d000 -     0x7fff5152dfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABC54269-002D-310D-9654-46CF960F863E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff51886000 -     0x7fff51c27fff  com.apple.CFNetwork (978.0.7 - 978.0.7) <B2133D0D-1399-3F17-80F0-313E3A241C89> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff51c41000 -     0x7fff51f38fff  com.apple.HIToolbox (2.1.1 - 918.7) <13F69D4C-D19F-3E09-9231-1978D783A556> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff51f43000 -     0x7fff51fd8ff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff52016000 -     0x7fff5201cff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff5214c000 -     0x7fff5229bff7  com.apple.ColorSync (4.13.0 - 3345.6) <31648BB6-7239-3D0E-81B1-BCF51FEF557F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff52427000 -     0x7fff524adfff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff52511000 -     0x7fff5253bffb  com.apple.CoreBluetooth (1.0 - 1) <A73F1709-DD18-3052-9F22-C0015278834B> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff5253c000 -     0x7fff528c1fef  com.apple.CoreData (120 - 866.6) <132CB39B-8D58-30FA-B8AD-49BFFF34B293> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff528c2000 -     0x7fff529b2ff7  com.apple.CoreDisplay (101.3 - 110.18) <0EB2A997-FCAD-3D17-B140-9829961E5327> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff529b3000 -     0x7fff52df7fe7  com.apple.CoreFoundation (6.9 - 1575.19) <B2850F42-CE01-3156-B121-FD4777290C8F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff52df9000 -     0x7fff53488fff  com.apple.CoreGraphics (2.0 - 1265.9) <BC95B558-EF77-3A57-A0BC-11606C778991> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff5348a000 -     0x7fff537aafff  com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff53aa7000 -     0x7fff53babfff  com.apple.CoreMedia (1.0 - 2290.13) <A739B93D-23C2-3A34-8D61-6AC924B9634F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff53c08000 -     0x7fff53c08fff  com.apple.CoreServices (946 - 946) <6EC9F377-EBD8-3358-92D1-6586F6F1E8E9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff53c09000 -     0x7fff53c85ff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff53c86000 -     0x7fff53f5dfff  com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) <CB87F0C7-2CD6-3983-8E32-B6A2EC925352> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff53f5e000 -     0x7fff53fa6ff7  com.apple.DictionaryServices (1.2 - 284.16.4) <746EB200-DC51-30AE-9CBC-608A7B4CC8DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff53fa7000 -     0x7fff53fafffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff53fb0000 -     0x7fff54161ff7  com.apple.LaunchServices (946 - 946) <A0C91634-9410-38E8-BC11-7A5A369E6BA5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff54162000 -     0x7fff54200ff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff54201000 -     0x7fff5424bff7  com.apple.CoreServices.OSServices (946 - 946) <20C4EEF8-D5AC-39A0-9B4A-78F88E3EFBCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff5424c000 -     0x7fff542b3ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff542b4000 -     0x7fff542d5ff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff545e0000 -     0x7fff54742ff3  com.apple.CoreText (352.0 - 584.26.3.2) <59919B0C-CBD5-3877-8D6F-D6048F1E5F42> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff54743000 -     0x7fff54783ff3  com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff54784000 -     0x7fff54813fff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <BF4B29F7-FBC8-3299-98E8-C3F8C04B7C92> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff54a6a000 -     0x7fff54a6fffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff54c35000 -     0x7fff54fe2ffb  com.apple.Foundation (6.9 - 1575.19) <A85BF812-B784-36B9-89BB-E29772B0708C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff55051000 -     0x7fff55080ffb  com.apple.GSS (4.0 - 2.0) <E2B90D08-3857-3155-9FCC-07D778988EC9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff55180000 -     0x7fff5528afff  com.apple.Bluetooth (6.0.14 - 6.0.14d3) <C2D1A774-2390-363D-8215-BF51FFCB6CCA> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff552ed000 -     0x7fff5537cfff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <8A90F547-86EF-3DFB-92FE-0E2C0376DD84> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff5537e000 -     0x7fff5538dffb  com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff553e1000 -     0x7fff5556cfef  com.apple.ImageIO.framework (3.3.0 - 1850.2) <75E46A31-D87D-35CE-86A4-96A50971FDB2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff5556d000 -     0x7fff55571ffb  libGIF.dylib (1850.2) <4774EBDF-583B-3DDD-A0E1-9F427CB6A074> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff55572000 -     0x7fff5564efef  libJP2.dylib (1850.2) <697BB77F-A682-339F-8659-35432962432D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff5564f000 -     0x7fff55674feb  libJPEG.dylib (1850.2) <171A8AC4-AADA-376F-9F2C-B9C978DB1007> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff55937000 -     0x7fff5595dfeb  libPng.dylib (1850.2) <FBCEE909-F573-3AD6-A45F-AF32612BF8A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff5595e000 -     0x7fff55960ffb  libRadiance.dylib (1850.2) <56907025-D5CE-3A9E-ACCB-A376C2599853> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff55961000 -     0x7fff559aefe7  libTIFF.dylib (1850.2) <F59557C9-C761-3E6F-85D1-0FBFFD53ED5C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff56b21000 -     0x7fff56b3afff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff56df4000 -     0x7fff56dfefff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff56eae000 -     0x7fff57554fff  com.apple.MediaToolbox (1.0 - 2290.13) <71BB5D76-34CA-3A30-AECF-24BE29FCC275> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff57556000 -     0x7fff575feff7  com.apple.Metal (162.2 - 162.2) <FFF7DFF3-7C4E-32C6-A0B5-C356079D3B7C> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff5761a000 -     0x7fff57639ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff5763a000 -     0x7fff576b6fe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <EE8440DA-66DF-3923-ABBC-E0543211C069> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff576b7000 -     0x7fff576defff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E64450DF-2B96-331E-B7F4-666E00571C70> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff576df000 -     0x7fff5780aff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <F2CF26B6-73F1-3644-8FE9-CDB9B2C4501F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff5780b000 -     0x7fff57825fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B33A35C3-0393-366B-ACFB-F4BB6A5F7B4A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff57826000 -     0x7fff57827ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff5861e000 -     0x7fff5862aff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff5b0c8000 -     0x7fff5b11fff7  com.apple.opencl (2.15.3 - 2.15.3) <056BAD8A-23BC-3F74-9E2C-3AC81E7DEA5A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff5b120000 -     0x7fff5b13bff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff5b13c000 -     0x7fff5b147ffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff5ba97000 -     0x7fff5ba99fff  libCVMSPluginSupport.dylib (17.7.3) <8E051EA7-55B6-3DF1-9821-72C391DE953B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff5ba9a000 -     0x7fff5ba9fff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff5baa0000 -     0x7fff5baa4fff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff5baa5000 -     0x7fff5baadff7  libGFXShared.dylib (17.7.3) <8C50BF27-B525-3B23-B86C-F444ADF97851> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff5baae000 -     0x7fff5bab9fff  libGL.dylib (17.7.3) <2AC457EA-1BD3-3C8E-AFAB-7EA6234EB749> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff5baba000 -     0x7fff5baf4fef  libGLImage.dylib (17.7.3) <AA027AFA-C115-3861-89B2-0AE946838952> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff5bc68000 -     0x7fff5bca6fff  libGLU.dylib (17.7.3) <CB3B0579-D9A2-3CA5-8942-0C8344FAD054> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff5c643000 -     0x7fff5c652ffb  com.apple.opengl (17.7.3 - 17.7.3) <94B5CF34-5BD6-3652-9A8C-E9C56E0A9FB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff5d455000 -     0x7fff5d6acff7  com.apple.QuartzCore (1.11 - 701.14) <33E846BE-1794-3186-9BF2-6ADF62C782A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff5dee1000 -     0x7fff5e1e1fff  com.apple.security (7.0 - 58286.270.3.0.1) <DF7677A7-9765-3B6A-9D1C-3589145E4B65> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff5e1e2000 -     0x7fff5e26efff  com.apple.securityfoundation (6.0 - 55185.260.1) <1EE899E6-222A-3526-B505-B0D0B6FA042A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff5e2a0000 -     0x7fff5e2a4fff  com.apple.xpc.ServiceManagement (1.0 - 1) <FCF7BABA-DDDD-3770-8DAC-7069850203C2> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff5e63d000 -     0x7fff5e6aafff  com.apple.SystemConfiguration (1.17 - 1.17) <30C8327F-3EFF-3520-9C50-016F8B6B954F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5e909000 -     0x7fff5ec6afff  com.apple.VideoToolbox (1.0 - 2290.13) <7FCB2FC0-EFB8-37C2-B0D3-60AE9FDFE230> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff618e6000 -     0x7fff6198bfeb  com.apple.APFS (1.0 - 1) <2D22485D-552D-3CB6-9FE1-38547597918F> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff623a0000 -     0x7fff623a1ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff629a2000 -     0x7fff629ceff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <16F093EF-370B-3B90-8DB4-E94624431D15> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff62af6000 -     0x7fff62b05fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff62c01000 -     0x7fff62c0cfff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff62c4d000 -     0x7fff62c96ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff62eea000 -     0x7fff62f0cfff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff62fd0000 -     0x7fff63020ff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <3399D678-8741-3B70-B8D0-7C63C8ACF7DF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff6306b000 -     0x7fff6307fffb  com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff6344e000 -     0x7fff6353aff7  com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff636fc000 -     0x7fff63704fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff63705000 -     0x7fff6379afff  com.apple.backup.framework (1.10.5 - ???) <4EEC51E2-AE4C-340A-B686-901810152C12> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff6379b000 -     0x7fff63808ff3  com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff65473000 -     0x7fff6547cffb  com.apple.CommonAuth (4.0 - 2.0) <93335CB6-ABEB-3EC7-A040-8A667F40D5F3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff65915000 -     0x7fff65cf8fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff65cf9000 -     0x7fff65d27ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff66155000 -     0x7fff66166ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff66710000 -     0x7fff66776ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff66a23000 -     0x7fff66a2bff7  com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff66ba7000 -     0x7fff66bd8ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff66f9f000 -     0x7fff67023fff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff670b3000 -     0x7fff671deff7  com.apple.coreui (2.1 - 499.10) <A80F4B09-F940-346F-A9DF-4EFADD9220A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff671df000 -     0x7fff6737ffff  com.apple.CoreUtils (5.9 - 590.16) <66CC50F7-766D-33E2-A388-4DE22840ADFB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff673d3000 -     0x7fff67436ff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <CA4B835A-27AC-3FAB-9F44-E48548EA2442> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff67437000 -     0x7fff67448ff7  com.apple.CrashReporterSupport (10.13 - 938.26) <E93D84A6-891D-38EE-BB4F-E9CD681189B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff674d8000 -     0x7fff674e7fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff674e8000 -     0x7fff674ecff7  com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff6756d000 -     0x7fff675e2ffb  com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff6762e000 -     0x7fff6766bff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff6766c000 -     0x7fff677a7ff7  com.apple.desktopservices (1.13.5 - ???) <265C0E94-B8BF-3F58-8D68-EA001EEA0B15> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff686ee000 -     0x7fff68b09fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff6c3bd000 -     0x7fff6c3befff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff6da5e000 -     0x7fff6da63fff  com.apple.GPUWrangler (3.50.12 - 3.50.12) <6C820ED9-F306-3978-B5B8-432AD97BBDAF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff6e86f000 -     0x7fff6e87efff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6e9e4000 -     0x7fff6ea58ffb  com.apple.Heimdal (4.0 - 2.0) <D97FCF19-EAD6-3E2F-BE88-F817E45CAE96> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff6ea59000 -     0x7fff6ea87fff  com.apple.HelpData (2.3 - 184.4) <22850610-29F8-3902-93A3-BBF403440185> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff6fd54000 -     0x7fff6fd5dfff  com.apple.IOAccelMemoryInfo (1.0 - 1) <EA04DC2A-F0C8-3471-9E59-BE8697050ADF> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff6fd5e000 -     0x7fff6fd65ffb  com.apple.IOAccelerator (404.14 - 404.14) <11A50171-C8AE-3BBC-9FB9-2A3313FFBD31> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6fd69000 -     0x7fff6fd81fff  com.apple.IOPresentment (1.0 - 42.6) <6DFD9A6E-BF95-3A27-89E7-ACAA9E30D90A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff70129000 -     0x7fff70156ff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff703e9000 -     0x7fff703fbff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <30CFE05C-4108-3879-AFAA-5BB02CBE190B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff70416000 -     0x7fff704f1ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff704f2000 -     0x7fff7052eff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff70535000 -     0x7fff7053afff  com.apple.LinguisticData (1.0 - 238.25) <F529B961-098C-3E4C-A3E9-9DA9BFA1B3F0> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff70d58000 -     0x7fff70d5bfff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff7122f000 -     0x7fff71257ff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff71258000 -     0x7fff712e5ff7  com.apple.gpusw.MetalTools (1.0 - 1) <CBE2176A-8048-3A9C-AFE4-13973D44C704> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff712fc000 -     0x7fff71315ffb  com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff71490000 -     0x7fff714abffb  com.apple.MobileKeyBag (2.0 - 1.0) <C7C5DD21-66DE-31D1-92D9-BBEEAAE156FB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff71534000 -     0x7fff7155effb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff7179a000 -     0x7fff717a4fff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff72005000 -     0x7fff72056ff3  com.apple.OTSVG (1.0 - ???) <5BF1A9EB-2694-3267-9514-A4EB3BEF4081> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff731ee000 -     0x7fff731fdff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff7508f000 -     0x7fff750adff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff75245000 -     0x7fff75295fff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff753f3000 -     0x7fff75415fff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff76c1f000 -     0x7fff76d3dfff  com.apple.Sharing (1288.62 - 1288.62) <48B1F247-7910-3C16-814C-B99DE231F7F0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff76d3e000 -     0x7fff76d5dffb  com.apple.shortcut (2.16 - 101) <FA635B3A-8B45-3132-BB06-BD0398F03E12> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff77b51000 -     0x7fff77e00fff  com.apple.SkyLight (1.600.0 - 340.54) <90EB1C2E-B264-3EC4-AF7F-CDE7E7585746> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff785a3000 -     0x7fff785affff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff78c4e000 -     0x7fff78c8aff3  com.apple.StreamingZip (1.0 - 1) <046FAD5C-E0C5-3013-B1FE-24C018A0DDCF> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff78d00000 -     0x7fff78d8bfc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff79273000 -     0x7fff7927fffb  com.apple.TCC (1.0 - 1) <73CF6FA9-44CE-30C9-887F-235940976585> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff794e5000 -     0x7fff795adff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff7966a000 -     0x7fff79821ffb  com.apple.UIFoundation (1.0 - 551.2) <917480B5-14BE-30E0-ABE6-9702336CC35A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff7a49d000 -     0x7fff7a576fff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff7ad4e000 -     0x7fff7ad51fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff7b152000 -     0x7fff7b154ffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff7b155000 -     0x7fff7b16afff  com.apple.login (3.0 - 3.0) <E168F05D-A5DF-3848-8686-DF5015EA4BA4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff7b41e000 -     0x7fff7b452fff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff7b455000 -     0x7fff7b45fff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff7b4ed000 -     0x7fff7b4eeffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff7b525000 -     0x7fff7b77cff3  libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
    0x7fff7b7cd000 -     0x7fff7b7ecfff  libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
    0x7fff7b7ed000 -     0x7fff7b7edfff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff7b92d000 -     0x7fff7b92effb  libSystem.B.dylib (1252.250.1) <B1006948-7AD0-3CA9-81E0-833F4DD6BFB4> /usr/lib/libSystem.B.dylib
    0x7fff7b9aa000 -     0x7fff7b9abfff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff7b9bd000 -     0x7fff7b9d3ffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff7b9d4000 -     0x7fff7b9fdffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff7b9fe000 -     0x7fff7ba7dfff  libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
    0x7fff7ba81000 -     0x7fff7ba81ff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff7bb51000 -     0x7fff7bb61ffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff7bb62000 -     0x7fff7bb6ffff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff7bb70000 -     0x7fff7bbc3ff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff7bbc4000 -     0x7fff7bbd9ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff7bbda000 -     0x7fff7bbdaff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff7bbdb000 -     0x7fff7bbebffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff7bbec000 -     0x7fff7bc04ffb  libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
    0x7fff7be79000 -     0x7fff7be8ffff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff7be90000 -     0x7fff7be91ff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff7c33d000 -     0x7fff7c393ff3  libcups.2.dylib (462.12) <095619DC-9233-3937-9E50-5F10D917A40D> /usr/lib/libcups.2.dylib
    0x7fff7c4c7000 -     0x7fff7c4c7fff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff7c4f9000 -     0x7fff7c4feff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff7c4ff000 -     0x7fff7c504ff7  libheimdal-asn1.dylib (520.270.1) <73F60D6F-76F8-35EF-9C86-9A81225EE4BE> /usr/lib/libheimdal-asn1.dylib
    0x7fff7c52f000 -     0x7fff7c61ffff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff7c620000 -     0x7fff7c881ffb  libicucore.A.dylib (62141.0.1) <A0D63918-76E9-3C1B-B255-46F4C1DA7FE8> /usr/lib/libicucore.A.dylib
    0x7fff7c8ce000 -     0x7fff7c8cffff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff7c8d0000 -     0x7fff7c8e8ff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff7c900000 -     0x7fff7c9a4ff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff7c9a5000 -     0x7fff7cba9fff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff7cbae000 -     0x7fff7cbdefff  libncurses.5.4.dylib (53.200.3) <767B4D3D-CF4C-33DF-B282-0CAC013A7AD0> /usr/lib/libncurses.5.4.dylib
    0x7fff7cd81000 -     0x7fff7d0d2ff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff7d164000 -     0x7fff7d8e9fdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
    0x7fff7d8fb000 -     0x7fff7d8ffffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff7d902000 -     0x7fff7d937fff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff7da50000 -     0x7fff7da68ffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff7dab9000 -     0x7fff7dabaff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff7dabb000 -     0x7fff7dc98fff  libsqlite3.dylib (274.26) <6404BA3B-BCA4-301F-B2FE-8776105A2AA3> /usr/lib/libsqlite3.dylib
    0x7fff7deb1000 -     0x7fff7deb4ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff7deb5000 -     0x7fff7dec2fff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff7dec7000 -     0x7fff7dfa9ff3  libxml2.2.dylib (32.10) <AA4E1B1F-0FDE-3274-9FA5-75446298D1AC> /usr/lib/libxml2.2.dylib
    0x7fff7dfaa000 -     0x7fff7dfd2ff3  libxslt.1.dylib (16.5) <E330D3A2-E32B-378A-973E-A8D245C0F712> /usr/lib/libxslt.1.dylib
    0x7fff7dfd3000 -     0x7fff7dfe5ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff7e7c9000 -     0x7fff7e7cdff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff7e7ce000 -     0x7fff7e7d8ff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff7e7d9000 -     0x7fff7e7e0ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff7e7e1000 -     0x7fff7e7eaff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff7e7eb000 -     0x7fff7e86ffc3  libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
    0x7fff7e8f6000 -     0x7fff7e92fff7  libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
    0x7fff7e930000 -     0x7fff7e95cff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff7e95d000 -     0x7fff7e95dffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff7e95e000 -     0x7fff7e96aff3  libkxld.dylib (4903.271.2) <FBF128C8-D3F0-36B6-983A-A63B8A3E0E52> /usr/lib/system/libkxld.dylib
    0x7fff7e96b000 -     0x7fff7e96bff7  liblaunch.dylib (1336.261.2) <2B07E27E-D404-3E98-9D28-BCA641E5C479> /usr/lib/system/liblaunch.dylib
    0x7fff7e96c000 -     0x7fff7e971fff  libmacho.dylib (927.0.3) <A377D608-77AB-3F6E-90F0-B4F251A5C12F> /usr/lib/system/libmacho.dylib
    0x7fff7e972000 -     0x7fff7e974ffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff7e975000 -     0x7fff7e976ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff7e977000 -     0x7fff7e98eff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff7e98f000 -     0x7fff7e98fff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7e990000 -     0x7fff7ea17fff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff7ea18000 -     0x7fff7ea1bffb  libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
    0x7fff7ea1c000 -     0x7fff7ea1fff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff7ea20000 -     0x7fff7ea26fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff7ea27000 -     0x7fff7ea2dff7  libsystem_dnssd.dylib (878.270.2) <E9A5ACCF-E35F-3909-AF0A-2A37CD217276> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff7ea2e000 -     0x7fff7ea79ffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff7ea7a000 -     0x7fff7eaa2ff7  libsystem_kernel.dylib (4903.271.2) <EA204E3C-870B-30DD-B4AF-D1BB66420D14> /usr/lib/system/libsystem_kernel.dylib
    0x7fff7eaa3000 -     0x7fff7eaeeff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff7eaef000 -     0x7fff7eb19fff  libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7eb1a000 -     0x7fff7eb24ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff7eb25000 -     0x7fff7eb2cfff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff7eb2d000 -     0x7fff7eb36fef  libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
    0x7fff7eb37000 -     0x7fff7eb41ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff7eb42000 -     0x7fff7eb45ff7  libsystem_sandbox.dylib (851.270.1) <9494594B-5199-3186-82AB-5FF8BED6EE16> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7eb46000 -     0x7fff7eb48ff3  libsystem_secinit.dylib (30.260.2) <EF1EA47B-7B22-35E8-BD9B-F7003DCB96AE> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7eb49000 -     0x7fff7eb50ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff7eb51000 -     0x7fff7eb66fff  libsystem_trace.dylib (906.260.1) <FC761C3B-5434-3A52-912D-F1B15FAA8EB2> /usr/lib/system/libsystem_trace.dylib
    0x7fff7eb68000 -     0x7fff7eb6dffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff7eb6e000 -     0x7fff7eb9dfff  libxpc.dylib (1336.261.2) <7DEE2300-6D8E-3C00-9C63-E3E80D56B0C4> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=400.8M resident=0K(0%) swapped_out_or_unallocated=400.8M(100%)
Writable regions: Total=212.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=212.7M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG backing stores                 1160K        2 
CG image                           460K       34 
CoreAnimation                     28.3M       10 
CoreGraphics                         8K        1 
CoreImage                          460K       36 
CoreUI image data                  760K        7 
CoreUI image file                  208K        3 
Dispatch continuations            24.0M        1 
Foundation                           4K        1 
Image IO                           304K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           132.8M       49 
MALLOC guard page                   32K        7 
Memory Tag 242                      12K        1 
STACK GUARD                       54.5M       14 
Stack                             16.2M       15 
VM_ALLOCATE                        108K       11 
__DATA                            47.8M      270 
__FONT_DATA                          4K        1 
__LINKEDIT                       224.2M       14 
__TEXT                           176.6M      257 
__UNICODE                          564K        1 
mapped file                       53.0M       19 
shared memory                      640K       11 
===========                     =======  ======= 
TOTAL                            762.4M      770 

Model: MacBookPro15,1, BootROM 220.270.99.0.0 (iBridge: 16.16.6571.0.0,0), 6 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro560XItem, Radeon Pro 560X, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2400 MHz, SK Hynix, -
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2400 MHz, SK Hynix, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Mar 28 2019 19:17:52 version 9.137.9.0.32.6.34 FWID 01-36f56c94
Bluetooth: Version 6.0.14d3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: iBridge Bus
USB Device: iBridge DFR brightness
USB Device: iBridge Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: iBridge ALS
USB Device: iBridge FaceTime HD Camera (Built-in)
USB Device: iBridge
Thunderbolt Bus: MacBook Pro, Apple Inc., 42.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 42.1

from poly-r.

vspinu avatar vspinu commented on July 3, 2024

Can you replicate it from plain r-mode buffers? That menu appears in ess mode as well.

Can you trigger the crash by executing (ess-get-next-available-process "R" t) or (poly-r-rmarkdown-templates-menu) ?

It's something low level and surely OS/window manager specific. I would be happy to add a work around but as I cannot reproduce I am afraid your are alone here. The GNU bug tracker is the right place for this really.

from poly-r.

braunm avatar braunm commented on July 3, 2024

I can now replicate it without any buffers at all. For GNU Emacs 26.3, running with no configurations at all:

From Terminal:

  cd /Applications/Emacs.app/Contents/MacOS
     ./Emacs -Q

Then, in Emacs:

M-: (require 'package)
M-x package-initialize
M-: (require 'poly-R)
M-x R
<click on menu bar>
Crash!

After launching the R session, I evaluated the two expressions you suggested. (ess-get-next-available-process "R" t) returned nil. (poly-r-rmarkdown-templates-menu) returned the following in the Messages buffer:

(("rmarkdown" ["GitHub Document (Markdown)" (poly-r--rmarkdown-draft "rmarkdown" "github_document") :help "Template for documents to be published as GitHub Flavored Markdown.
"] ["Package Vignette (HTML)" (poly-r--rmarkdown-draft "rmarkdown" "html_vignette") :help "Template for package vignettes. This customises the basic HTML output to take up as little space as possible.
"]))

In either case, I would still get a crash after clicking on the menu bar. Because I launched emacs from the Terminal window, I get the following output there after the crash:

2019-09-10 16:10:44.624 Emacs-x86_64-10_14[8824:196256] Failed to initialize color list unarchiver: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver_initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver" UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver_initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver}
objc[8824]: Invalid or prematurely-freed autorelease pool 0x1010081d0.
Fatal error 6: Abort trapAbort trap: 6

Removing the offending lines in poly-R.el would be a useful workaround, but at this point, it matters to me only if I update the package again.

I see your point about this being a lower-level GNU Emacs thing, but I'm going to try the ESS list next. The crash appears to occur only with R. I tried after launching a bash shell and a python session, and had no problems. If there is no solution there, I'll move up to the Emacs list.

Are there any other packages, other than poly-R, that you know use easy-menu-define in a way that would trigger the same kind of crash?

In any case, thanks for your help with the debugging.

from poly-r.

vspinu avatar vspinu commented on July 3, 2024

I think a lot of packages do use easy menu define. I will cross check if I use it incorrectly somehow.

Back to my previous question. Do you see the crash from *R* buffer when you click on R-Markdown menu? Or it only happens from the polymode buffers?

from poly-r.

braunm avatar braunm commented on July 3, 2024

I just checked using a basic Emacs 26.3 instance with no configurations, as above. It appears that if the active buffer is either the R session, or a buffer in ess-R mode, there is a crash. But if, say, there is an R session open, but the cursor is in a tex file, there is no crash.

I reported the issue to ess-bugs, and a respondent was able to replicate the problem.

The crash occurs if I click on any menu item at the top of the screen (File, Edit, etc.).

from poly-r.

vspinu avatar vspinu commented on July 3, 2024

It's most surely Mac OS issue. Let's try to narrow it down.

Can you just redefine poly-r-rmarkdown-templates-menu like this and try again:

(defun poly-r-rmarkdown-templates-menu (&optional _items)
  '(("rmarkdown" ["GitHub Document (Markdown)" (poly-r--rmarkdown-draft "rmarkdown" "github_document") :help "Template for documents to be published as GitHub Flavored Markdown.
"] ["Package Vignette (HTML)" (poly-r--rmarkdown-draft "rmarkdown" "html_vignette") :help "Template for package vignettes. This customises the basic HTML output to take up as little space as possible.
"])))

If it doesn't crash that means it has something to do with calling a process from the menu.

Would it be possible for you to pull emacs source and compile emacs 27. Just to be sure that this thing hasn't been fixed on the emacs side already?

from poly-r.

braunm avatar braunm commented on July 3, 2024

The crash no longer happens after redefining poly-r-rmarkdown-templates-menu.
I downloaded a precompiled nightly build of Emacs 27.0.50, but could not get any packages to load at all.

from poly-r.

vspinu avatar vspinu commented on July 3, 2024

You just need to clone poly-R and from the comand line:

export EMACS=emacs27
make start

this will start emacs 27 with all polymode and ESS dependencies installed from scratch.

Replace emacs27 with whatever binary you want to try with.

from poly-r.

braunm avatar braunm commented on July 3, 2024

Here's what I did from the cloned poly-R directory:

export EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
make start

This launched the GUI for emacs 27.0.50. Then, in Emacs:

<click on menubar with cursor in scratch buffer>
No problem!
M-x R
<click on menubar with cursor in scratch buffer>
No problem!
<click on menubar with cursor in R buffer>
Crash!

from poly-r.

mirkhosro avatar mirkhosro commented on July 3, 2024

I'm also affected by this issue. When I disable poly-R by commenting out (require 'poly-R) from my init file crashes stop happening. I'm using Emacs 26.3 on MacOS 10.15.2, or to be more exact GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.3 (Build 18D109)) installed by brew cask

from poly-r.

marc-h38 avatar marc-h38 commented on July 3, 2024

It's not specific to R.
https://www.google.com/search?q=macos+emacs+click+menubar+crash
For me tramp seems to be triggering it. I'm on 10.14.6, emacs 26.1 is fine but 26.2 and 26.3 crash systematically like this.

from poly-r.

marc-h38 avatar marc-h38 commented on July 3, 2024

After some more investigation I just detailed in Tramp bug https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24472 I suspect rendering the menu takes too long, a macOS timeout cancels that rendering and frees up something in the NSAutoreleasePool that Emacs tries to release a second time as described by Alan Third in 24472.

I know absolutely nothing about poly-R but the workaround(s) listed above all feel like running less code (i.e.: in a shorter time) when the user tries to click on the menu. Confirm? Does artificially increasing that time make the crash more likely?

from poly-r.

marc-h38 avatar marc-h38 commented on July 3, 2024

I root caused the similar issue with tramp (see 24472 above) and found a simple and pretty good workaround:

   (define-key global-map [menu-bar file revert-buffer] nil)

This stops tramp from accessing the network when reaching the menu bar and the corresponding crashes are gone on my system.

The key lead for 24472 was to notice the time-consuming network activity. Again I don't know anything about Poly-R but IMHO you should first attempt to track down and nip every time-consuming activity happening when accessing the menubar. It feels just wrong.

from poly-r.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.