Skip to content
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

crashes on Safari #268

Open
balmas opened this issue Dec 3, 2019 · 12 comments
Open

crashes on Safari #268

balmas opened this issue Dec 3, 2019 · 12 comments
Assignees
Labels
safari safari-specific issues user feedback

Comments

@balmas
Copy link
Member

balmas commented Dec 3, 2019

User Report:

I’d love to love Alpheios, but AlpheiosSafari more or less always crashes either immediately when I open Safari, or at some later stage when Safari is in the background. Currently using Safari 13.0.3, but the problem also occurred with earlier versions of both Safari and the Alpheios extension. Very frustrating. I hope this can be remedied. Below is just the latest of many crash logs.

Process: AlpheiosSafari [3259]
Path: /Applications/Alpheios Reading Tools.app/Contents/PlugIns/AlpheiosSafari.appex/Contents/MacOS/AlpheiosSafari
Identifier: AlpheiosSafari
Version: 3.0.3 (91)
App Item ID: 1446884649
App External ID: 833754227
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: AlpheiosSafari [3259]
User ID: 505

Date/Time: 2019-12-02 23:27:25.120 +0100
OS Version: Mac OS X 10.14.6 (18G1012)
Report Version: 12
Anonymous UUID: 2B4AF107-7FDA-D1ED-D272-7C4FB2DE3456

Sleep/Wake UUID: 2C3689EA-FB07-451F-9DE5-847609E9280B

Time Awake Since Boot: 8800 seconds
Time Since Wake: 7000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [3259]

Application Specific Information:
Crashing on exception: Extension context of class NSExtensionContext has not supplied an auxiliary connection host protocol.

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff43263acd __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff6d965a17 objc_exception_throw + 48
2 Foundation 0x00007fff455a11bb -[NSExtensionContext _derivedExtensionAuxiliaryHostProtocol] + 326
3 Foundation 0x00007fff455a185b -[NSExtensionContext initWithInputItems:listenerEndpoint:contextUUID:] + 1340
4 Foundation 0x00007fff4559ffd9 __105-[_NSExtensionContextVendor _beginRequestWithExtensionItems:listenerEndpoint:withContextUUID:completion:]_block_invoke + 143
5 libdispatch.dylib 0x00007fff6f0e65f8 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff6f0e763d _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff6f0f268d _dispatch_main_queue_callback_4CF + 1135
8 CoreFoundation 0x00007fff431ada87 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
9 CoreFoundation 0x00007fff431ad1b1 __CFRunLoopRun + 2289
10 CoreFoundation 0x00007fff431ac66e CFRunLoopRunSpecific + 455
11 HIToolbox 0x00007fff4240b1ab RunCurrentEventLoopInMode + 292
12 HIToolbox 0x00007fff4240aded ReceiveNextEventCommon + 355
13 HIToolbox 0x00007fff4240ac76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
14 AppKit 0x00007fff407a377d _DPSNextEvent + 1135
15 AppKit 0x00007fff407a246b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
16 ViewBridge 0x00007fff6ac99c43 -[NSViewServiceApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 99
17 AppKit 0x00007fff4079c588 -[NSApplication run] + 699
18 AppKit 0x00007fff4078bac8 NSApplicationMain + 777
19 libxpc.dylib 0x00007fff6f36d0b3 _xpc_objc_main + 612
20 libxpc.dylib 0x00007fff6f36cb79 _xpc_copy_xpcservice_dictionary + 0
21 Foundation 0x00007fff4541ebba +[NSXPCListener serviceListener] + 0
22 PlugInKit 0x00007fff653e284b PlugInKit + 84043
23 PlugInKit 0x00007fff653e2693 PlugInKit + 83603
24 PlugInKit 0x00007fff653e2b9f PlugInKit + 84895
25 Foundation 0x00007fff456305fc NSExtensionMain + 51
26 libdyld.dylib 0x00007fff6f1343d5 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fff40ba7867 -[NSApplication _crashOnException:] + 109
1 com.apple.AppKit 0x00007fff40ba7748 -[NSApplication reportException:] + 916
2 com.apple.AppKit 0x00007fff40c680d1 uncaughtErrorProc + 145
3 com.apple.CoreFoundation 0x00007fff432d7ab9 __handleUncaughtException + 775
4 libobjc.A.dylib 0x00007fff6d967edd _objc_terminate() + 91
5 libc++abi.dylib 0x00007fff6c3c019e std::__terminate(void (*)()) + 8
6 libc++abi.dylib 0x00007fff6c3c0213 std::terminate() + 51
7 libdispatch.dylib 0x00007fff6f0e7651 _dispatch_client_callout + 28
8 libdispatch.dylib 0x00007fff6f0f268d _dispatch_main_queue_callback_4CF + 1135
9 com.apple.CoreFoundation 0x00007fff431ada87 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
10 com.apple.CoreFoundation 0x00007fff431ad1b1 __CFRunLoopRun + 2289
11 com.apple.CoreFoundation 0x00007fff431ac66e CFRunLoopRunSpecific + 455
12 com.apple.HIToolbox 0x00007fff4240b1ab RunCurrentEventLoopInMode + 292
13 com.apple.HIToolbox 0x00007fff4240aded ReceiveNextEventCommon + 355
14 com.apple.HIToolbox 0x00007fff4240ac76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
15 com.apple.AppKit 0x00007fff407a377d _DPSNextEvent + 1135
16 com.apple.AppKit 0x00007fff407a246b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
17 com.apple.ViewBridge 0x00007fff6ac99c43 -[NSViewServiceApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 99
18 com.apple.AppKit 0x00007fff4079c588 -[NSApplication run] + 699
19 com.apple.AppKit 0x00007fff4078bac8 NSApplicationMain + 777
20 libxpc.dylib 0x00007fff6f36d0b3 _xpc_objc_main + 612
21 libxpc.dylib 0x00007fff6f36cb79 xpc_main + 433
22 com.apple.Foundation 0x00007fff4541ebba -[NSXPCListener resume] + 162
23 com.apple.pluginkit.framework 0x00007fff653e284b 0x7fff653ce000 + 84043
24 com.apple.pluginkit.framework 0x00007fff653e2693 0x7fff653ce000 + 83603
25 com.apple.pluginkit.framework 0x00007fff653e2b9f 0x7fff653ce000 + 84895
26 com.apple.Foundation 0x00007fff456305fc NSExtensionMain + 51
27 libdyld.dylib 0x00007fff6f1343d5 start + 1

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

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

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

Thread 4:
0 libsystem_pthread.dylib 0x00007fff6f3273f0 start_wqthread + 0

Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff6f269266 semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff6f0e7bd9 _dispatch_sema4_wait + 16
2 libdispatch.dylib 0x00007fff6f0e839f _dispatch_semaphore_wait_slow + 98
3 com.apple.HIToolbox 0x00007fff42414c58 _BeginEventReceiptOnThread + 159
4 com.apple.AppKit 0x00007fff407ab418 _NSEventThread + 37
5 libsystem_pthread.dylib 0x00007fff6f3282eb _pthread_body + 126
6 libsystem_pthread.dylib 0x00007fff6f32b249 _pthread_start + 66
7 libsystem_pthread.dylib 0x00007fff6f32740d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007ff8fd816800 rbx: 0x0000600003baca50 rcx: 0x0000000000000000 rdx: 0x0000000000000a6b
rdi: 0x0000000000000000 rsi: 0x00007ffeef5f4a80 rbp: 0x00007ffeef5f4ef0 rsp: 0x00007ffeef5f4ee0
r8: 0x000000000000006b r9: 0x0000000000000a00 r10: 0x000000000000006b r11: 0x00007ff8fd81726b
r12: 0x00007ff8fd814c00 r13: 0x00007fff9e45dff8 r14: 0x00007fff6d957680 r15: 0x00006000004808c0
rip: 0x00007fff40ba7867 rfl: 0x0000000000010202 cr2: 0x0000600001e86000

Logical CPU: 2
Error Code: 0x00000000
Trap Number: 6

Binary Images:
0x100609000 - 0x10061dff7 +net.alpheios.safari.ext (3.0.3 - 91) <9BFCB4EF-3772-3783-BF8E-9218CC6125F3> /Applications/Alpheios Reading Tools.app/Contents/PlugIns/AlpheiosSafari.appex/Contents/MacOS/AlpheiosSafari
0x10610c000 - 0x10617670f dyld (655.1.1) <615654D5-B6C5-3D83-A146-34A3EA6D3A80> /usr/lib/dyld
0x7fff3f1ab000 - 0x7fff3f387ffb com.apple.avfoundation (2.0 - 1550.4) <5854207B-6106-3DA4-80B6-36C42D042F26> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff3f388000 - 0x7fff3f44dfff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff3f555000 - 0x7fff3f555fff com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff3f56d000 - 0x7fff3fc06fef com.apple.vImage (8.1 - ???) <53FA3611-894E-3158-A654-FBD2F70998FE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3fc07000 - 0x7fff3fe80ff3 libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff3fe81000 - 0x7fff3fef3ffb libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff3fef4000 - 0x7fff4029dff3 libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff4029e000 - 0x7fff402b3feb libLinearAlgebra.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff402b4000 - 0x7fff402b9ff3 libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff402ba000 - 0x7fff40336ff3 libSparse.dylib (79.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff40337000 - 0x7fff4034afe3 libSparseBLAS.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff4034b000 - 0x7fff40532ff7 libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff40533000 - 0x7fff405e6ff7 libvMisc.dylib (671.250.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff405e7000 - 0x7fff405e7fff 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
0x7fff405e8000 - 0x7fff40642fff com.apple.Accounts (113 - 113) <251A1CB1-F972-3F60-8662-85459EAD6318> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff40645000 - 0x7fff40788fff com.apple.AddressBook.framework (11.0 - 1894) <3FFCAE6B-4CD2-3B8D-AE27-0A3693C9470F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff40789000 - 0x7fff4153effb com.apple.AppKit (6.9 - 1671.60.109) <49E51666-59ED-3923-B873-668934E538A8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff41590000 - 0x7fff41590fff com.apple.ApplicationServices (50.1 - 50.1) <3E60C239-ECEA-3AB8-B05C-1A66614E24F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff41591000 - 0x7fff415fcfff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff41695000 - 0x7fff417acfff 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
0x7fff417ad000 - 0x7fff417effff 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
0x7fff418e0000 - 0x7fff418e4ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff4197f000 - 0x7fff419d1ff7 com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff419d2000 - 0x7fff419e1fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff419e2000 - 0x7fff41a2bff7 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
0x7fff41a2c000 - 0x7fff41a65ff7 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
0x7fff41a66000 - 0x7fff41a72fff 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
0x7fff41a73000 - 0x7fff41ceafff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <571A3B68-AB1D-3050-932A-999EA148963C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff41cec000 - 0x7fff41cecfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D6E8961-8C34-3042-A588-21458C7D1C02> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff42045000 - 0x7fff423e6fff com.apple.CFNetwork (978.1 - 978.1) <01AB9E36-3C9F-3070-8D46-7F14B99A757A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff423fb000 - 0x7fff423fbfff com.apple.Carbon (158 - 158) <78AF9309-4DFE-3E3F-8108-A0FF1FC0E8C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff423fc000 - 0x7fff423ffffb com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff42400000 - 0x7fff426f7fff 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
0x7fff426f8000 - 0x7fff426fbff3 com.apple.help (1.3.8 - 66) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff426fc000 - 0x7fff42701ff7 com.apple.ImageCapture (9.0 - 1534.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff42702000 - 0x7fff42797ff3 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
0x7fff42798000 - 0x7fff427b0ff7 com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff427d0000 - 0x7fff427d1ff7 com.apple.print.framework.Print (14.2 - 267.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff427d2000 - 0x7fff427d4ff7 com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff427d5000 - 0x7fff427dbff7 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
0x7fff428fd000 - 0x7fff428fdfff com.apple.Cocoa (6.11 - 23) <056B9D98-325B-3743-97AF-AAC8E182BDF9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff4290b000 - 0x7fff42a5aff7 com.apple.ColorSync (4.13.0 - 3345.6) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff42a5b000 - 0x7fff42b43ff7 com.apple.contacts (1.0 - 2901) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff42be6000 - 0x7fff42c6cfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff42cd0000 - 0x7fff42cfaffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff42cfb000 - 0x7fff43080fef com.apple.CoreData (120 - 866.6) <132CB39B-8D58-30FA-B8AD-49BFFF34B293> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff43081000 - 0x7fff43171ff7 com.apple.CoreDisplay (101.3 - 110.18) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff43172000 - 0x7fff435b7fef com.apple.CoreFoundation (6.9 - 1575.23) <596DBC2A-60E3-3A73-AA5F-7A1806CF3204> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff435b9000 - 0x7fff43c49fe7 com.apple.CoreGraphics (2.0 - 1265.10) <2F243BDA-11A0-3691-9DCB-4D0ACA1062DA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff43c4b000 - 0x7fff43f6bfff com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff43f6c000 - 0x7fff43fe4fff com.apple.corelocation (2245.16.14) <0F59F59B-AC14-3116-83C5-CF7BC57D9EB1> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff4403e000 - 0x7fff44267fff com.apple.CoreML (1.0 - 1) <9EC1FED2-BA47-307B-A326-43C4D05166E7> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff44268000 - 0x7fff4436cfff com.apple.CoreMedia (1.0 - 2290.14) <19ABC5E2-6BEC-3914-BAE5-8ECA5A916BA2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff4436d000 - 0x7fff443c8fff com.apple.CoreMediaIO (900.0 - 5050.1) <337584E5-42BC-3225-9783-2749F7F2A219> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff443c9000 - 0x7fff443c9fff com.apple.CoreServices (946 - 946) <9A402CC6-8163-3CF1-8670-B95796B1A0EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff443ca000 - 0x7fff44446ff7 com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff44447000 - 0x7fff4471efff com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff4471f000 - 0x7fff44767ff7 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
0x7fff44768000 - 0x7fff44770ffb com.apple.CoreServices.FSEvents (1239.200.13 - 1239.200.13) <28BF3EC6-9985-3402-AEA9-0FF6EE1C200E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff44771000 - 0x7fff44922ff7 com.apple.LaunchServices (946 - 946) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff44923000 - 0x7fff449c1ff7 com.apple.Metadata (10.7.0 - 1191.57) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff449c2000 - 0x7fff44a0cff7 com.apple.CoreServices.OSServices (946 - 946) <20C4EEF8-D5AC-39A0-9B4A-78F88E3EFBCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff44a0d000 - 0x7fff44a74ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff44a75000 - 0x7fff44a96ff3 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
0x7fff44da1000 - 0x7fff44f03ff3 com.apple.CoreText (352.0 - 584.26.3.2) <59919B0C-CBD5-3877-8D6F-D6048F1E5F42> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff44f04000 - 0x7fff44f44ff3 com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff44f45000 - 0x7fff44fd4fff com.apple.framework.CoreWLAN (13.0 - 1375.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff4514b000 - 0x7fff45156ffb com.apple.DirectoryService.Framework (10.14 - 207.200.4) <49B086F4-AFA2-3ABB-8D2E-CE253044C1C0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff45157000 - 0x7fff45205fff com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff4522b000 - 0x7fff45230ffb com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff453f6000 - 0x7fff457a3ffb com.apple.Foundation (6.9 - 1575.23) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff45812000 - 0x7fff45841ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff45941000 - 0x7fff45a4bfff com.apple.Bluetooth (6.0.14 - 6.0.14d3) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff45aae000 - 0x7fff45b3dfff com.apple.framework.IOKit (2.0.2 - 1483.260.4) <8A90F547-86EF-3DFB-92FE-0E2C0376DD84> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff45b3f000 - 0x7fff45b4effb com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff45b4f000 - 0x7fff45ba1ff3 com.apple.ImageCaptureCore (1.0 - 1534.2) <27942C51-8108-3ED9-B37E-7C365A31EC2D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff45ba2000 - 0x7fff45d2dfef com.apple.ImageIO.framework (3.3.0 - 1850.2) <75E46A31-D87D-35CE-86A4-96A50971FDB2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff45d2e000 - 0x7fff45d32ffb libGIF.dylib (1850.2) <4774EBDF-583B-3DDD-A0E1-9F427CB6A074> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff45d33000 - 0x7fff45e0ffef libJP2.dylib (1850.2) <697BB77F-A682-339F-8659-35432962432D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff45e10000 - 0x7fff45e35feb libJPEG.dylib (1850.2) <171A8AC4-AADA-376F-9F2C-B9C978DB1007> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff460f8000 - 0x7fff4611efeb libPng.dylib (1850.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4611f000 - 0x7fff46121ffb libRadiance.dylib (1850.2) <56907025-D5CE-3A9E-ACCB-A376C2599853> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff46122000 - 0x7fff4616ffe7 libTIFF.dylib (1850.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4646a000 - 0x7fff472cafff com.apple.JavaScriptCore (14607 - 14607.3.9) <9B7D9E8B-619D-34A1-8FA9-E23C0EA3CD02> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff472e2000 - 0x7fff472fbfff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff472fc000 - 0x7fff47331ff3 com.apple.LDAPFramework (2.4.28 - 194.5) <95DAD9EE-9B6F-3FF5-A5EF-F6672AD3CC55> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff475b5000 - 0x7fff475bffff com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4766f000 - 0x7fff47d15fff com.apple.MediaToolbox (1.0 - 2290.14) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff47d17000 - 0x7fff47dbfff7 com.apple.Metal (162.2 - 162.2) <92C0FEE5-3C13-31D7-BC98-582E0D8FA29A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff47dc1000 - 0x7fff47ddaff3 com.apple.MetalKit (1.0 - 113) <51CDE966-54A7-3556-971B-1173E9986BB8> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff47ddb000 - 0x7fff47dfaff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff47dfb000 - 0x7fff47e77fe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff47e78000 - 0x7fff47e9ffff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff47ea0000 - 0x7fff47fcbff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff47fcc000 - 0x7fff47fe6fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff47fe7000 - 0x7fff47fe8ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff48ddf000 - 0x7fff48debff7 com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4b889000 - 0x7fff4b8e0ff7 com.apple.opencl (2.15.3 - 2.15.3) <50EF864A-EBFF-34AB-836B-075B079FBF0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4b8e1000 - 0x7fff4b8fcff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4b8fd000 - 0x7fff4b908ffb com.apple.OpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4c258000 - 0x7fff4c25afff libCVMSPluginSupport.dylib (17.7.3) <5003943C-2B94-3F1C-93DB-53034FC8873C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4c25b000 - 0x7fff4c260ff3 libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4c261000 - 0x7fff4c265fff libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4c266000 - 0x7fff4c26eff7 libGFXShared.dylib (17.7.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4c26f000 - 0x7fff4c27afff libGL.dylib (17.7.3) <0CDF608E-7D39-3F98-BB64-BB3D3721CCF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4c27b000 - 0x7fff4c2b5fef libGLImage.dylib (17.7.3) <757CCAAD-ED2A-392A-A9EB-EEEE688B9C5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4c429000 - 0x7fff4c467fff libGLU.dylib (17.7.3) <8B2C8131-70F9-35FE-AAAE-933D730836F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4ce04000 - 0x7fff4ce13ffb com.apple.opengl (17.7.3 - 17.7.3) <6FE0731B-129C-3EA3-843B-A5BA9F0870A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4d196000 - 0x7fff4d2dfff7 com.apple.QTKit (7.7.3 - 3040) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff4d2e0000 - 0x7fff4d534fff com.apple.imageKit (3.0 - 1067) <4F398AF4-828E-3FC2-9E3D-4EE3F36F7619> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff4d535000 - 0x7fff4d622ff3 com.apple.PDFKit (1.0 - 745.4) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff4d623000 - 0x7fff4daf2ff7 com.apple.QuartzComposer (5.1 - 370) <9C59494E-8D09-359E-B457-AA893520984C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff4daf3000 - 0x7fff4db19ff7 com.apple.quartzfilters (1.10.0 - 83.1) <1CABB0FA-A6DB-3DD5-A598-F298F081E04E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff4db1a000 - 0x7fff4dc1bff7 com.apple.QuickLookUIFramework (5.0 - 775.6) <5660DDBA-2BE4-310A-9E81-370106EDB21D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff4dc1c000 - 0x7fff4dc1cfff com.apple.quartzframework (1.5 - 23) <044ACF9F-1FEC-33B0-A390-82F7615156E4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff4dc1d000 - 0x7fff4de74ff7 com.apple.QuartzCore (1.11 - 701.14) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff4de75000 - 0x7fff4deccfff com.apple.QuickLookFramework (5.0 - 775.6) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff4e093000 - 0x7fff4e0abffb com.apple.SafariServices.framework (14608 - 14608.3.10.10.1) <95CF1D7B-69CC-33FC-B66E-E6808DF5509D> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff4e6aa000 - 0x7fff4e9aafff com.apple.security (7.0 - 58286.270.3.0.1) <8DFB0541-E701-307E-8AE1-4DD9A9BA9FF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff4e9ab000 - 0x7fff4ea37fff com.apple.securityfoundation (6.0 - 55185.260.1) <66B3719D-3B4E-3F56-9265-E5E7E4C87D8C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff4ea38000 - 0x7fff4ea68ffb com.apple.securityinterface (10.0 - 55109.200.8) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff4ea69000 - 0x7fff4ea6dfff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff4ea6e000 - 0x7fff4eabeff3 com.apple.sociald.Social (???) <72EA4265-4024-3143-80D2-A0074698A376> /System/Library/Frameworks/Social.framework/Versions/A/Social
0x7fff4ee06000 - 0x7fff4ee73fff com.apple.SystemConfiguration (1.17 - 1.17) <30C8327F-3EFF-3520-9C50-016F8B6B954F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff4f0d2000 - 0x7fff4f433fff com.apple.VideoToolbox (1.0 - 2290.14) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff4f708000 - 0x7fff4fd14ff7 libwebrtc.dylib (7607.3.9) <4D2A43AD-B95E-3CF7-8822-553411D3EF15> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff4fd15000 - 0x7fff5169bff7 com.apple.WebCore (14607 - 14607.3.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff5169c000 - 0x7fff5188dffb com.apple.WebKitLegacy (14607 - 14607.3.9) <59707811-F21F-388C-A801-C51D32E99392> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff5188e000 - 0x7fff51ddeff7 com.apple.WebKit (14607 - 14607.3.9) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff520af000 - 0x7fff52154fff com.apple.APFS (1.0 - 1) <7ACEA6C5-EA9B-3BE4-B235-A7ADD9B76278> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff526e1000 - 0x7fff526ebfff com.apple.accessibility.AXCoreUtilities (1.0 - 1) /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff528b9000 - 0x7fff52954ffb com.apple.accounts.AccountsDaemon (113 - 113) <0B9AA187-F2DE-320C-BBB0-E038E5C1991D> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
0x7fff52955000 - 0x7fff52988ffb com.apple.framework.accountsui (1.0 - 63.6) /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI
0x7fff52a03000 - 0x7fff52b4dff7 com.apple.AddressBook.core (1.0 - 1) /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x7fff52b69000 - 0x7fff52b6aff7 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff52f28000 - 0x7fff5306bfff com.apple.AnnotationKit (1.0 - 232.3.30) /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff5316b000 - 0x7fff53197ff7 com.apple.framework.Apple80211 (13.0 - 1380.2) <16F093EF-370B-3B90-8DB4-E94624431D15> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff532bf000 - 0x7fff532cefc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff533ca000 - 0x7fff533d5fff com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff53416000 - 0x7fff5345fff3 com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff53460000 - 0x7fff53470fff com.apple.AppleLDAP (10.14 - 46.200.2) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fff53690000 - 0x7fff536adfff com.apple.aps.framework (4.0 - 4.0) <83FB4BD1-0C45-3CEF-8640-567DA5A300A7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff536ae000 - 0x7fff536b2ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff536b3000 - 0x7fff536d5fff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff53795000 - 0x7fff53798ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <690222F7-29A6-39A1-BA61-F1DD4767D01D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff53799000 - 0x7fff537e9ff7 com.apple.AppleVAFramework (5.1.4 - 5.1.4) <473714CF-664E-372D-86CA-3451EA6A6403> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff53834000 - 0x7fff53848ffb com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff53c17000 - 0x7fff53d03ff7 com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff53d6d000 - 0x7fff53d71ffb com.apple.AuthenticationServices (12.0 - 1.0) /System/Library/PrivateFrameworks/AuthenticationServices.framework/Versions/A/AuthenticationServices
0x7fff53ec5000 - 0x7fff53ecdfff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff53ece000 - 0x7fff53f63fff com.apple.backup.framework (1.10.5 - ???) <4EEC51E2-AE4C-340A-B686-901810152C12> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff53f64000 - 0x7fff53fd1ff3 com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff53fda000 - 0x7fff53fe0ffb com.apple.BezelServicesFW (317.5 - 317.5) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff54057000 - 0x7fff54093ff3 com.apple.bom (14.0 - 197.6) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff54742000 - 0x7fff5476effb com.apple.CalendarAgentLink (8.0 - 250) <4702E078-86DF-373F-BF2F-AB6230E19010> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fff54e2f000 - 0x7fff54e7eff7 com.apple.ChunkingLibrary (201 - 201) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff55c3c000 - 0x7fff55c45ffb com.apple.CommonAuth (4.0 - 2.0) <93335CB6-ABEB-3EC7-A040-8A667F40D5F3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff55c59000 - 0x7fff55c6effb com.apple.commonutilities (8.0 - 900) <080E168B-21B7-3CCA-AB84-BB9911D18DAC> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff55f16000 - 0x7fff55f78ff3 com.apple.AddressBook.ContactsFoundation (8.0 - ???) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff55f79000 - 0x7fff55f9cff3 com.apple.contacts.ContactsPersistence (1.0 - ???) <4082E8CF-5C89-3DE1-97BF-6434F3E03C16> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff560de000 - 0x7fff564c1fef com.apple.CoreAUC (274.0.0 - 274.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff564c2000 - 0x7fff564f0ff7 com.apple.CoreAVCHD (6.0.0 - 6000.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff56586000 - 0x7fff565e4ffb com.apple.corebrightness (1.0 - 1) /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff5671b000 - 0x7fff56724fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff5691e000 - 0x7fff5692fff7 com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff56ad8000 - 0x7fff56bc7fff com.apple.CoreHandwriting (161 - 1.2) <7CBB18C3-FE95-3352-9D67-B441E89AD10F> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff56d99000 - 0x7fff56dafffb com.apple.CoreMediaAuthoring (2.2 - 959) <86089759-E920-37DB-A3BB-F5621C351E4A> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff56ed9000 - 0x7fff56f3fff7 com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff570a6000 - 0x7fff570aaff7 com.apple.CoreOptimization (1.0 - 1) <1C724E01-E9FA-3AEE-BE4B-C4DB8EC0C812> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff570ab000 - 0x7fff57137fff com.apple.CorePDF (4.0 - 414) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff571ec000 - 0x7fff571f4ff7 com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff571f5000 - 0x7fff5724bff7 com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff57370000 - 0x7fff573a1ff3 com.apple.CoreServicesInternal (358 - 358) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff57768000 - 0x7fff577ecfff com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5787c000 - 0x7fff579a7ff7 com.apple.coreui (2.1 - 499.10) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff579a8000 - 0x7fff57b48fff com.apple.CoreUtils (5.9 - 590.16) <66CC50F7-766D-33E2-A388-4DE22840ADFB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff57b9c000 - 0x7fff57bffff7 com.apple.framework.CoreWiFi (13.0 - 1375.2) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff57c00000 - 0x7fff57c11ff3 com.apple.CrashReporterSupport (10.13 - 938.27) <4771B1CE-1B49-312F-9550-A3391C64214C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff57ca1000 - 0x7fff57cb0fff com.apple.framework.DFRFoundation (1.0 - 211.1) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff57cb1000 - 0x7fff57cb5ff7 com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff57d36000 - 0x7fff57dabffb com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff57df7000 - 0x7fff57e34ff7 com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff57e35000 - 0x7fff57f70ff7 com.apple.desktopservices (1.13.5 - ???) <265C0E94-B8BF-3F58-8D68-EA001EEA0B15> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5817c000 - 0x7fff58242fff com.apple.DiskManagement (12.1 - 1555.270.2) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff58243000 - 0x7fff58247ffb com.apple.DisplayServicesFW (3.1 - 380) <62041594-2A4C-3362-87EE-F8E8C8E5BEEC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff582f0000 - 0x7fff582f3ff3 com.apple.EFILogin (2.0 - 2) <210948F9-FD39-392D-8349-34985B3C751C> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff58a29000 - 0x7fff58d0bff7 com.apple.vision.EspressoFramework (1.0 - 120) <8B56D943-F87B-3A01-B7A4-19DE3312B61C> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff58eb7000 - 0x7fff592d2fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5e227000 - 0x7fff5e22cfff com.apple.GPUWrangler (3.50.14 - 3.50.14) <6A317E65-B368-3D00-8AB4-11499320DCBF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5e5ba000 - 0x7fff5e5deff3 com.apple.GenerationalStorage (2.0 - 285.101) <84C2E52C-F2C6-3FF8-87E5-3C88A40D3881> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5e5f7000 - 0x7fff5eff6fff com.apple.GeoServices (1.0 - 1364.26.4.19.6) <041715B5-D82F-31F6-9133-955A7A66025F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff5f038000 - 0x7fff5f047fff com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5f048000 - 0x7fff5f055ff7 com.apple.GraphicsServices (1.0 - 1.0) <56646B62-B331-31DC-80EB-7996DCAB6944> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff5f1ad000 - 0x7fff5f221ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff60527000 - 0x7fff6052effb com.apple.IOAccelerator (404.14 - 404.14) <3FCCFD5B-8C77-3945-933A-FAAD1B2DF507> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff60532000 - 0x7fff6054afff com.apple.IOPresentment (1.0 - 42.6) <2311058E-22A4-3E10-85F8-C8E116FAE800> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff608f2000 - 0x7fff6091fff7 com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff60a49000 - 0x7fff60a4dffb com.apple.InternationalSupport (1.0 - 10.15.6) <6226A905-D055-321D-B665-5B0CC4798A74> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff60ab7000 - 0x7fff60ac4ffb com.apple.IntlPreferences (2.0 - 227.18) <1B5AFE5D-4D6F-3471-8F4D-256F5068093F> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff60bb2000 - 0x7fff60bc4ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <30CFE05C-4108-3879-AFAA-5BB02CBE190B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff60bdf000 - 0x7fff60cbaff7 com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff60cbb000 - 0x7fff60cf7ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff60cfe000 - 0x7fff60d03fff com.apple.LinguisticData (1.0 - 238.25) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff61521000 - 0x7fff61524fff com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff615ab000 - 0x7fff615d1ff3 com.apple.MarkupUI (1.0 - 232.3.30) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff61639000 - 0x7fff6166cff7 com.apple.MediaKit (16 - 907) <5EE0E7DA-5ACC-33F3-9BF0-47A448C011A1> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff619f8000 - 0x7fff61a20ff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff61a21000 - 0x7fff61aaeff7 com.apple.gpusw.MetalTools (1.0 - 1) <2F9B8852-A146-366E-9AB9-8B57FA30B7DD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff61c7e000 - 0x7fff61c99ffb com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff61cac000 - 0x7fff61d21fff com.apple.Montreal (1.0 - 42.15.9) <17BFD046-4362-3A76-A496-648D00FF3743> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff61d22000 - 0x7fff61d4cffb com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff61f88000 - 0x7fff61f92fff com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff626b2000 - 0x7fff626b4fff com.apple.OAuth (25 - 25) <64DB58E3-25A4-3C8B-91FB-FACBA01C29B6> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff627f3000 - 0x7fff62844ff3 com.apple.OTSVG (1.0 - ???) <5BF1A9EB-2694-3267-9514-A4EB3BEF4081> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff638e8000 - 0x7fff639dbfff com.apple.PencilKit (1.0 - 1) <79225726-6980-3680-AC0B-D8C5C5DB2224> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff639dc000 - 0x7fff639ebff7 com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff63c12000 - 0x7fff63c12fff com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff653ce000 - 0x7fff653f1ffb com.apple.pluginkit.framework (1.0 - 1) <5E063876-2FB8-3520-A318-D658AE7DAD5F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff65828000 - 0x7fff6587cffb com.apple.ProtectedCloudStorage (1.0 - 1) <53B3C1F3-BB97-379F-8CBA-8FDCDF085793> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff6587d000 - 0x7fff6589bff7 com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff65a19000 - 0x7fff65a1cff3 com.apple.QuickLookNonBaseSystem (1.0 - 1) <69D0DD00-A3D2-3835-91F0-F33BD9D7D740> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff65a1d000 - 0x7fff65a32ff3 com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff65a33000 - 0x7fff65a83fff com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff65bbf000 - 0x7fff65bcafff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.261.2) <651F994E-21E1-359B-8FEA-6909CE9AAD56> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff65bdd000 - 0x7fff65bfffff com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff65c00000 - 0x7fff65c13ff3 com.apple.xpc.RemoteXPC (1.0 - 1336.261.2) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff6693e000 - 0x7fff66987fff com.apple.Safari.SafeBrowsing (14607 - 14607.3.9) /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff67386000 - 0x7fff673fcff7 com.apple.ShareKit (577.5 - 577.5) <6563A611-6FA7-34E5-BCB2-3E7ECABBD48B> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
0x7fff67409000 - 0x7fff67527fff com.apple.Sharing (1288.62.2 - 1288.62.2) <5915173A-BAFB-3092-98C6-ED4871284FCA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff6833b000 - 0x7fff685eafff com.apple.SkyLight (1.600.0 - 340.54) <3A96F564-275C-3EEA-8281-8168AC8D4F20> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff68a97000 - 0x7fff68a9dfff com.apple.sociald.SocialServices (87 - 87) /System/Library/PrivateFrameworks/SocialServices.framework/Versions/A/SocialServices
0x7fff68d8d000 - 0x7fff68d99fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff694ea000 - 0x7fff69575fc7 com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff69a4c000 - 0x7fff69a58fff com.apple.private.SystemPolicy (1.0 - 1) <9CDA85A3-875C-3615-8818-2DC73E9FFE8B> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x7fff69a5d000 - 0x7fff69a69ffb com.apple.TCC (1.0 - 1) <73CF6FA9-44CE-30C9-887F-235940976585> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff69ccf000 - 0x7fff69d97ff3 com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff69df4000 - 0x7fff69e0ffff com.apple.ToneKit (1.0 - 1) <84911F2C-394F-3FFF-8220-B51F581BB8E6> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff69e10000 - 0x7fff69e35ff7 com.apple.ToneLibrary (1.0 - 1) <4D7D03EB-744F-3402-8C3E-B483A74BEF1E> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff69e54000 - 0x7fff6a00cffb com.apple.UIFoundation (1.0 - 551.5) <254E42F9-ECAE-3F3C-9643-FF306CAFDA66> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6a05a000 - 0x7fff6a060ffb com.apple.URLFormatting (59 - 59.46) <36001C8E-C4F8-336D-9975-764C8ABE00A6> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff6ac88000 - 0x7fff6ad61fff com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6b1a4000 - 0x7fff6b416ffb libAWDSupportFramework.dylib (2131) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff6b417000 - 0x7fff6b428fff libprotobuf-lite.dylib (2131) <297886A7-F889-38AA-B6F6-162598345EC4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff6b429000 - 0x7fff6b483fff libprotobuf.dylib (2131) <05141A5F-1870-3AA7-B339-6EB13E375BA4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff6b484000 - 0x7fff6b4c5ff7 com.apple.awd (1.0 - 930.11) <652A1F08-52A3-36CC-8055-EF57143BED76> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff6b539000 - 0x7fff6b53cfff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6b93d000 - 0x7fff6b93fffb com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6b940000 - 0x7fff6b955fff com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6b98c000 - 0x7fff6b9bdffb com.apple.contacts.vCard (1.0 - ???) <651AD944-66CA-3408-818F-484E0F53A1DE> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff6bb79000 - 0x7fff6bb8dffb libAccessibility.dylib (2402.95) <6BC07631-25B1-3C31-A2CB-E5E477836A5E> /usr/lib/libAccessibility.dylib
0x7fff6bc09000 - 0x7fff6bc3dfff libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
0x7fff6bc40000 - 0x7fff6bc4aff7 libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
0x7fff6bc4b000 - 0x7fff6bcd4fff libCoreStorage.dylib (546.50.1) <8E643B27-7986-3351-B37E-038FB6794BF9> /usr/lib/libCoreStorage.dylib
0x7fff6bcd8000 - 0x7fff6bcd9ffb libDiagnosticMessagesClient.dylib (107) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6bd10000 - 0x7fff6bf67ff3 libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
0x7fff6bf87000 - 0x7fff6bf8efff libMatch.1.dylib (31.200.1) /usr/lib/libMatch.1.dylib
0x7fff6bfb8000 - 0x7fff6bfd7fff libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
0x7fff6bfd8000 - 0x7fff6bfd8fff libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6c118000 - 0x7fff6c119ffb libSystem.B.dylib (1252.250.1) <2CBD96C4-5698-363C-A22E-BFB6FF686FB4> /usr/lib/libSystem.B.dylib
0x7fff6c11a000 - 0x7fff6c194ff7 libTelephonyUtilDynamic.dylib (3705) <155194D3-2B24-3A5F-9C04-364E0D583C60> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff6c195000 - 0x7fff6c196fff libThaiTokenizer.dylib (2.15.1) /usr/lib/libThaiTokenizer.dylib
0x7fff6c1a8000 - 0x7fff6c1beffb libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
0x7fff6c1bf000 - 0x7fff6c1e8ffb libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
0x7fff6c1e9000 - 0x7fff6c268fff libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
0x7fff6c26c000 - 0x7fff6c26cff3 libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
0x7fff6c33e000 - 0x7fff6c34effb libbsm.0.dylib (39.200.18) /usr/lib/libbsm.0.dylib
0x7fff6c34f000 - 0x7fff6c35cfff libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
0x7fff6c35d000 - 0x7fff6c3b0ff7 libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
0x7fff6c3b1000 - 0x7fff6c3c6ff7 libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
0x7fff6c3c7000 - 0x7fff6c3c7ff3 libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
0x7fff6c3c8000 - 0x7fff6c3d8ffb libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
0x7fff6c3d9000 - 0x7fff6c3f1ffb libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
0x7fff6c666000 - 0x7fff6c67cfff libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
0x7fff6c67d000 - 0x7fff6c67eff3 libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6cb17000 - 0x7fff6cb22ff7 libcsfde.dylib (546.50.1) <7BAF8FCF-33A1-3C7C-8FEB-2020C8ED6063> /usr/lib/libcsfde.dylib
0x7fff6cb2a000 - 0x7fff6cb80ff3 libcups.2.dylib (462.12) <095619DC-9233-3937-9E50-5F10D917A40D> /usr/lib/libcups.2.dylib
0x7fff6ccb4000 - 0x7fff6ccb4fff libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
0x7fff6cce6000 - 0x7fff6ccebff7 libgermantok.dylib (17.15.2) /usr/lib/libgermantok.dylib
0x7fff6ccec000 - 0x7fff6ccf1ff7 libheimdal-asn1.dylib (520.270.1) <73F60D6F-76F8-35EF-9C86-9A81225EE4BE> /usr/lib/libheimdal-asn1.dylib
0x7fff6cd1c000 - 0x7fff6ce0cfff libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
0x7fff6ce0d000 - 0x7fff6d06effb libicucore.A.dylib (62141.0.1) /usr/lib/libicucore.A.dylib
0x7fff6d0bb000 - 0x7fff6d0bcfff liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
0x7fff6d0bd000 - 0x7fff6d0d5ff3 liblzma.5.dylib (10.200.3) /usr/lib/liblzma.5.dylib
0x7fff6d0ed000 - 0x7fff6d191ff7 libmecab.1.0.0.dylib (779.24.1) /usr/lib/libmecab.1.0.0.dylib
0x7fff6d192000 - 0x7fff6d396fff libmecabra.dylib (779.24.1) /usr/lib/libmecabra.dylib
0x7fff6d56e000 - 0x7fff6d8bfff7 libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
0x7fff6d951000 - 0x7fff6e0d6fdf libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
0x7fff6e0e8000 - 0x7fff6e0ecffb libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
0x7fff6e0ef000 - 0x7fff6e124fff libpcap.A.dylib (79.250.1) /usr/lib/libpcap.A.dylib
0x7fff6e23d000 - 0x7fff6e255ffb libresolv.9.dylib (65.200.3) <6884EA23-6425-3A88-8534-2D1AB0188B2D> /usr/lib/libresolv.9.dylib
0x7fff6e257000 - 0x7fff6e292ff3 libsandbox.1.dylib (851.270.1) <04B924EF-2385-34DF-807E-93AAD9EF3AAB> /usr/lib/libsandbox.1.dylib
0x7fff6e293000 - 0x7fff6e2a5ff7 libsasl2.2.dylib (211) <10987614-6763-3B5D-9F28-91D121BB4924> /usr/lib/libsasl2.2.dylib
0x7fff6e2a6000 - 0x7fff6e2a7ff7 libspindump.dylib (267.3) /usr/lib/libspindump.dylib
0x7fff6e2a8000 - 0x7fff6e485fff libsqlite3.dylib (274.26) <6404BA3B-BCA4-301F-B2FE-8776105A2AA3> /usr/lib/libsqlite3.dylib
0x7fff6e69e000 - 0x7fff6e6a1ff7 libutil.dylib (51.200.4) /usr/lib/libutil.dylib
0x7fff6e6a2000 - 0x7fff6e6affff libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
0x7fff6e6b4000 - 0x7fff6e797ff3 libxml2.2.dylib (32.12) <48E64CC9-8C86-372B-99DC-1D114F6A259A> /usr/lib/libxml2.2.dylib
0x7fff6e798000 - 0x7fff6e7c0ff3 libxslt.1.dylib (16.7) /usr/lib/libxslt.1.dylib
0x7fff6e7c1000 - 0x7fff6e7d3ff7 libz.1.dylib (70.200.4) /usr/lib/libz.1.dylib
0x7fff6e856000 - 0x7fff6e869ff3 libswiftAppKit.dylib (??? - ???) <390B2331-342E-367F-9308-01447A4442E6> /usr/lib/swift/libswiftAppKit.dylib
0x7fff6e882000 - 0x7fff6ebf3ff7 libswiftCore.dylib (5.0 - 1001.8.63.13) <4FE40B7B-1413-3A25-959B-D78B78682D12> /usr/lib/swift/libswiftCore.dylib
0x7fff6ebfa000 - 0x7fff6ec01ffb libswiftCoreData.dylib (??? - ???) <7D7D21CE-8F68-390F-BE47-2AB1DC0439ED> /usr/lib/swift/libswiftCoreData.dylib
0x7fff6ec02000 - 0x7fff6ec04ff3 libswiftCoreFoundation.dylib (??? - ???) <3192FF82-E322-3B09-805F-6AEB48C00478> /usr/lib/swift/libswiftCoreFoundation.dylib
0x7fff6ec05000 - 0x7fff6ec13ff3 libswiftCoreGraphics.dylib (??? - ???) /usr/lib/swift/libswiftCoreGraphics.dylib
0x7fff6ec14000 - 0x7fff6ec17ffb libswiftCoreImage.dylib (??? - ???) <4AC0B024-190B-31F8-8EC5-C9E2761C580E> /usr/lib/swift/libswiftCoreImage.dylib
0x7fff6ec2a000 - 0x7fff6ec30ffb libswiftDarwin.dylib (??? - ???) /usr/lib/swift/libswiftDarwin.dylib
0x7fff6ec31000 - 0x7fff6ec47fff libswiftDispatch.dylib (??? - ???) <40AA9542-FE66-37F0-B0BE-70C8D057488C> /usr/lib/swift/libswiftDispatch.dylib
0x7fff6ec48000 - 0x7fff6edd9ff7 libswiftFoundation.dylib (??? - ???) /usr/lib/swift/libswiftFoundation.dylib
0x7fff6ede8000 - 0x7fff6edeaff3 libswiftIOKit.dylib (??? - ???) /usr/lib/swift/libswiftIOKit.dylib
0x7fff6edf8000 - 0x7fff6edfffff libswiftMetal.dylib (??? - ???) <03736BFF-B1E4-32FB-B3C3-12FFF7681854> /usr/lib/swift/libswiftMetal.dylib
0x7fff6ee41000 - 0x7fff6ee44ff7 libswiftObjectiveC.dylib (??? - ???) /usr/lib/swift/libswiftObjectiveC.dylib
0x7fff6ee4f000 - 0x7fff6ee54ffb libswiftQuartzCore.dylib (??? - ???) /usr/lib/swift/libswiftQuartzCore.dylib
0x7fff6ef46000 - 0x7fff6ef4aff7 libswiftSafariServices.dylib (??? - ???) <57909BE1-EB8E-3E41-A710-0B06D3EB222C> /usr/lib/swift/libswiftSafariServices.dylib
0x7fff6ef8c000 - 0x7fff6ef8effb libswiftXPC.dylib (??? - ???) <61CDCF0E-FFD3-31FD-A6B1-175B06EA6659> /usr/lib/swift/libswiftXPC.dylib
0x7fff6ef8f000 - 0x7fff6ef95fff libswiftos.dylib (??? - ???) /usr/lib/swift/libswiftos.dylib
0x7fff6efb7000 - 0x7fff6efbbff3 libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
0x7fff6efbc000 - 0x7fff6efc6ff3 libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
0x7fff6efc7000 - 0x7fff6efceff7 libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
0x7fff6efcf000 - 0x7fff6efd8ff7 libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
0x7fff6efd9000 - 0x7fff6f05dfc3 libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
0x7fff6f0e4000 - 0x7fff6f11dff7 libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
0x7fff6f11e000 - 0x7fff6f14aff7 libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
0x7fff6f14b000 - 0x7fff6f14bffb libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
0x7fff6f14c000 - 0x7fff6f158ff3 libkxld.dylib (4903.278.12) <310B81DB-F3E2-3495-BC8A-19EB750FEDBF> /usr/lib/system/libkxld.dylib
0x7fff6f159000 - 0x7fff6f159ff7 liblaunch.dylib (1336.261.2) <2B07E27E-D404-3E98-9D28-BCA641E5C479> /usr/lib/system/liblaunch.dylib
0x7fff6f15a000 - 0x7fff6f15ffff libmacho.dylib (927.0.3) /usr/lib/system/libmacho.dylib
0x7fff6f160000 - 0x7fff6f162ff7 libquarantine.dylib (86.270.1) <50A89DAB-7E34-3347-9AD5-68957B27EFD2> /usr/lib/system/libquarantine.dylib
0x7fff6f163000 - 0x7fff6f164ff7 libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
0x7fff6f165000 - 0x7fff6f17cff3 libsystem_asl.dylib (356.200.4) /usr/lib/system/libsystem_asl.dylib
0x7fff6f17d000 - 0x7fff6f17dff7 libsystem_blocks.dylib (73) /usr/lib/system/libsystem_blocks.dylib
0x7fff6f17e000 - 0x7fff6f205fff libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
0x7fff6f206000 - 0x7fff6f209ffb libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
0x7fff6f20a000 - 0x7fff6f20dff7 libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff6f20e000 - 0x7fff6f214fff libsystem_darwin.dylib (1272.250.1) /usr/lib/system/libsystem_darwin.dylib
0x7fff6f215000 - 0x7fff6f21bffb libsystem_dnssd.dylib (878.270.3) <97EEE658-D935-33C8-B56E-0F41EA7F6B43> /usr/lib/system/libsystem_dnssd.dylib
0x7fff6f21c000 - 0x7fff6f267ffb libsystem_info.dylib (517.200.9) /usr/lib/system/libsystem_info.dylib
0x7fff6f268000 - 0x7fff6f290ff7 libsystem_kernel.dylib (4903.278.12) <210C5A31-0B19-3AA3-98E4-686F1DD3983E> /usr/lib/system/libsystem_kernel.dylib
0x7fff6f291000 - 0x7fff6f2dcff7 libsystem_m.dylib (3158.200.7) /usr/lib/system/libsystem_m.dylib
0x7fff6f2dd000 - 0x7fff6f307fff libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
0x7fff6f308000 - 0x7fff6f312ff7 libsystem_networkextension.dylib (767.250.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff6f313000 - 0x7fff6f31afff libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
0x7fff6f31b000 - 0x7fff6f324fef libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
0x7fff6f325000 - 0x7fff6f32fff7 libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
0x7fff6f330000 - 0x7fff6f333ff7 libsystem_sandbox.dylib (851.270.1) <9494594B-5199-3186-82AB-5FF8BED6EE16> /usr/lib/system/libsystem_sandbox.dylib
0x7fff6f334000 - 0x7fff6f336ff3 libsystem_secinit.dylib (30.260.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff6f337000 - 0x7fff6f33eff3 libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
0x7fff6f33f000 - 0x7fff6f354fff libsystem_trace.dylib (906.260.1) /usr/lib/system/libsystem_trace.dylib
0x7fff6f356000 - 0x7fff6f35bffb libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
0x7fff6f35c000 - 0x7fff6f38bfff 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: 7145
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
CoreUI image file 140K 2
Kernel Alloc Once 8K 1
MALLOC 201.3M 24
MALLOC guard page 32K 8
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
Memory Tag 242 12K 1
STACK GUARD 56.0M 6
Stack 10.5M 6
VM_ALLOCATE 44K 2
__DATA 40.2M 348
__FONT_DATA 4K 1
__LINKEDIT 222.4M 3
__TEXT 271.1M 351
__UNICODE 564K 1
mapped file 39.2M 8
shared memory 748K 8
=========== ======= =======
TOTAL 1.2G 772
TOTAL, minus reserved VM space 842.7M 772

Model: MacBookPro11,4, BootROM 194.0.0.0.0, 4 processors, Intel Core i7, 2,2 GHz, 16 GB, SMC 2.29f24
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.61.3 AirPortDriverBrcmNIC-1305.9)
Bluetooth: Version 6.0.14d3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM1024G, 1 TB
USB Device: USB 3.0 Bus
USB Device: My Passport 25E4
USB Device: Portable SSD T1
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

@balmas balmas added user feedback safari safari-specific issues labels Dec 3, 2019
@balmas
Copy link
Member Author

balmas commented Dec 3, 2019

@monzug could you do a little stress testing on the released Safari build to see if you can ever reproduce this?

@monzug
Copy link

monzug commented Dec 3, 2019 via email

@monzug
Copy link

monzug commented Dec 3, 2019 via email

@monzug
Copy link

monzug commented Dec 9, 2019

I use the same version of safari (Version 13.0.3) and of web extension. macbook air, macOS high sierra 10.13.6 - the user's OS is macOS Mojave 10.14.6
no problem from my side. any of you has a mac running mojave?

@balmas
Copy link
Member Author

balmas commented Dec 9, 2019

I'm running Mohave 10.14.6. @kirlat and @irina060981 are either of you able to reproduce this? Do you have any suggestions for what we might check? I was thinking maybe it could be related to available CPU or RAM but other than that am out of ideas.

@kirlat
Copy link
Member

kirlat commented Dec 9, 2019

I was developing and testing it on macOS 10.14.6 and Safari 12.1.2 and it never crashed for me on its own, except when there were some obvious mistakes in the code, but I guess it does not count here. I, however, was using a development build and we're releasing a production one. So that could be what makes a difference.

From what I know, latest releases of XCode were buggy as Apple was rushing new features in. They were also silently fixing bugs and adding significant pieces of new functionality even between the minor updates of XCode (here are release notes FYI: https://developer.apple.com/documentation/xcode_release_notes). I'm wondering if it's optimization made by (probably) older version of XCode we used to build a production version result in extension crashing. I don't know if it will help at all but maybe it is worth trying to recompile it with the latest version of XCode 11.2.1 (requires macOS 14.4.4 or higher) and maybe tweak some optimization parameters to make it less aggressive (not sure which ones are those and if there is any actually but they have a lot of config options there)? It can be a complete waste of time as well but I do not have any better ideas. It's pity we cannot reproduce this problem 🙁

@monzug
Copy link

monzug commented Dec 9, 2019 via email

@kirlat
Copy link
Member

kirlat commented Dec 9, 2019

There is a fresh (May 2019) report about a similar problem with Safari App Extension https://forums.developer.apple.com/thread/116649 (it also crashes randomly similar to the way the user describes) and there is no answer in response as is often the case with Apple dev forums 🙁

@balmas
Copy link
Member Author

balmas commented Dec 9, 2019

yep I saw that (and commented, to no avail :-) ) Thanks for adding the link here.

@pavelstudeny
Copy link

I have the same crash in my project, that is easy to reproduce, but difficult to fix. An app extension is running fine, the container app is running fine, but as soon as I add another nested app to the package, it's mere presence causes this app extension crash with a 100% repro (the container app is still running fine).

@balmas
Copy link
Member Author

balmas commented Oct 28, 2020

I have the same crash in my project, that is easy to reproduce, but difficult to fix. An app extension is running fine, the container app is running fine, but as soon as I add another nested app to the package, it's mere presence causes this app extension crash with a 100% repro (the container app is still running fine).

@pavelstudeny thank you. Were you ever able to fix it in your extension?

@pavelstudeny
Copy link

pavelstudeny commented Nov 3, 2020

@balmas I have not fixed it myself, so I cannot be very detailed, but it happened because I have not added entitlements for an app bundled in the main app. It's also important to have a correct signature of the bundled app, but Xcode would often tell you that during a build (codesign can verify this, but not the entitlements).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safari safari-specific issues user feedback
Projects
None yet
Development

No branches or pull requests

4 participants