Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 11-03-2021, 01:31 PM   #1
XcUiDi
Junior Member
XcUiDi began at the beginning.
 
XcUiDi's Avatar
 
Posts: 8
Karma: 10
Join Date: Nov 2021
Location: México
Device: PocketBook Touch Lux 4 (PB627)
Exclamation Sigil crash on Mac Catalina (10.1.7) Chrome_InProcGpuThread

Hello everybody.

This is my first post, and I would like to share my problem with you.
Since I started with the use of sigil (from versions 0.x) until the entry to 1.x I have been testing and updating it because I like having all the new tools that have been incorporated into this precious application.

Everything has worked well, except for some unexpected shutdowns (crash) from the change from WebKit technology to QtWebEngine (which were very rare or sporadic) ... but recently I have had more frequent crashes, and especially in epub files that had edited previously and never had a problem.
This happens as follows:
1. I open Sigil.
2. I'm trying to open a file that I just edited a few days ago.
3. The application closes abruptly and sends me the following report, indicating that it is "Chrome_InProcGpuThread".

Investigating a bit through Google, I see that there are other applications that also have the same problem, and everything indicates that it is something related to QtWebEngine.

The truth is that I don't have much preparation in terms of programming with Qt or python, or with the Mac OS programming tools (Xcode) but I think the error has to do with a recent update of the Mac OS.

I leave the record that it throws every time the application is closed, hoping it will be of help for a next version of Sigil.

Spoiler:

Code:
Process:               Sigil [2035]
Path:                  /Applications/Sigil.app/Contents/MacOS/Sigil
Identifier:            com.sigil-ebook.Sigil.app
Version:               1.8.0 (1.8.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Sigil [2035]
User ID:               501

Date/Time:             2021-11-03 11:10:27.433 -0600
OS Version:            Mac OS X 10.15.7 (19H1519)
Report Version:        12
Anonymous UUID:        416A4815-1237-4B59-946F-78AF7762E31B


Time Awake Since Boot: 3900 seconds

System Integrity Protection: enabled

Crashed Thread:        18  Chrome_InProcGpuThread

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

Application Specific Information:
abort() called

Application Specific Signatures:
Graphics kernel error: 0xfffffffb


Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff6d81c882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e1425 _pthread_cond_wait + 698
2   org.qt-project.QtCore         	0x000000010d1ecf9b 0x10d1c2000 + 176027
3   org.qt-project.QtCore         	0x000000010d1ecefc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
4   org.qt-project.Qt.QtWebEngineCore	0x000000010574f57a 0x105727000 + 165242
5   org.qt-project.Qt.QtWebEngineCore	0x000000010574f236 0x105727000 + 164406
6   org.qt-project.QtQuick        	0x000000010c327a77 QSGRenderer::preprocess() + 391
7   org.qt-project.QtQuick        	0x000000010c32730c QSGRenderer::renderScene(QSGBindable const&) + 204
8   org.qt-project.QtQuick        	0x000000010c327230 QSGRenderer::renderScene(unsigned int) + 48
9   org.qt-project.QtQuick        	0x000000010c366e33 QSGDefaultRenderContext::renderNextFrame(QSGRenderer*, unsigned int) + 67
10  org.qt-project.QtQuick        	0x000000010c3c4dc3 QQuickWindowPrivate::renderSceneGraph(QSize const&) + 707
11  org.qt-project.QtQuick        	0x000000010c49956d QQuickRenderControl::render() + 45
12  org.qt-project.QtQuickWidgets 	0x000000010d7ab496 0x10d7a6000 + 21654
13  org.qt-project.QtQuickWidgets 	0x000000010d7ab5b8 0x10d7a6000 + 21944
14  org.qt-project.QtCore         	0x000000010d3d54dc QObject::event(QEvent*) + 108
15  org.qt-project.QtWidgets      	0x00000001051c0002 QWidget::event(QEvent*) + 4802
16  org.qt-project.QtQuickWidgets 	0x000000010d7af2c2 QQuickWidget::event(QEvent*) + 786
17  org.qt-project.QtWebEngineWidgets	0x0000000104d3f0f7 0x104d24000 + 110839
18  org.qt-project.QtWidgets      	0x000000010518341f QApplicationPrivate::notify_helper(QObject*, QEvent*) + 271
19  org.qt-project.QtWidgets      	0x000000010518483c QApplication::notify(QObject*, QEvent*) + 588
20  org.qt-project.QtCore         	0x000000010d3abce4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
21  org.qt-project.QtCore         	0x000000010d404f4f QTimerInfoList::activateTimers() + 927
22  libqcocoa.dylib               	0x000000010f40b872 0x10f3d6000 + 219250
23  com.apple.CoreFoundation      	0x00007fff33425114 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
24  com.apple.CoreFoundation      	0x00007fff334250b3 __CFRunLoopDoSource0 + 103
25  com.apple.CoreFoundation      	0x00007fff33424ecd __CFRunLoopDoSources0 + 209
26  com.apple.CoreFoundation      	0x00007fff33423be9 __CFRunLoopRun + 937
27  com.apple.CoreFoundation      	0x00007fff334231e3 CFRunLoopRunSpecific + 466
28  com.apple.HIToolbox           	0x00007fff3203eaad RunCurrentEventLoopInMode + 292
29  com.apple.HIToolbox           	0x00007fff3203e7c5 ReceiveNextEventCommon + 584
30  com.apple.HIToolbox           	0x00007fff3203e569 _BlockUntilNextEventMatchingListInModeWithFilter + 64
31  com.apple.AppKit              	0x00007fff30687659 _DPSNextEvent + 883
32  com.apple.AppKit              	0x00007fff30685ea0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
33  com.apple.AppKit              	0x00007fff30677bae -[NSApplication run] + 658
34  libqcocoa.dylib               	0x000000010f40c6e5 0x10f3d6000 + 222949
35  org.qt-project.QtCore         	0x000000010d3a72ef QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
36  org.qt-project.QtCore         	0x000000010d3ac352 QCoreApplication::exec() + 130
37  com.sigil-ebook.Sigil.app     	0x00000001043c5b5b main + 8667
38  libdyld.dylib                 	0x00007fff6d6d8cc9 start + 1

Thread 1:: Dispatch queue: com.apple.root.default-qos
0   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d85f1a USC::CShaderInstructionList::AddInstruction(USC::CShaderInstruction&) + 4
1   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d8ad8b USC::CShaderCompiler::ListPatternMatch(USC::CShaderInstructionList*, USC::CShaderInstructionList*, USC::CShader*) const + 9525
2   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d88809 USC::CShaderCompiler::FuncPatternMatch(USC::CShaderFunction*, USC::CShader*) const + 89
3   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d88782 USC::CShaderCompiler::PatternMatch(USC::CShader*) const + 90
4   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d822e6 USC::CGen6ShaderCompiler::Compile(USC::CShader*) + 2602
5   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28e4ec0b USC::CompilePixelShaderOpenGL(void*, USC::OPTIMIZER_LEVEL, USC::SIMD_LEVEL, USC::SCompilerInputStatePixelShaderOpenGL const*, USC::SCompilerOutputPixelShaderOpenGL_Gen7*&) + 651
6   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28de3716 invocation function for block in USC::IM_Shader::Compile(void*, GFXCORE_FAMILY, void*) + 88
7   libdispatch.dylib             	0x00007fff6d67e6c4 _dispatch_call_block_and_release + 12
8   libdispatch.dylib             	0x00007fff6d67f658 _dispatch_client_callout + 8
9   libdispatch.dylib             	0x00007fff6d68daa8 _dispatch_root_queue_drain + 663
10  libdispatch.dylib             	0x00007fff6d68e097 _dispatch_worker_thread2 + 92
11  libsystem_pthread.dylib       	0x00007fff6d8dd9f7 _pthread_wqthread + 220
12  libsystem_pthread.dylib       	0x00007fff6d8dcb77 start_wqthread + 15

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

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

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

Thread 5:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e62f 0x105727000 + 35681839
4   org.qt-project.Qt.QtWebEngineCore	0x00000001078e8d9d 0x105727000 + 35397021
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
6   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 6:: DnsConfigService
0   libsystem_kernel.dylib        	0x00007fff6d81e766 kevent + 10
1   org.qt-project.Qt.QtWebEngineCore	0x0000000107bebb39 0x105727000 + 38554425
2   org.qt-project.Qt.QtWebEngineCore	0x0000000107be8e6d 0x105727000 + 38542957
3   org.qt-project.Qt.QtWebEngineCore	0x00000001079a462b 0x105727000 + 36165163
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
5   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
6   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
7   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 7:: TaskSchedulerServiceThread
0   libsystem_kernel.dylib        	0x00007fff6d81e766 kevent + 10
1   org.qt-project.Qt.QtWebEngineCore	0x0000000107bebb39 0x105727000 + 38554425
2   org.qt-project.Qt.QtWebEngineCore	0x0000000107be8e6d 0x105727000 + 38542957
3   org.qt-project.Qt.QtWebEngineCore	0x00000001079a4612 0x105727000 + 36165138
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
5   org.qt-project.Qt.QtWebEngineCore	0x000000010794cd14 0x105727000 + 35806484
6   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 8:: TaskSchedulerForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107946573 0x105727000 + 35779955
6   org.qt-project.Qt.QtWebEngineCore	0x0000000107946474 0x105727000 + 35779700
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 9:: TaskSchedulerForegroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x00000001079467b1 0x105727000 + 35780529
6   org.qt-project.Qt.QtWebEngineCore	0x0000000107946474 0x105727000 + 35779700
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 10:: TaskSchedulerForegroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x00000001079467b1 0x105727000 + 35780529
6   org.qt-project.Qt.QtWebEngineCore	0x0000000107946474 0x105727000 + 35779700
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 11:: TaskSchedulerForegroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107946573 0x105727000 + 35779955
6   org.qt-project.Qt.QtWebEngineCore	0x0000000107946474 0x105727000 + 35779700
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 12:: TaskSchedulerBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107946573 0x105727000 + 35779955
6   org.qt-project.Qt.QtWebEngineCore	0x00000001079463e4 0x105727000 + 35779556
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 13:: TaskSchedulerBackgroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x00000001079467b1 0x105727000 + 35780529
6   org.qt-project.Qt.QtWebEngineCore	0x00000001079463e4 0x105727000 + 35779556
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 14:: Chrome_IOThread
0   libsystem_kernel.dylib        	0x00007fff6d81e766 kevent + 10
1   org.qt-project.Qt.QtWebEngineCore	0x0000000107bebb39 0x105727000 + 38554425
2   org.qt-project.Qt.QtWebEngineCore	0x0000000107be8e6d 0x105727000 + 38542957
3   org.qt-project.Qt.QtWebEngineCore	0x00000001079a4612 0x105727000 + 36165138
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
5   org.qt-project.Qt.QtWebEngineCore	0x000000010728ebe4 0x105727000 + 28736484
6   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 15:: TaskSchedulerSingleThreadSharedBackgroundBlocking0
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e62f 0x105727000 + 35681839
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945eca 0x105727000 + 35778250
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107946573 0x105727000 + 35779955
6   org.qt-project.Qt.QtWebEngineCore	0x0000000107946414 0x105727000 + 35779604
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 16:: CompositorTileWorker1/85251
0   libsystem_kernel.dylib        	0x00007fff6d81c882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e1425 _pthread_cond_wait + 698
2   org.qt-project.Qt.QtWebEngineCore	0x000000010799c8b8 0x105727000 + 36133048
3   org.qt-project.Qt.QtWebEngineCore	0x0000000108a06d68 0x105727000 + 53345640
4   org.qt-project.Qt.QtWebEngineCore	0x000000010795e0a4 0x105727000 + 35877028
5   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
6   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 17:: AudioThread
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e62f 0x105727000 + 35681839
4   org.qt-project.Qt.QtWebEngineCore	0x00000001078e8d9d 0x105727000 + 35397021
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
6   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 18 Crashed:: Chrome_InProcGpuThread
0   libsystem_kernel.dylib        	0x00007fff6d82033a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e0e60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff6d7a7808 abort + 120
3   libGPUSupportMercury.dylib    	0x00007fff548bb0a5 gpusGenerateCrashLog.cold.1 + 95
4   libGPUSupportMercury.dylib    	0x00007fff548b218f gpusGenerateCrashLog + 89
5   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff29189dd0 gpusKillClientExt + 9
6   libGPUSupportMercury.dylib    	0x00007fff548b355b gpusSubmitDataBuffers + 164
7   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d5fc78 IntelCommandBuffer::getNew(GLDContextRec*) + 48
8   com.apple.driver.AppleIntelHD4000GraphicsGLDriver	0x00007fff28d5faa6 intelSubmitCommands + 187
9   org.qt-project.Qt.QtWebEngineCore	0x000000010844ff12 0x105727000 + 47353618
10  org.qt-project.Qt.QtWebEngineCore	0x0000000108b2edc3 0x105727000 + 54558147
11  org.qt-project.Qt.QtWebEngineCore	0x0000000108accb58 0x105727000 + 54156120
12  org.qt-project.Qt.QtWebEngineCore	0x0000000108c731ec 0x105727000 + 55886316
13  org.qt-project.Qt.QtWebEngineCore	0x0000000108c73044 0x105727000 + 55885892
14  org.qt-project.Qt.QtWebEngineCore	0x0000000108c71d3a 0x105727000 + 55881018
15  org.qt-project.Qt.QtWebEngineCore	0x0000000108c7c117 0x105727000 + 55922967
16  org.qt-project.Qt.QtWebEngineCore	0x0000000108c7a468 0x105727000 + 55915624
17  org.qt-project.Qt.QtWebEngineCore	0x0000000108ad21e4 0x105727000 + 54178276
18  org.qt-project.Qt.QtWebEngineCore	0x00000001078c0082 0x105727000 + 35229826
19  org.qt-project.Qt.QtWebEngineCore	0x00000001078e78bf 0x105727000 + 35391679
20  org.qt-project.Qt.QtWebEngineCore	0x00000001078e7e28 0x105727000 + 35393064
21  org.qt-project.Qt.QtWebEngineCore	0x00000001078e8db9 0x105727000 + 35397049
22  org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
23  org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
24  org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
25  libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
26  libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 19:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	0x00007fff6d81e766 kevent + 10
1   org.qt-project.Qt.QtWebEngineCore	0x0000000107bebb39 0x105727000 + 38554425
2   org.qt-project.Qt.QtWebEngineCore	0x0000000107be8e6d 0x105727000 + 38542957
3   org.qt-project.Qt.QtWebEngineCore	0x00000001079a462b 0x105727000 + 36165163
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
5   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
6   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
7   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 20:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff334252b7 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff33423d71 __CFRunLoopRun + 1329
4   com.apple.CoreFoundation      	0x00007fff334231e3 CFRunLoopRunSpecific + 466
5   com.apple.AppKit              	0x00007fff30828ea4 _NSEventThread + 132
6   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 21:: TaskSchedulerBackgroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x00000001079467b1 0x105727000 + 35780529
6   org.qt-project.Qt.QtWebEngineCore	0x00000001079463e4 0x105727000 + 35779556
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 22:: TaskSchedulerBackgroundBlockingWorker
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e821 0x105727000 + 35682337
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945ed8 0x105727000 + 35778264
5   org.qt-project.Qt.QtWebEngineCore	0x00000001079467b1 0x105727000 + 35780529
6   org.qt-project.Qt.QtWebEngineCore	0x00000001079463e4 0x105727000 + 35779556
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 23:: TaskSchedulerSingleThreadForegroundBlocking1
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e62f 0x105727000 + 35681839
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107945eca 0x105727000 + 35778250
5   org.qt-project.Qt.QtWebEngineCore	0x00000001079467b1 0x105727000 + 35780529
6   org.qt-project.Qt.QtWebEngineCore	0x00000001079464d4 0x105727000 + 35779796
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 24:: CacheThread_BlockFile
0   libsystem_kernel.dylib        	0x00007fff6d81e766 kevent + 10
1   org.qt-project.Qt.QtWebEngineCore	0x0000000107bebb39 0x105727000 + 38554425
2   org.qt-project.Qt.QtWebEngineCore	0x0000000107be8e6d 0x105727000 + 38542957
3   org.qt-project.Qt.QtWebEngineCore	0x00000001079a4612 0x105727000 + 36165138
4   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
5   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
6   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
7   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 25:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff6d81c882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e1425 _pthread_cond_wait + 698
2   org.qt-project.QtCore         	0x000000010d1ed2a0 0x10d1c2000 + 176800
3   org.qt-project.QtCore         	0x000000010d1ecfbe 0x10d1c2000 + 176062
4   org.qt-project.QtCore         	0x000000010d1ecefc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x000000010d1ece5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x000000010d1e9967 0x10d1c2000 + 162151
7   org.qt-project.QtCore         	0x000000010d1e4903 0x10d1c2000 + 141571
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 26:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff6d819dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6d81a170 mach_msg + 60
2   org.qt-project.Qt.QtWebEngineCore	0x000000010792e72d 0x105727000 + 35682093
3   org.qt-project.Qt.QtWebEngineCore	0x000000010792e62f 0x105727000 + 35681839
4   org.qt-project.Qt.QtWebEngineCore	0x00000001078e8d9d 0x105727000 + 35397021
5   org.qt-project.Qt.QtWebEngineCore	0x0000000107912d75 0x105727000 + 35569013
6   org.qt-project.Qt.QtWebEngineCore	0x000000010795f5fd 0x105727000 + 35882493
7   org.qt-project.Qt.QtWebEngineCore	0x000000010799d6a7 0x105727000 + 36136615
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 27:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff6d81c882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e1425 _pthread_cond_wait + 698
2   org.qt-project.QtCore         	0x000000010d1ed2a0 0x10d1c2000 + 176800
3   org.qt-project.QtCore         	0x000000010d1ecfbe 0x10d1c2000 + 176062
4   org.qt-project.QtCore         	0x000000010d1ecefc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x000000010d1ece5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x000000010d1e9967 0x10d1c2000 + 162151
7   org.qt-project.QtCore         	0x000000010d1e4903 0x10d1c2000 + 141571
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 28:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff6d81c882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e1425 _pthread_cond_wait + 698
2   org.qt-project.QtCore         	0x000000010d1ed2a0 0x10d1c2000 + 176800
3   org.qt-project.QtCore         	0x000000010d1ecfbe 0x10d1c2000 + 176062
4   org.qt-project.QtCore         	0x000000010d1ecefc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x000000010d1ece5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x000000010d1e9967 0x10d1c2000 + 162151
7   org.qt-project.QtCore         	0x000000010d1e4903 0x10d1c2000 + 141571
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 29:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff6d81c882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6d8e1425 _pthread_cond_wait + 698
2   org.qt-project.QtCore         	0x000000010d1ed2a0 0x10d1c2000 + 176800
3   org.qt-project.QtCore         	0x000000010d1ecfbe 0x10d1c2000 + 176062
4   org.qt-project.QtCore         	0x000000010d1ecefc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x000000010d1ece5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x000000010d1e9967 0x10d1c2000 + 162151
7   org.qt-project.QtCore         	0x000000010d1e4903 0x10d1c2000 + 141571
8   libsystem_pthread.dylib       	0x00007fff6d8e1109 _pthread_start + 148
9   libsystem_pthread.dylib       	0x00007fff6d8dcb8b thread_start + 15

Thread 18 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000070001569c000  rcx: 0x000070001569b3c8  rdx: 0x0000000000000000
  rdi: 0x0000000000014803  rsi: 0x0000000000000006  rbp: 0x000070001569b3f0  rsp: 0x000070001569b3c8
   r8: 0x000070001569b1d0   r9: 0x000070001569b410  r10: 0x000070001569c000  r11: 0x0000000000000246
  r12: 0x0000000000014803  r13: 0x00007fcdb82ef2b0  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6d82033a  rfl: 0x0000000000000246  cr2: 0x0000000132b0b000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1043ba000 -        0x104a8cff3 +com.sigil-ebook.Sigil.app (1.8.0 - 1.8.0) <FF13D368-C06C-35D3-A7E1-89734BCEE016> /Applications/Sigil.app/Contents/MacOS/Sigil
       0x104ba8000 -        0x104bf2ff3 +libhunspell.dylib (0) <FA93BC03-B0E3-3564-8538-0C31F29CB04F> /Applications/Sigil.app/Contents/lib/libhunspell.dylib
       0x104c04000 -        0x104c5eff3 +libsigilgumbo.dylib (0) <B5763438-DFE2-38F7-973B-D443805D6F4E> /Applications/Sigil.app/Contents/lib/libsigilgumbo.dylib
       0x104c6a000 -        0x104c9bff7 +org.qt-project.QtXml (5.12 - 5.12.9) <89C36E1A-3ECB-3E16-96F0-B0ACFD706BC1> /Applications/Sigil.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
       0x104cb8000 -        0x104ce4ff3 +org.qt-project.QtWebEngine (5.12 - 5.12.9) <202BA74A-34E1-3161-9A9B-195BDC735EC1> /Applications/Sigil.app/Contents/Frameworks/QtWebEngine.framework/Versions/5/QtWebEngine
       0x104d24000 -        0x104d43fff +org.qt-project.QtWebEngineWidgets (5.12 - 5.12.9) <D95A9DD4-304A-38C3-9CAD-0410817B72C0> /Applications/Sigil.app/Contents/Frameworks/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
       0x104d6c000 -        0x104d70ff7 +org.qt-project.QtConcurrent (5.12 - 5.12.9) <E32BC79D-E74E-31BF-8189-04888B049980> /Applications/Sigil.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x104d80000 -        0x104fd8ff7 +org.python.python (3.8.3, [c] 2001-2019 Python Software Foundation. - 3.8.3) <5000E97B-DC5F-3F84-97E8-2F1C5A443680> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/Python
       0x10511b000 -        0x105144ff3 +org.qt-project.QtPrintSupport (5.12 - 5.12.9) <14B16189-714F-3126-882E-8E19038BB32A> /Applications/Sigil.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x105173000 -        0x1055b0fff +org.qt-project.QtWidgets (5.12 - 5.12.9) <D1B2AF6A-5575-3403-AA45-5FD486D7338E> /Applications/Sigil.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x105727000 -        0x10baa7fbf +org.qt-project.Qt.QtWebEngineCore (5.12 - 5.12.9) <FA136803-0C43-3FD4-A2F9-D93A1E3A9E56> /Applications/Sigil.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
       0x10c201000 -        0x10c216fff +org.qt-project.QtWebChannel (5.12 - 5.12.9) <462A6519-AC2E-39CD-BD46-8FF86C32A861> /Applications/Sigil.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
       0x10c226000 -        0x10c286ff7 +org.qt-project.QtPositioning (5.12 - 5.12.9) <ED29FDAE-A072-3FEF-98EE-E60323C2289D> /Applications/Sigil.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
       0x10c2ab000 -        0x10c597ff7 +org.qt-project.QtQuick (5.12 - 5.12.9) <BF0AD7C9-F3CA-3EE8-B1A7-AFEDC0D3B411> /Applications/Sigil.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
       0x10c6ae000 -        0x10cb09ff7 +org.qt-project.QtGui (5.12 - 5.12.9) <1609AE4D-C689-3A18-A7F7-472CC9C5278B> /Applications/Sigil.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x10cc1d000 -        0x10cfa1ff3 +org.qt-project.QtQml (5.12 - 5.12.9) <4083FC31-9EAE-3E4E-A204-07707EFDEA2F> /Applications/Sigil.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
       0x10d065000 -        0x10d16fff7 +org.qt-project.QtNetwork (5.12 - 5.12.9) <BD0487CF-C1B7-3BBB-9B84-51920FE4204B> /Applications/Sigil.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10d1c2000 -        0x10d6d5fff +org.qt-project.QtCore (5.12 - 5.12.9) <B57937CE-5B9E-3AD9-B240-B871660A9602> /Applications/Sigil.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10d7a6000 -        0x10d7b1ff7 +org.qt-project.QtQuickWidgets (5.12 - 5.12.9) <55EAE73C-8F1D-3263-BD61-3BF0457D601C> /Applications/Sigil.app/Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
       0x10f3d6000 -        0x10f536ff7 +libqcocoa.dylib (0) <A7367478-A73D-31C0-B5B1-6631C46660F6> /Applications/Sigil.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x10f58b000 -        0x10f5e9ff3 +org.qt-project.QtDBus (5.12 - 5.12.9) <CF6F4DA3-192A-373E-808B-55F45E66FB74> /Applications/Sigil.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x110c9b000 -        0x110ca1ff3 +libqgif.dylib (0) <2A9211DA-C053-3B5A-94FB-ECE0C948ADFF> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x11127c000 -        0x1112a0fff +libqmacstyle.dylib (0) <856AFD53-3420-3FAD-A982-2B4CC56E8F62> /Applications/Sigil.app/Contents/PlugIns/styles/libqmacstyle.dylib
       0x1129a4000 -        0x112af6fff  com.apple.AppleIntelHD4000GraphicsVADriver (14.7.20 - 14.0.7) <5BF0A666-8F80-38BB-BBD6-89C975CC4AA2> /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsVADriver
       0x112bb4000 -        0x112bb7ff7  com.apple.AppleIntelIVBVA (14.7.20 - 14.0.7) <046111B6-EF49-3EC6-A80C-015572A26101> /System/Library/Extensions/AppleIntelIVBVA.bundle/Contents/MacOS/AppleIntelIVBVA
       0x1131c0000 -        0x1131c7ff3 +libqicns.dylib (0) <442559A3-0BDF-34F1-814F-42E4BE9F096D> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x1131d0000 -        0x1131d5ff3 +libqico.dylib (0) <FEE17CCF-28D1-31AB-B4DC-8937EBCDFB58> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqico.dylib
       0x1131de000 -        0x113241ff7 +libqjpeg.dylib (0) <339A9CC0-86BC-3D88-A11D-78208059EF96> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x11324c000 -        0x113251ff7 +libqmacheif.dylib (0) <648F8E25-9E36-369C-8687-BC9328FBF7D3> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqmacheif.dylib
       0x11325a000 -        0x11325fffb +libqmacjp2.dylib (0) <EC1C103E-FD86-3AA5-ACF6-915458D9C2F6> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
       0x113268000 -        0x11326cffb +libqtga.dylib (0) <FBC834BB-F9FF-38C4-812C-EDCA7462918A> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x113274000 -        0x1132d9fff +libqtiff.dylib (0) <4471FB0A-ED99-3992-B38E-65A1E12A3290> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x1132e7000 -        0x1132eaff3 +libqwbmp.dylib (0) <CFB923D7-EF46-3275-9A51-7211B64DA618> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x1132f3000 -        0x113388ff7 +libqwebp.dylib (0) <8B4421B7-6F20-3F79-BBB6-45C24F74F084> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x113396000 -        0x11339dff3 +libqsvgicon.dylib (0) <90BFA5D2-C968-3373-ABC6-2DB9F5CA342C> /Applications/Sigil.app/Contents/PlugIns/iconengines/libqsvgicon.dylib
       0x1133a7000 -        0x1133dbff7 +org.qt-project.QtSvg (5.12 - 5.12.9) <0D3D1A05-5CC2-34D6-80FD-9DCEB1F90EEB> /Applications/Sigil.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
       0x113743000 -        0x1137d5267  dyld (750.7) <FAE66DB5-B10B-393E-98E6-FC052DA267B0> /usr/lib/dyld
       0x12ddef000 -        0x12ddf2047  libobjc-trampolines.dylib (787.1) <571C6A14-9E0E-3139-B82D-A1A3D46F2C9C> /usr/lib/libobjc-trampolines.dylib
       0x12e0b1000 -        0x12e0b3ffb +_heapq.cpython-38-darwin.so (0) <AB4EC692-9215-36E5-A05C-CDECDB036B5B> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_heapq.cpython-38-darwin.so
       0x12e0f6000 -        0x12e0f6ff7 +_opcode.cpython-38-darwin.so (0) <ED194C39-5E82-3807-AAE4-A019D39BF201> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_opcode.cpython-38-darwin.so
       0x12e0f9000 -        0x12e0feff3 +_struct.cpython-38-darwin.so (0) <293C05C5-60C2-3BB9-8733-9D1B18B7DE44> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_struct.cpython-38-darwin.so
       0x12e106000 -        0x12e10bff7 +binascii.cpython-38-darwin.so (0) <F51A3106-C288-3AB2-8852-365756BBA14E> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/binascii.cpython-38-darwin.so
       0x12e110000 -        0x12e119ffb +math.cpython-38-darwin.so (0) <B0348930-38F0-3DE5-AA40-D23EC69B5879> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/math.cpython-38-darwin.so
       0x12e120000 -        0x12e121fff +_bisect.cpython-38-darwin.so (0) <60DA6434-A137-3B2A-BAFB-23C112294A64> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bisect.cpython-38-darwin.so
       0x12e124000 -        0x12e128ffb +_sha512.cpython-38-darwin.so (0) <B28E9FBD-5AD1-3084-B97C-F24E8C1EFDE9> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha512.cpython-38-darwin.so
       0x12e12c000 -        0x12e12dfff +_random.cpython-38-darwin.so (0) <5D4D72B6-355C-3832-92B1-B8A6D2409A0F> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_random.cpython-38-darwin.so
       0x12e4b1000 -        0x12e4beffb +_socket.cpython-38-darwin.so (0) <4BC624B4-979D-3B04-A66C-A5110BD5B1A0> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_socket.cpython-38-darwin.so
       0x12e4c6000 -        0x12e4caff7 +select.cpython-38-darwin.so (0) <4A7A8142-0C57-368F-8FCF-77560D391F87> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/select.cpython-38-darwin.so
       0x12e4cf000 -        0x12e4deff7 +_datetime.cpython-38-darwin.so (0) <C77724B6-4870-3EEC-B329-0EE83E5AA0DD> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_datetime.cpython-38-darwin.so
       0x12e4ea000 -        0x12e4ecfff +_bz2.cpython-38-darwin.so (0) <9C5F703E-2541-3CFE-9C6B-47FFC562154F> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bz2.cpython-38-darwin.so
       0x12e571000 -        0x12e676ff7 +unicodedata.cpython-38-darwin.so (0) <84F1A343-A9C9-38F3-A096-79F5053B5FF3> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/unicodedata.cpython-38-darwin.so
       0x12e73b000 -        0x12e9f74d3 +_ssl.cpython-38-darwin.so (0) <9F9AE60C-408C-3573-BB3C-68C9D90FE915> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_ssl.cpython-38-darwin.so
       0x12eb78000 -        0x12eb82ff3 +_elementtree.cpython-38-darwin.so (0) <20ACDBB2-EA09-39C2-90B3-71ACAA07D916> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_elementtree.cpython-38-darwin.so
       0x12eb8d000 -        0x12ebb9fff +pyexpat.cpython-38-darwin.so (0) <EB60674F-15F2-3089-A41E-481A92D0D896> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/pyexpat.cpython-38-darwin.so
       0x12ec4c000 -        0x12ee6bcfb +_hashlib.cpython-38-darwin.so (0) <68EF38CE-6B97-336C-A1AC-EDA101033790> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_hashlib.cpython-38-darwin.so
       0x12eefa000 -        0x12ef00ff3 +_blake2.cpython-38-darwin.so (0) <A28BA613-D747-3A04-B2F0-7765B7A3652E> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_blake2.cpython-38-darwin.so
       0x12ef05000 -        0x12ef16fff +_sha3.cpython-38-darwin.so (0) <534F0E8A-DE61-3841-8045-3807642436D0> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha3.cpython-38-darwin.so
       0x12ef5b000 -        0x12ef60ff3 +zlib.cpython-38-darwin.so (0) <D58E2141-3187-390C-98DC-8001C7AC2DCA> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/zlib.cpython-38-darwin.so
       0x12ef65000 -        0x12ef94ff3 +_lzma.cpython-38-darwin.so (0) <C3A5054C-AC48-3242-AE62-AD5528B92A79> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_lzma.cpython-38-darwin.so
       0x12ef9d000 -        0x12ef9effb +grp.cpython-38-darwin.so (0) <1160CC99-B540-33DD-B484-F6D41F68E0EE> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/grp.cpython-38-darwin.so
       0x12efe2000 -        0x12efe2ffb +_scproxy.cpython-38-darwin.so (0) <11A4D7F4-9795-369A-A304-15F36A196164> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_scproxy.cpython-38-darwin.so
       0x12efe5000 -        0x12f3e3ffb +etree.cpython-38-darwin.so (0) <A4E31134-7D75-33ED-A9CD-6A57DCE810B7> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/lxml/etree.cpython-38-darwin.so
       0x12f5c2000 -        0x12f5deff7 +_elementpath.cpython-38-darwin.so (0) <F72F3442-1580-3524-9100-BA760A0A4B93> /Applications/Sigil.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/lxml/_elementpath.cpython-38-darwin.so
       0x132283000 -        0x132299ff7  com.apple.security.csparser (3.0 - 59306.140.11) <EC9474C7-875E-3BA2-B3DD-8B6302841C46> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
    0x7fff26420000 -     0x7fff2666dff8  com.apple.RawCamera.bundle (9.02.0 - 1350.30) <5337D338-FB27-3B70-91C8-096357BEFAC2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff28d51000 -     0x7fff2924eff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (14.7.20 - 14.0.7) <7C755611-B8FD-37AE-8B39-5B01F7F8673E> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
    0x7fff2924f000 -     0x7fff292ceff6  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (14.7.20 - 14.0.7) <CA4CF416-1AF8-3619-959B-5A3B4EDD551F> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
    0x7fff2ebc8000 -     0x7fff2ebccffb  com.apple.agl (3.3.3 - AGL-3.3.3) <CDC14585-934E-32C4-B454-436898CE6DC7> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff2ebcd000 -     0x7fff2edc8ff8  com.apple.avfoundation (2.0 - 1855.3) <0837D912-3783-35D6-A94A-E474E18600CF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff2edc9000 -     0x7fff2ee95ffe  com.apple.audio.AVFAudio (1.0 - 415.75) <CAC3CA5F-FCF6-37EB-8F1A-090340E2C38E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff2efb5000 -     0x7fff2efb5fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <C1FB2338-2D52-3884-BED3-071A82B1FD77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2efb6000 -     0x7fff2efcdff7  libCGInterfaces.dylib (524.2.1) <69118118-1CEC-3019-A36E-3EC2FF1CAD8F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2efce000 -     0x7fff2f869fcf  com.apple.vImage (8.1 - 524.2.1) <4B6AB2C1-7CF5-3FDA-AC1C-04E531AB9BCE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2f86a000 -     0x7fff2f9fffef  libBLAS.dylib (1303.60.1) <C157903D-417A-322B-916E-DDCFE2AF97EE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2fa00000 -     0x7fff2fd41fff  libBNNS.dylib (144.100.2) <69FA0C4F-B59D-374A-9DCF-E9FA79F332FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2fd42000 -     0x7fff300e9fff  libLAPACK.dylib (1303.60.1) <6FEC8434-0C35-3528-A3DE-E3C78A748B6C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff300ea000 -     0x7fff300ffffc  libLinearAlgebra.dylib (1303.60.1) <AAC1A8DA-0B44-3D52-A03F-1DFED19D33BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff30100000 -     0x7fff30105ff3  libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff30106000 -     0x7fff30176fff  libSparse.dylib (103) <B8A10D0C-4577-343D-B310-A3E81265D107> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff30177000 -     0x7fff30189ff7  libSparseBLAS.dylib (1303.60.1) <CFFEAA75-99FB-369E-80A1-4BC73ADEBEA9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3018a000 -     0x7fff3031cfe3  libvDSP.dylib (735.140.1) <1586D162-55FD-3EC0-AFC7-975EAE2D0DD6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3031d000 -     0x7fff3049bfe7  libvMisc.dylib (735.140.1) <61CF1106-41C2-3971-9187-BD1D53C00343> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3049c000 -     0x7fff3049cfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <4686AE53-FD05-302C-AC20-C014EFC2305F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3049d000 -     0x7fff304fcff0  com.apple.Accounts (113 - 113) <E2438070-30AB-3B89-AE63-1E485B92D108> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff30646000 -     0x7fff31404ff4  com.apple.AppKit (6.9 - 1894.60.107) <D955876A-483C-3E04-94B2-4A2A574D64E0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff31454000 -     0x7fff31454fff  com.apple.ApplicationServices (48 - 50) <5DCBE58B-F7AD-39FF-BAB8-1B300C6DE8F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff31455000 -     0x7fff314c0fff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff31559000 -     0x7fff31597ff0  libFontRegistry.dylib (274.0.5.1) <F3461C05-0370-359B-9F03-5C1C1F7763EC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff315f2000 -     0x7fff31621fff  com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff31622000 -     0x7fff31626ffb  com.apple.ColorSyncLegacy (4.13.0 - 1) <1616B44A-FCBC-3B11-A6CB-8B40D4DE27AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff316c0000 -     0x7fff31717ffa  com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff31718000 -     0x7fff31726fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff31727000 -     0x7fff3176cffa  com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff3176d000 -     0x7fff31777ff7  com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff31778000 -     0x7fff31785ffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff31786000 -     0x7fff31867ff2  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <302BD446-B8AF-3D96-8A4E-9E636608AF75> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff31869000 -     0x7fff31869fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <BAD748CE-87DA-3DF8-AA04-8C3A2B6DF6A6> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff31c00000 -     0x7fff31f8effa  com.apple.CFNetwork (1128.1 - 1128.1) <04F37E21-8AC6-35BF-8D2C-8ED954B09026> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3200a000 -     0x7fff3200afff  com.apple.Carbon (160 - 162) <057B03E9-2B72-3F1F-A6FE-30E371063A85> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3200b000 -     0x7fff3200eff3  com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3200f000 -     0x7fff32303ff3  com.apple.HIToolbox (2.1.1 - 994.7) <000A63E3-7A5B-3EFC-ACC8-2F8B825C4748> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff32304000 -     0x7fff32307ff3  com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff32308000 -     0x7fff3230dff7  com.apple.ImageCapture (9.0 - 1600.65.1) <19E8B178-4C4D-3779-8815-E905310F20EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3230e000 -     0x7fff3230efff  com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff3230f000 -     0x7fff32329ffa  com.apple.openscripting (1.7 - 185.1) <B6E28747-5FC7-3461-8A71-864A969ED022> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3234a000 -     0x7fff3234afff  com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3234b000 -     0x7fff3234dff7  com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3234e000 -     0x7fff32354fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff32355000 -     0x7fff324edffa  com.apple.cloudkit.CloudKit (867 - 867) <1B851180-FC00-357F-B6C1-BB0EA7D6D5CA> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff324ee000 -     0x7fff324eefff  com.apple.Cocoa (6.11 - 23) <791A1DB8-2D84-325C-9409-985C02C510ED> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff324fc000 -     0x7fff325f2fff  com.apple.ColorSync (4.13.0 - 3394.11) <B0DE6D9E-3C1D-3121-A1B9-769443238BEF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff328dd000 -     0x7fff32de6ffb  com.apple.audio.CoreAudio (5.0 - 5.0) <47923B12-3D14-328A-9C86-27A3A2A73068> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff32e39000 -     0x7fff32e71fff  com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff32e72000 -     0x7fff3326dff8  com.apple.CoreData (120 - 977.3) <CEAA4BC1-62AB-3702-B790-82A55EA10302> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff3326e000 -     0x7fff333a0ff6  com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff333a1000 -     0x7fff33822ff6  com.apple.CoreFoundation (6.9 - 1678.101) <41A8276A-02BD-3369-AF6D-A3277D586182> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff33824000 -     0x7fff33ebcff0  com.apple.CoreGraphics (2.0 - 1355.24) <9B167C47-1FDB-3D44-93D0-64CC7B30AB2A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff33eca000 -     0x7fff34225ff0  com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff34226000 -     0x7fff3428fff0  com.apple.corelocation (2394.0.22 - 2394.0.22) <75966124-2FB7-33C3-BE49-3DD5F327F911> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff34290000 -     0x7fff342e0ff6  com.apple.audio.midi.CoreMIDI (1.10 - 88) <017B0334-8AC4-304B-A5E2-C82C51BE1917> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff342e3000 -     0x7fff345e5ff2  com.apple.CoreML (1.0 - 1) <838D7D0A-47C9-3EBE-9540-FD42746B6014> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff345e6000 -     0x7fff346c1ffc  com.apple.CoreMedia (1.0 - 2625.9.4.1) <09A2E0F7-4448-35A4-87B6-C250F4EA415E> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff346c2000 -     0x7fff34724ffe  com.apple.CoreMediaIO (1000.0 - 5125.6) <6BC7CED3-9C0A-3766-8C17-C9A464A259C6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff347ae000 -     0x7fff347aefff  com.apple.CoreServices (1069.28 - 1069.28) <72D55A31-EFDB-3E6B-8B12-E91E059A4540> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff347af000 -     0x7fff34834fff  com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff34835000 -     0x7fff34b16ff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <BE379206-99FA-30CD-8391-2708473A633F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff34b17000 -     0x7fff34b64ffd  com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff34b65000 -     0x7fff34b6dff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <FC84DB48-A3CE-30F7-A918-B3587731ACC7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff34b6e000 -     0x7fff34da9fff  com.apple.LaunchServices (1069.28 - 1069.28) <C8A1268A-ADA9-31E9-A5FE-63C15A4B5D3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff34daa000 -     0x7fff34e42ff9  com.apple.Metadata (10.7.0 - 2076.7.1) <3FBA1665-4F76-3403-9C87-E120D53D40FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff34e43000 -     0x7fff34e70fff  com.apple.CoreServices.OSServices (1069.28 - 1069.28) <1F3E8B56-E660-332C-9D01-E517729EA970> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff34e71000 -     0x7fff34ed8fff  com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff34ed9000 -     0x7fff34efdff5  com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3515a000 -     0x7fff35221ff8  com.apple.CoreTelephony (113 - 7560.2) <773BC9FE-2F70-33A7-9362-E2D208A0216B> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff35222000 -     0x7fff353d9ffc  com.apple.CoreText (643.1.5.7 - 643.1.5.7) <34D12C1B-541D-3796-BDD8-D40EE509CD5F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff353da000 -     0x7fff3541effb  com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff3541f000 -     0x7fff354acffc  com.apple.framework.CoreWLAN (13.0 - 1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff35674000 -     0x7fff3571eff0  com.apple.DiscRecording (9.0.3 - 9030.4.5) <BCF3AFB0-6E1A-3F28-A575-1FD2D74E7C19> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff35743000 -     0x7fff35749fff  com.apple.DiskArbitration (2.7 - 2.7) <3C4C5E39-0F17-394F-AD6F-07E60728B7A4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff3593e000 -     0x7fff35a6dff6  com.apple.FileProvider (304.141.1 - 304.141.1) <4D593263-0D4D-3D60-9E7D-023185B1756B> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff35a82000 -     0x7fff35a84ff3  com.apple.ForceFeedback (1.0.6 - 1.0.6) <9B324178-4FAA-3686-9E01-634607F38493> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff35a85000 -     0x7fff35e4aff7  com.apple.Foundation (6.9 - 1678.101) <3C4F5EDA-E6D2-398D-A0FF-8B16200BC0CC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff35eb7000 -     0x7fff35f07ff7  com.apple.GSS (4.0 - 2.0) <95568BAB-7F1A-3E1C-BD5A-78A8B4338EDA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff35f08000 -     0x7fff35f30ff4  com.apple.GameController (1.0 - 1) <2B7F0994-4B32-3B08-B58A-3FA5A5E65AF4> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
    0x7fff36044000 -     0x7fff36158ff3  com.apple.Bluetooth (7.0.6 - 7.0.6f8) <EF3F4D14-258C-3241-BB9F-BCEFF622D6D0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff361be000 -     0x7fff36262ff3  com.apple.framework.IOKit (2.0.2 - 1726.148.1) <0A9D244C-AECC-3D29-86DE-4F3B04F8DD25> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff36264000 -     0x7fff36275ffb  com.apple.IOSurface (269.11 - 269.11) <BCD744D4-E17E-3C2E-B69C-F69C789892E9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff36293000 -     0x7fff362f3ff5  com.apple.ImageCaptureCore (1.0 - 1600.65.1) <4E36E431-4483-3B57-B27D-288E028F8EF9> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff362f4000 -     0x7fff36454ff6  com.apple.ImageIO.framework (3.3.0 - 1976.12.1) <A35EF001-9F5E-3C0C-AB42-FB9642CB5D5E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff36455000 -     0x7fff36458fff  libGIF.dylib (1976.12.1) <D9A68370-AB11-3BF0-9402-0F81CA8302AC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff36459000 -     0x7fff36512ff7  libJP2.dylib (1976.12.1) <F5505138-7C8F-3D2A-ACEE-2E537CF9AC52> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff36513000 -     0x7fff36537ff7  libJPEG.dylib (1976.12.1) <9FBF5E3F-5F33-3A3B-ADC5-8A94C3E9F22D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff367b5000 -     0x7fff367cfff7  libPng.dylib (1976.12.1) <3DE5DE3C-6A8F-3C8A-A173-66D04FEAAC70> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff367d0000 -     0x7fff367d1fff  libRadiance.dylib (1976.12.1) <E6AB86A1-AD17-3737-96BC-E821DBC2A929> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff367d2000 -     0x7fff36818ff7  libTIFF.dylib (1976.12.1) <F2696C77-AFA5-3FBE-A420-69EBD2236834> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff36831000 -     0x7fff36cc0ff8  com.apple.Intents (1.0 - 1) <B2884C7F-0D08-3E3C-91A3-7FB755BB5CB1> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff36cc3000 -     0x7fff37d63ff1  com.apple.JavaScriptCore (15609 - 15609.4.1) <18766B97-AB12-331C-984C-F1C7C9363E8B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff37d7a000 -     0x7fff37d8cff3  com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff37d8d000 -     0x7fff37d8dfff  libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3811f000 -     0x7fff38129ffb  com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff381f5000 -     0x7fff38942ff2  com.apple.MediaToolbox (1.0 - 2625.9.4.1) <C894387C-D072-3BD1-A6FE-A13CAF0BB874> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff38944000 -     0x7fff38a0efff  com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff38a10000 -     0x7fff38a2aff5  com.apple.MetalKit (141.2 - 141.2) <FAACD940-5CF2-300A-83F3-86ABA7FDC531> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff38a2b000 -     0x7fff38a68ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff38a69000 -     0x7fff38af3fe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <B424FE0C-6E90-3BFA-A6E7-DD86C735AE90> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff38af4000 -     0x7fff38b19ff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff38b1a000 -     0x7fff38b2fffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <CAA5A368-DB71-34F6-AEF9-27A8BC298F53> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff38b30000 -     0x7fff38c8effc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff38c8f000 -     0x7fff38cdeff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B0B591F8-6875-351E-867F-8EB3CD38CD52> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff38cdf000 -     0x7fff38ce0ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <F2921F9A-3041-3495-878D-64134267B847> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff39d8d000 -     0x7fff39d99ffe  com.apple.NetFS (6.0 - 4.0) <57CABC68-0585-3989-9161-157DBB544B82> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff39d9a000 -     0x7fff39ef1ff3  com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff39ef2000 -     0x7fff3a152ffa  com.apple.NetworkExtension (1.0 - 1) <3ED35C5A-B170-373E-8277-D4198E408810> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff3c91a000 -     0x7fff3c922ff7  libcldcpuengine.dylib (2.14) <D20EF7DF-8508-3707-A9B3-B7D8190971F5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3c923000 -     0x7fff3c97bfff  com.apple.opencl (3.5 - 3.5) <BEE2BF96-BB35-3444-9BCE-46CBAD05EC2E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3c97c000 -     0x7fff3c998fff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3c999000 -     0x7fff3c9a4ffd  com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3d30a000 -     0x7fff3d30cfff  libCVMSPluginSupport.dylib (17.10.22) <2A3CAB2E-CF43-36BF-BDB1-343D7E92D71B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3d30d000 -     0x7fff3d312fff  libCoreFSCache.dylib (176.20) <A9877F89-92E9-3139-BEF4-C45B2A5F3B76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3d313000 -     0x7fff3d317fff  libCoreVMClient.dylib (176.20) <9741DE63-28A6-3B0C-858D-9D653355F1AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3d318000 -     0x7fff3d320ff7  libGFXShared.dylib (17.10.22) <C8ABDE91-E05F-341A-BBB0-0C583F6AA91F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3d321000 -     0x7fff3d32bfff  libGL.dylib (17.10.22) <F9B81B8B-659F-3182-89A3-DC1F06D5BF86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3d32c000 -     0x7fff3d360ff7  libGLImage.dylib (17.10.22) <999AA7FA-C130-37AA-843B-4662A4F68DD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3d361000 -     0x7fff3d4f5ff7  libGLProgrammability.dylib (17.10.22) <E94C9337-AE83-3FA8-BEDA-DDFBC1CE03DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3d4f6000 -     0x7fff3d532fff  libGLU.dylib (17.10.22) <0E15537A-03FB-32DF-B850-5D3E25DA4627> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3df6e000 -     0x7fff3df7dff7  com.apple.opengl (17.10.22 - 17.10.22) <251345CF-9DE1-342A-8710-2543AEA59B18> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3df7e000 -     0x7fff3e0f7fff  GLEngine (17.10.22) <F17DB254-EE87-3163-9EFE-4B65502B9A83> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3e0f8000 -     0x7fff3e120fff  GLRendererFloat (17.10.22) <5E086183-D7E6-36A9-ABB4-D868CCF09F3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3e12f000 -     0x7fff3e222ff5  com.apple.PDFKit (1.0 - 845.4.1) <A58B3E4C-6B27-32A7-AC6E-35BCB5A45944> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff3e223000 -     0x7fff3e33aff9  com.apple.PencilKit (1.0 - 1) <95301D00-CE35-3F53-BAE1-6E6217706702> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff3e5db000 -     0x7fff3e5e1ff6  com.apple.PushKit (1.0 - 1) <AD547A25-1A0B-3FA6-8676-82C37F267A4A> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff3e702000 -     0x7fff3e948ff7  com.apple.imageKit (3.0 - 1081) <5F086EE2-5745-3E28-B292-1DE5E0652E36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3e949000 -     0x7fff3ee08fff  com.apple.QuartzComposer (5.1 - 378) <9C10ADF7-94B0-3779-AD44-5AF6394A32AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff3ee09000 -     0x7fff3ee2effc  com.apple.quartzfilters (1.10.0 - Tag) <876E8B28-9500-34C6-B297-EA404D89C903> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff3ee2f000 -     0x7fff3ef39ff0  com.apple.QuickLookUIFramework (5.0 - 906.1.1) <7F8D2705-0EE1-3AE9-BF1B-87F116FFA039> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff3ef3a000 -     0x7fff3ef3afff  com.apple.quartzframework (1.5 - 23) <DF8BDF8F-4C1E-389B-8A18-360477D1C483> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff3ef3b000 -     0x7fff3f1beffb  com.apple.QuartzCore (1.11 - 841.6) <3EB993C4-261C-36C6-9C86-64A9B73EA2D4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3f1bf000 -     0x7fff3f218ff5  com.apple.QuickLookFramework (5.0 - 906.1.1) <12ABE3AA-267D-382E-9C0A-E645A465A8E3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff3f219000 -     0x7fff3f24effc  com.apple.QuickLookThumbnailing (1.0 - 1) <9CCB50D8-AA39-3744-93FB-7B5B65467AB3> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff3f71f000 -     0x7fff3f73affe  com.apple.SafariServices.framework (15612 - 15612.2.9.1.30) <A2B5D49B-766D-3F67-8B47-85EBAE162ECA> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff3fd42000 -     0x7fff4008dff9  com.apple.security (7.0 - 59306.140.11) <3B46FC31-708A-3526-B888-BB7C1A9FBD98> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff4008e000 -     0x7fff40116ffb  com.apple.securityfoundation (6.0 - 55236.60.1) <954B6238-07CB-3357-BC4F-AE827DD3F9E3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff40145000 -     0x7fff40149ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <055976F5-69DF-3846-B7CC-D72FA09D1A98> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff40df5000 -     0x7fff40e6fff7  com.apple.SystemConfiguration (1.19 - 1.19) <D3494EFE-F392-379E-B21C-0F1B094ECE77> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff410ef000 -     0x7fff41472ff4  com.apple.VideoToolbox (1.0 - 2625.9.4.1) <FC56B4CA-7FCA-3E62-AA0A-A667B259C4A2> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff44ddf000 -     0x7fff44ea4fe7  com.apple.APFS (1412.141.2 - 1412.141.2) <100E8447-2563-3E1C-8B65-5A3910CD55AD> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff45fb9000 -     0x7fff45fbaff1  com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff463e7000 -     0x7fff46532ff5  com.apple.AnnotationKit (1.0 - 325.9) <9BB0EDB6-3808-30FC-B0ED-764DE5AAB893> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff46533000 -     0x7fff46550ff4  com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff465a5000 -     0x7fff465b3ff7  com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff46a2f000 -     0x7fff46a53ffb  com.apple.framework.Apple80211 (13.0 - 1610.1) <D94E03E8-4C38-3B2F-8DF4-473ACC5A7D71> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff46d11000 -     0x7fff46d20fd7  com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff46d21000 -     0x7fff46e09fe1  com.apple.AppleGVAFramework (76.13 - 76.13) <CEB55A4F-7EB7-31AD-ADCE-D39567907F3D> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x7fff46e1f000 -     0x7fff46e2aff7  com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff46e6c000 -     0x7fff46eb4ff7  com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff47277000 -     0x7fff4729dffb  com.apple.aps.framework (4.0 - 4.0) <3ED300B6-43E3-31DC-B3C6-6A0FF41A2595> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff4729e000 -     0x7fff472a2ff7  com.apple.AppleSRP (5.0 - 1) <70C25EA9-F7A7-366C-97C6-EEE7845FFCC3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff472a3000 -     0x7fff472c5fff  com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff47385000 -     0x7fff47388fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff47389000 -     0x7fff473d9ff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2) <6FFF024C-E5E8-3A98-A3F6-67116DA6A7CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff47422000 -     0x7fff47431ff9  com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff47974000 -     0x7fff47d6fff8  com.apple.audio.AudioResourceArbitration (1.0 - 1) <2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff47fc5000 -     0x7fff48206ff8  com.apple.audio.AudioToolboxCore (1.0 - 1104.101) <DFAF67B3-AE61-34BC-AFC5-9C7B2DFC77AE> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff4820a000 -     0x7fff48326fff  com.apple.AuthKit (1.0 - 1) <DC1A27C5-0172-3C72-9B24-06996D0B6207> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff484e3000 -     0x7fff484ecff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <A6877DAD-8F47-363C-983A-DC8DDE83B7B5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff484ed000 -     0x7fff4858eff5  com.apple.backup.framework (1.11.7 - 1298.7.1) <C9DC35FA-E69F-3C64-9519-494126096337> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4858f000 -     0x7fff4861bff6  com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4871d000 -     0x7fff48759ff7  com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff48877000 -     0x7fff488aeff5  com.apple.C2 (1.3 - 495) <4A7E2A63-E19A-3936-92F5-03F2FD602172> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff492d9000 -     0x7fff49328fff  com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4a1d5000 -     0x7fff4a1e5ffb  com.apple.CommonAuth (4.0 - 2.0) <24F1A864-0FA1-39CE-8A26-52E8C078FD33> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4a1f9000 -     0x7fff4a210fff  com.apple.commonutilities (8.0 - 900) <F4C97244-E5D8-3F7D-8D94-4B6841C5A4EC> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4a917000 -     0x7fff4acecfc8  com.apple.CoreAUC (283.0.0 - 283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4aced000 -     0x7fff4ad1aff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <C3CFDC68-C7D9-3C44-9E7C-801D45575C10> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff4ad3d000 -     0x7fff4ad5eff4  com.apple.analyticsd (1.0 - 1) <15784654-86D7-3E6F-8AA9-BEC7852DC638> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4ae67000 -     0x7fff4aeddff7  com.apple.corebrightness (1.0 - 1) <544AA0F1-AC9A-3F47-96B5-1EA8ABF2CC51> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4b069000 -     0x7fff4b074ff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <BB7D67B1-2102-3D71-9BB6-AEB8C6A6EBB2> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4b075000 -     0x7fff4b280ff1  com.apple.CoreDuet (1.0 - 1) <F899F217-FC31-3140-A0EB-92EAD22EEF71> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff4b281000 -     0x7fff4b2ceff3  com.apple.coreduetcontext (1.0 - 1) <72341E86-6921-35FE-89CA-7B04725ECC0F> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff4b2cf000 -     0x7fff4b2dfffe  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <5E31B761-4B30-39A8-9084-97ECFD268B6F> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff4b2e2000 -     0x7fff4b2e4fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <6D0113DB-61D8-3A21-95CB-9E30D8F929F9> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff4b2f5000 -     0x7fff4b305ff3  com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4b4bc000 -     0x7fff4b609fff  com.apple.CoreHandwriting (161 - 1.2) <21DAD964-51A7-3F38-9C91-EF46C0CFF12D> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff4b946000 -     0x7fff4b9b0ff0  com.apple.CoreNLP (1.0 - 213) <E70E2505-8078-324E-BAE1-01A2DA980E2C> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4bc73000 -     0x7fff4bcfbffe  com.apple.CorePDF (4.0 - 518.4.1) <8F94505C-96C2-3694-BEC7-F3B5581A7AB9> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff4bdde000 -     0x7fff4bde6ff8  com.apple.CorePhoneNumbers (1.0 - 1) <E4DAD514-0B3B-3E0B-8AEA-39B320FAAF03> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff4c7d3000 -     0x7fff4c7f6fff  com.apple.CoreSVG (1.0 - 129.3) <F38189F9-C8F9-3D62-9D5F-3F520FB81724> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff4c7f7000 -     0x7fff4c82afff  com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff4c82b000 -     0x7fff4c859ffd  com.apple.CSStore (1069.28 - 1069.28) <533A2D3E-B20F-3711-811D-4AD078437898> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff4cd7e000 -     0x7fff4ce14ff7  com.apple.CoreSymbolication (11.4 - 64535.33.2) <955BD339-F593-3A70-8C08-71989480CC93> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff4ceac000 -     0x7fff4cfd8ff6  com.apple.coreui (2.1 - 609.4) <D8DA588B-CC17-339D-8D96-03B15100AE4C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4cfd9000 -     0x7fff4d192ffa  com.apple.CoreUtils (6.2.4 - 624.7) <A74A1C65-6695-3F57-B703-0DEDE13E66C1> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff4d2cc000 -     0x7fff4d2dfff1  com.apple.CrashReporterSupport (10.13 - 15016.1) <D584FFA6-32C5-328B-BE77-2C256B2B116C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4d398000 -     0x7fff4d3aaff8  com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff4d3ab000 -     0x7fff4d3b0fff  com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff4d43a000 -     0x7fff4d4b4ff0  com.apple.datadetectorscore (8.0 - 659) <B1534796-1000-3520-A641-A97A4AC5D39B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff4d500000 -     0x7fff4d53dff8  com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff4d53e000 -     0x7fff4d6c6ff6  com.apple.desktopservices (1.14.6 - 1281.6.1) <C2355E6B-C5F7-3E39-B778-B117BD4652C6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4da3e000 -     0x7fff4db11ff1  com.apple.DiskManagement (13.0 - 1648.140.2) <640DBACE-B6EC-3C72-9F73-F484E891534E> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff4db12000 -     0x7fff4db16ff1  com.apple.DisplayServicesFW (3.1 - 380) <4D71ADB3-B29D-3D20-B6DE-9E94061F86AC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4db70000 -     0x7fff4db94ff7  com.apple.DuetActivityScheduler (1.0 - 1) <188C6793-A94C-3B49-A9F4-AF8A348C7E62> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff4dbbe000 -     0x7fff4dbf3ff7  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <D3F76E01-2F9F-33E1-B5C9-CAC6E01724C2> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff4dbf4000 -     0x7fff4dbf8ff9  com.apple.EFILogin (2.0 - 2) <3BFE697B-469F-38F4-B380-4A4F4A37C836> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff4e742000 -     0x7fff4edacff9  com.apple.vision.EspressoFramework (1.0 - 188.4) <70B1521B-1B24-3DA4-A41B-E727CF140F1F> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff4f087000 -     0x7fff4f4a2ff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4fb41000 -     0x7fff4fc77ffc  libFontParser.dylib (277.2.6.8) <CEF2BBCB-E520-3B2E-85F7-4B2565ED4B18> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff4fc78000 -     0x7fff4fcacfff  libTrueTypeScaler.dylib (277.2.6.8) <4D7463BE-7831-3A60-8010-223293D3B232> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff4fd10000 -     0x7fff4fd20ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <69BBF689-9AC2-3B8E-8EDD-6B083BF583F4> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff53201000 -     0x7fff53202fff  libmetal_timestamp.dylib (902.14.11) <C29C7125-A894-3718-8E1D-249C53BCC0B8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff548b0000 -     0x7fff548bbff7  libGPUSupportMercury.dylib (17.10.22) <10F6DA68-90C5-3EF3-A437-EFF8B51320E3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff548bc000 -     0x7fff548c2fff  com.apple.GPUWrangler (5.2.7 - 5.2.7) <FA34760B-4E5C-3A18-A6C3-DBA68F9D1220> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff54be1000 -     0x7fff54c07ff1  com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff54c20000 -     0x7fff55c09ff1  com.apple.GeoServices (1.0 - 1624.26.4.26.9) <F735575F-7DEF-3202-9151-589BEB162596> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff55d35000 -     0x7fff55d43ffb  com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff55dac000 -     0x7fff55db9ff9  com.apple.HID (1.0 - 1) <E2D66CCE-8F68-3DD9-B7D0-F492A4083B6C> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff55ee2000 -     0x7fff55fa0ff4  com.apple.Heimdal (4.0 - 2.0) <D621CBD1-DC73-32BC-A9C0-A9C289832005> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5699d000 -     0x7fff569ccff8  com.apple.HelpData (2.3 - 199) <A62E7DB6-8960-3470-8281-293711C166D8> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff5812c000 -     0x7fff58134ff5  com.apple.IOAccelerator (438.7.4 - 438.7.4) <3C973800-3AE0-3908-9922-EFBC57C3F5B2> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff58141000 -     0x7fff58158fff  com.apple.IOPresentment (47.10 - 37) <C97340B5-C71D-32CC-A519-30A5D7184BD3> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff584e0000 -     0x7fff5852bff1  com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff586c8000 -     0x7fff586d6fff  com.apple.IntentsFoundation (1.0 - 1) <1BC7D355-E136-391A-8215-6982742645DD> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff586e9000 -     0x7fff586f0ff9  com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5897d000 -     0x7fff5899cffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <42DEA6AF-7D35-37CC-A943-8CAEF0C482FF> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff58ad1000 -     0x7fff58b9fffd  com.apple.LanguageModeling (1.0 - 215.1) <C456087D-5B3A-390E-A665-862FA284C59C> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff58ba0000 -     0x7fff58be8fff  com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff58bef000 -     0x7fff58bf4ff3  com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff58c1b000 -     0x7fff58c3fffe  com.apple.locationsupport (2394.0.22 - 2394.0.22) <CA6C86FD-051A-31BB-B3AF-3D02D6FD94B6> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff5948d000 -     0x7fff59490fff  com.apple.Mangrove (1.0 - 25) <482F300F-9B70-351F-A4DF-B440EEF7368D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5964e000 -     0x7fff59674ffc  com.apple.MarkupUI (1.0 - 325.9) <A596E8D7-6DBD-3F01-89AD-B296C9D3B61E> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff596f9000 -     0x7fff59783ff8  com.apple.MediaExperience (1.0 - 1) <A419A023-7F58-3C06-857A-5FA7C329979E> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff59784000 -     0x7fff597b7fff  com.apple.MediaKit (16 - 923) <09FEE738-41E4-3A9C-AF1E-1DD00C56339D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff59f5d000 -     0x7fff59fa9fff  com.apple.spotlight.metadata.utilities (1.0 - 2076.7.1) <4B5178DD-3F75-3508-BDE9-BF5BCA0FD66F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff59faa000 -     0x7fff5a07bffa  com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5a0d9000 -     0x7fff5a0f2ff4  com.apple.MobileAssets (1.0 - 619.120.1) <07E116E6-7EBC-39F2-B5B4-31BAB6BAF852> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5a406000 -     0x7fff5a424fff  com.apple.MobileKeyBag (2.0 - 1.0) <D5FA7041-297F-3ADC-8C7A-6EAAAB82EB68> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5a4f0000 -     0x7fff5a686ffd  com.apple.Montreal (1.0 - 121.1) <E7881020-FCA6-3DFC-B0EB-9E539F80E821> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff5a687000 -     0x7fff5a6b7ff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5abb7000 -     0x7fff5abc1fff  com.apple.NetAuth (6.2 - 6.2) <B0C03C41-87A3-352B-B130-96E1A6F94B47> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5b5d8000 -     0x7fff5b623ffb  com.apple.OTSVG (1.0 - 643.1.5.7) <2F7D0C6A-6D8C-351C-8305-31D83D71893A> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff5c841000 -     0x7fff5c84cff2  com.apple.PerformanceAnalysis (1.243.3 - 243.3) <7B2C4193-68D7-3B95-ACA3-0FDD33A74D45> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5c84d000 -     0x7fff5c875ffb  com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5e2f0000 -     0x7fff5e320ff7  com.apple.pluginkit.framework (1.0 - 1) <EFBD7FE7-02CC-3E30-999D-B036F252F805> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff5e34b000 -     0x7fff5e35effc  com.apple.PowerLog (1.0 - 1) <76D14DBC-1D4C-3D15-B076-9DE487BADC41> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff5f1da000 -     0x7fff5f234ff6  com.apple.ProtectedCloudStorage (1.0 - 1) <6F271388-3817-336D-9B96-08C7AAC4BA39> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff5f235000 -     0x7fff5f24effb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5f360000 -     0x7fff5f363ff4  com.apple.QuickLookNonBaseSystem (1.0 - 1) <4ED3B4B9-B51E-3888-9258-9334B113837E> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff5f364000 -     0x7fff5f387ff0  com.apple.quicklook.QuickLookSupport (1.0 - 1) <AFB0DFCC-6580-30E5-8984-831985F37A2C> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff5f3ce000 -     0x7fff5f447ff3  com.apple.Rapport (1.9.5 - 195.2) <AF01D899-3BF9-3586-860A-D95A837101DF> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff5f6ae000 -     0x7fff5f6d7ff1  com.apple.RemoteViewServices (2.0 - 148) <D3AAC2BE-3423-3F18-9654-E35F1DD8DDB3> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5f83c000 -     0x7fff5f877ff0  com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff61158000 -     0x7fff6115bff5  com.apple.SecCodeWrapper (4.0 - 448.100.6) <C4BF691D-A09E-37E8-A6CC-1145B79B8722> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff612ce000 -     0x7fff613f5fff  com.apple.Sharing (1526.37 - 1526.37) <CBDA0ADD-F1E7-3B06-9118-C5E183F0D3D6> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6144e000 -     0x7fff6146cff2  com.apple.shortcut (2.16 - 106) <9F669D19-13AD-3961-B247-ED728B7BFA19> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff6146d000 -     0x7fff6148dff5  com.apple.sidecar-core (1.0 - 209.40.4) <61EC864C-FF0F-39B9-990C-5487C8B3C7C9> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff6148e000 -     0x7fff614a0ff0  com.apple.sidecar-ui (1.0 - 209.40.4) <E9653420-CA25-3CC4-A426-8D59D3BE73AF> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff6280a000 -     0x7fff62b00fff  com.apple.SkyLight (1.600.0 - 451.6) <489A2996-E719-346E-BACE-DCCDB5E00553> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6334d000 -     0x7fff6335bffb  com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff63a37000 -     0x7fff63a78ff9  com.apple.StreamingZip (1.0 - 1) <063525B7-8F1D-334B-88E4-BBEAE42B61F2> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff63b8f000 -     0x7fff63b98ff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) <C3D66901-7E31-3FDB-BD7A-441EB0520D1D> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff63e4f000 -     0x7fff63e5fff3  com.apple.TCC (1.0 - 1) <520B2095-42EF-3837-99D3-393CA377ADBA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff64384000 -     0x7fff6444aff0  com.apple.TextureIO (3.10.9 - 3.10.9) <EEDAB753-329A-396A-8119-5BEDF7DB5A56> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6461a000 -     0x7fff64872ff0  com.apple.UIFoundation (1.0 - 662) <EC55B9E5-7E62-380A-9AB1-FC7BEF663653> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff64909000 -     0x7fff6490fffe  com.apple.URLFormatting (119 - 119.18) <7F99D166-86DC-3F77-A34A-2DA7183D7160> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff6550f000 -     0x7fff6552fffc  com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff662db000 -     0x7fff663c6ff2  com.apple.ViewBridge (468 - 468) <E35C7CF5-DE95-3B39-ACB8-A3C72C785E8F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6656c000 -     0x7fff6656dfff  com.apple.WatchdogClient.framework (1.0 - 67.120.2) <FFA17DA1-F6DD-34D3-A708-1F73C8BA7EA7> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6719d000 -     0x7fff671a0ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091) <00FA6272-2017-3199-9E0F-F6DEF5E868D5> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6721a000 -     0x7fff67228ff5  com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff6756a000 -     0x7fff6756cff3  com.apple.loginsupport (1.0 - 1) <540BB904-0A51-3B37-A436-969D24CD28AC> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6756d000 -     0x7fff67580ffd  com.apple.login (3.0 - 3.0) <4483035E-7BEB-3CEB-AC1B-A765FBC12678> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff675b2000 -     0x7fff675beffd  com.apple.perfdata (1.0 - 51.100.6) <21760CFD-62FF-3466-B3AD-191D02411DA0> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff6a043000 -     0x7fff6a04fff9  libAudioStatistics.dylib (1104.101) <CA949D51-0D3D-378F-87A9-4F66EA313B63> /usr/lib/libAudioStatistics.dylib
    0x7fff6a050000 -     0x7fff6a083ffa  libAudioToolboxUtility.dylib (1104.101) <EE629877-CE82-3286-B40B-ACEABFCC494A> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6a08a000 -     0x7fff6a0befff  libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
    0x7fff6a0c1000 -     0x7fff6a0cbfff  libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
    0x7fff6a0cc000 -     0x7fff6a154fff  libCoreStorage.dylib (551.0.1) <D2F45D31-91C3-31A0-85BF-56FFDC4EB793> /usr/lib/libCoreStorage.dylib
    0x7fff6a157000 -     0x7fff6a159ff7  libDiagnosticMessagesClient.dylib (112) <C94F3B7B-1854-38EB-9778-834501C53B3F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6a19f000 -     0x7fff6a356ffb  libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
    0x7fff6a37d000 -     0x7fff6a383ff3  libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
    0x7fff6a465000 -     0x7fff6a46cfff  libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib
    0x7fff6a49b000 -     0x7fff6a4bbff7  libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
    0x7fff6a53b000 -     0x7fff6a618ff7  libSMC.dylib (20) <5C9C17F2-1E6F-3A19-A440-86F74D82284F> /usr/lib/libSMC.dylib
    0x7fff6a62d000 -     0x7fff6a62efff  libSystem.B.dylib (1281.100.1) <0DE4111E-9962-33E7-9F68-347DD9FE720F> /usr/lib/libSystem.B.dylib
    0x7fff6a62f000 -     0x7fff6a6baff7  libTelephonyUtilDynamic.dylib (5017.1) <174030B2-E35F-3F17-A9EF-DF8631F30CCF> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff6a6bb000 -     0x7fff6a6bcfff  libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
    0x7fff6a6d4000 -     0x7fff6a6eafff  libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
    0x7fff6a71f000 -     0x7fff6a791ff7  libarchive.2.dylib (72.140.2) <F9EA2883-5D5C-3FA6-B3F8-C5031BF88ABD> /usr/lib/libarchive.2.dylib
    0x7fff6a792000 -     0x7fff6a8c1fed  libate.dylib (3.0.1) <DE609B9D-AD02-34FE-A91B-464ECDECC73A> /usr/lib/libate.dylib
    0x7fff6a8c5000 -     0x7fff6a8c5ff3  libauto.dylib (187) <B6124448-7690-34AE-8939-ED84AAC630CE> /usr/lib/libauto.dylib
    0x7fff6a8c6000 -     0x7fff6a98affe  libboringssl.dylib (283.120.1) <935DDB00-6514-3D0C-AEA5-C5FE6BCC0B61> /usr/lib/libboringssl.dylib
    0x7fff6a98b000 -     0x7fff6a99bffb  libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
    0x7fff6a99c000 -     0x7fff6a9a8fff  libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
    0x7fff6a9a9000 -     0x7fff6a9fbfff  libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
    0x7fff6a9fc000 -     0x7fff6aa11ffb  libc++abi.dylib (902) <E692F14F-C65E-303B-9921-BB7E97D77855> /usr/lib/libc++abi.dylib
    0x7fff6aa12000 -     0x7fff6aa12fff  libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
    0x7fff6aa13000 -     0x7fff6aa24fff  libcmph.dylib (8) <E72A20DB-2E86-378D-A237-EB9A1370F989> /usr/lib/libcmph.dylib
    0x7fff6aa25000 -     0x7fff6aa3dfd7  libcompression.dylib (87.1) <F3C7F9B4-71CF-3398-AAD3-456C9FEECD08> /usr/lib/libcompression.dylib
    0x7fff6ad17000 -     0x7fff6ad2dff7  libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
    0x7fff6ad2e000 -     0x7fff6ad2ffff  libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6b2d9000 -     0x7fff6b2e4fff  libcsfde.dylib (551.0.1) <FDD996E0-B876-3B82-8B12-D311324E8331> /usr/lib/libcsfde.dylib
    0x7fff6b2ec000 -     0x7fff6b34bff7  libcups.2.dylib (483.8) <A5424908-1508-35AF-B218-7A976BEABCBA> /usr/lib/libcups.2.dylib
    0x7fff6b455000 -     0x7fff6b455fff  libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
    0x7fff6b456000 -     0x7fff6b470ff7  libexpat.1.dylib (19.60.3) <4FD5D517-B4C8-365B-A2C0-D998A624D5A0> /usr/lib/libexpat.1.dylib
    0x7fff6b47e000 -     0x7fff6b480fff  libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
    0x7fff6b48f000 -     0x7fff6b494fff  libgermantok.dylib (24) <D2AE5AC0-EDCE-3216-B8C9-CF59292A545F> /usr/lib/libgermantok.dylib
    0x7fff6b495000 -     0x7fff6b49eff7  libheimdal-asn1.dylib (564.140.7) <45E5B8EE-93E9-31FC-9A4D-E96AF618BABA> /usr/lib/libheimdal-asn1.dylib
    0x7fff6b49f000 -     0x7fff6b58ffff  libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
    0x7fff6b590000 -     0x7fff6b7e7fff  libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
    0x7fff6b801000 -     0x7fff6b802fff  liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
    0x7fff6b803000 -     0x7fff6b81bff3  liblzma.5.dylib (16) <C131EF18-2CDD-3271-8A30-A8760D4FE166> /usr/lib/liblzma.5.dylib
    0x7fff6b833000 -     0x7fff6b8daff7  libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
    0x7fff6b8db000 -     0x7fff6bb3dff1  libmecabra.dylib (883.11) <E31DE74D-1B88-377F-ACD3-D789D29C3AE7> /usr/lib/libmecabra.dylib
    0x7fff6beaa000 -     0x7fff6bed9fff  libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
    0x7fff6c009000 -     0x7fff6c485ff5  libnetwork.dylib (1880.120.4) <BA294A54-F309-398D-B308-F97032AFF555> /usr/lib/libnetwork.dylib
    0x7fff6c486000 -     0x7fff6c49dfff  libnetworkextension.dylib (1095.140.2) <D0E8454C-33A9-3F96-B3A0-EDB12C32283A> /usr/lib/libnetworkextension.dylib
    0x7fff6c526000 -     0x7fff6c558fde  libobjc.A.dylib (787.1) <265783CE-6D74-36C9-B6D2-95D3910199EC> /usr/lib/libobjc.A.dylib
    0x7fff6c56b000 -     0x7fff6c56ffff  libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
    0x7fff6c572000 -     0x7fff6c5a8fff  libpcap.A.dylib (89.120.2) <86DAA475-805A-3E01-86C5-6CAE4D1D9BC6> /usr/lib/libpcap.A.dylib
    0x7fff6c5e8000 -     0x7fff6c5f6ff9  libperfcheck.dylib (37.100.2) <9D9C4879-8A80-34C4-B0D2-BE341FD6D321> /usr/lib/libperfcheck.dylib
    0x7fff6c62c000 -     0x7fff6c644fff  libresolv.9.dylib (67.40.1) <C57EDFEF-D36A-310B-8D14-8C68A625B1E8> /usr/lib/libresolv.9.dylib
    0x7fff6c646000 -     0x7fff6c68aff7  libsandbox.1.dylib (1217.141.6) <1B5B5733-BAD1-3FB6-BA75-2AC4FDCCE7CE> /usr/lib/libsandbox.1.dylib
    0x7fff6c69e000 -     0x7fff6c69fff7  libspindump.dylib (281.3) <AE8C1AE9-5CBC-332F-BBE8-370A2A19FED6> /usr/lib/libspindump.dylib
    0x7fff6c6a0000 -     0x7fff6c882ff7  libsqlite3.dylib (308.6) <3E17BEE7-19F3-329D-BBF9-1DD5D54913AD> /usr/lib/libsqlite3.dylib
    0x7fff6ca78000 -     0x7fff6cad2ff8  libusrtcp.dylib (1880.120.4) <05346A91-737C-33D0-B21B-F040950DFB28> /usr/lib/libusrtcp.dylib
    0x7fff6cad3000 -     0x7fff6cad6ffb  libutil.dylib (57) <F01467F6-23A7-37EE-A170-33CE1577B41D> /usr/lib/libutil.dylib
    0x7fff6cad7000 -     0x7fff6cae4ff7  libxar.1.dylib (425.5) <89F150D9-C1CC-3FD5-A132-0860BF919795> /usr/lib/libxar.1.dylib
    0x7fff6caea000 -     0x7fff6cbccfff  libxml2.2.dylib (33.9) <B72D22CE-3429-3217-A8DD-5C9D2077C980> /usr/lib/libxml2.2.dylib
    0x7fff6cbd0000 -     0x7fff6cbf8fff  libxslt.1.dylib (16.12) <42938E5F-5FE9-3265-8D10-1D1115BC5402> /usr/lib/libxslt.1.dylib
    0x7fff6cbf9000 -     0x7fff6cc0bff3  libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
    0x7fff6d4ba000 -     0x7fff6d4bfff3  libcache.dylib (83) <AF488D13-9E89-35E0-B078-BE37CC5B8586> /usr/lib/system/libcache.dylib
    0x7fff6d4c0000 -     0x7fff6d4cbfff  libcommonCrypto.dylib (60165.120.1) <C7912BE5-993E-3581-B2A0-6AABDC8C5562> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6d4cc000 -     0x7fff6d4d3fff  libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6d4d4000 -     0x7fff6d4ddff7  libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
    0x7fff6d4de000 -     0x7fff6d570fdb  libcorecrypto.dylib (866.140.2) <E9AAA2A6-D0D4-328A-BEA2-4DC5E513BA30> /usr/lib/system/libcorecrypto.dylib
    0x7fff6d67d000 -     0x7fff6d6bdff0  libdispatch.dylib (1173.100.2) <CD9C059C-91D9-30E8-8926-5B9CD0D5D4F5> /usr/lib/system/libdispatch.dylib
    0x7fff6d6be000 -     0x7fff6d6f4fff  libdyld.dylib (750.7) <AB99C9EE-7127-3451-89AB-339F8F2CEE61> /usr/lib/system/libdyld.dylib
    0x7fff6d6f5000 -     0x7fff6d6f5ffb  libkeymgr.dylib (30) <DB3337BE-01CA-3425-BD0C-87774FC0CDC0> /usr/lib/system/libkeymgr.dylib
    0x7fff6d6f6000 -     0x7fff6d702ff3  libkxld.dylib (6153.141.43) <DE02C6DC-98DA-30EB-A528-57AA625F3A90> /usr/lib/system/libkxld.dylib
    0x7fff6d703000 -     0x7fff6d703ff7  liblaunch.dylib (1738.140.3) <E2CFD17D-F36C-3734-8F37-16798799EF9E> /usr/lib/system/liblaunch.dylib
    0x7fff6d704000 -     0x7fff6d709ff7  libmacho.dylib (959.0.1) <AA613A9C-961A-3B67-B696-4622FA59FC4E> /usr/lib/system/libmacho.dylib
    0x7fff6d70a000 -     0x7fff6d70cff3  libquarantine.dylib (110.40.3) <F234E51D-FD0B-3EE4-B679-AE3EE9C536C3> /usr/lib/system/libquarantine.dylib
    0x7fff6d70d000 -     0x7fff6d70eff7  libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
    0x7fff6d70f000 -     0x7fff6d726ff3  libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
    0x7fff6d727000 -     0x7fff6d727ff7  libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6d728000 -     0x7fff6d7affff  libsystem_c.dylib (1353.100.4) <BCD3F031-4A3F-32CF-AB9A-D6EE7A7499D4> /usr/lib/system/libsystem_c.dylib
    0x7fff6d7b0000 -     0x7fff6d7b3ffb  libsystem_configuration.dylib (1061.141.2) <393137B7-3631-3450-B6F4-95EECD3ADDFF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6d7b4000 -     0x7fff6d7b7fff  libsystem_coreservices.dylib (114.1) <72857ADA-AA97-398B-B089-F50B2E89064B> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6d7b8000 -     0x7fff6d7c0fff  libsystem_darwin.dylib (1353.100.4) <19242BF1-BAF6-3DF0-AAD3-93E3E0870DBE> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6d7c1000 -     0x7fff6d7c8fff  libsystem_dnssd.dylib (1096.100.3) <EBB4C2C2-E031-3094-B40A-E67BF261D295> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6d7c9000 -     0x7fff6d7caffb  libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6d7cb000 -     0x7fff6d818ff7  libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
    0x7fff6d819000 -     0x7fff6d845ff7  libsystem_kernel.dylib (6153.141.43) <07D18CB3-15B9-3490-A6B5-D8C0964D0FEC> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6d846000 -     0x7fff6d891fef  libsystem_m.dylib (3178) <D1CF3A92-2424-3420-B375-DEED7AA68C53> /usr/lib/system/libsystem_m.dylib
    0x7fff6d892000 -     0x7fff6d8b9fff  libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6d8ba000 -     0x7fff6d8c7ffb  libsystem_networkextension.dylib (1095.140.2) <F06C65C5-2CBE-313C-96E1-A09240F9FE57> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6d8c8000 -     0x7fff6d8d1ff7  libsystem_notify.dylib (241.100.2) <FA22F928-D91B-3AA5-96BB-3186AC0FB264> /usr/lib/system/libsystem_notify.dylib
    0x7fff6d8d2000 -     0x7fff6d8dafef  libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
    0x7fff6d8db000 -     0x7fff6d8e5fff  libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6d8e6000 -     0x7fff6d8eaff3  libsystem_sandbox.dylib (1217.141.6) <ACACC5C9-CE29-394C-87AD-3AF5FDDA942E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6d8eb000 -     0x7fff6d8edfff  libsystem_secinit.dylib (62.100.2) <F80872AA-E1FD-3D7E-8729-467656EC6561> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6d8ee000 -     0x7fff6d8f5ffb  libsystem_symptoms.dylib (1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6d8f6000 -     0x7fff6d90cff2  libsystem_trace.dylib (1147.120.1) <BC141783-66D9-3137-A783-211B38E49ADB> /usr/lib/system/libsystem_trace.dylib
    0x7fff6d90e000 -     0x7fff6d913ff7  libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
    0x7fff6d914000 -     0x7fff6d949ffe  libxpc.dylib (1738.140.3) <8DA7D88F-AE2F-3BCF-8426-8D041E57A9AA> /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: 2253
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=825.1M resident=0K(0%) swapped_out_or_unallocated=825.1M(100%)
Writable regions: Total=779.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=779.4M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        5 
Activity Tracing                   256K        1 
CG backing stores                  688K        3 
CG image                            40K        8 
CoreAnimation                      148K       17 
CoreGraphics                         8K        1 
CoreImage                           16K        4 
CoreUI image data                  972K       15 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           198.5M      149 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
OpenGL GLSL                        256K        3 
PROTECTED_MEMORY                     4K        1 
STACK GUARD                       56.1M       30 
Stack                            172.7M       30 
VM_ALLOCATE                       20.2M      122 
__DATA                            47.5M      444 
__DATA_CONST                        36K        4 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       401.1M       66 
__OBJC_RO                         32.3M        1 
__OBJC_RW                         1908K        2 
__TEXT                           424.0M      424 
__UNICODE                          564K        1 
mapped file                      508.7M      117 
shared memory                      660K       20 
===========                     =======  ======= 
TOTAL                              2.2G     1482 
TOTAL, minus reserved VM space     1.8G     1482 

Model: MacBookPro9,2, BootROM 424.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 2.5 GHz, 16 GB, SMC 2.2f44
Graphics: kHW_IntelHD4000Item, Intel HD Graphics 4000, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x86F1, 0x692D44494D4D000000000000000000000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x86F1, 0x692D44494D4D000000000000000000000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (7.21.190.33 AirPortDriverBrcm4360-1601.1)
Bluetooth: Version 7.0.6f8, 3 services, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: TOSHIBA MQ01ABD100, 1 TB
Serial ATA Device: HL-DT-ST DVDRW  GS41N
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: USB Optical Mouse
Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1

An apology for my basic and simple English, as it is not a language that I master.

Thank you for the your attention!
XcUiDi is offline   Reply With Quote
Old 11-03-2021, 02:29 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by XcUiDi View Post

Thread 18 Crashed:: Chrome_InProcGpuThread
0 libsystem_kernel.dylib 0x00007fff6d82033a __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff6d8e0e60 pthread_kill + 430
2 libsystem_c.dylib 0x00007fff6d7a7808 abort + 120
3 libGPUSupportMercury.dylib 0x00007fff548bb0a5 gpusGenerateCrashLog.cold.1 + 95
4 libGPUSupportMercury.dylib 0x00007fff548b218f gpusGenerateCrashLog + 89
5 com.apple.driver.AppleIntelHD4000GraphicsGLDriver 0x00007fff29189dd0 gpusKillClientExt + 9
6 libGPUSupportMercury.dylib 0x00007fff548b355b gpusSubmitDataBuffers + 164
7 com.apple.driver.AppleIntelHD4000GraphicsGLDriver 0x00007fff28d5fc78 IntelCommandBuffer::getNew(GLDContextRec*) + 48
8 com.apple.driver.AppleIntelHD4000GraphicsGLDriver 0x00007fff28d5faa6 intelSubmitCommands + 187
9 org.qt-project.Qt.QtWebEngineCore 0x000000010844ff12 0x105727000 + 47353618
10 org.qt-project.Qt.QtWebEngineCore 0x0000000108b2edc3 0x105727000 + 54558147
11 org.qt-project.Qt.QtWebEngineCore 0x0000000108accb58 0x105727000 + 54156120
12 org.qt-project.Qt.QtWebEngineCore 0x0000000108c731ec 0x105727000 + 55886316
13 org.qt-project.Qt.QtWebEngineCore 0x0000000108c73044 0x105727000 + 55885892
14 org.qt-project.Qt.QtWebEngineCore 0x0000000108c71d3a 0x105727000 + 55881018
15 org.qt-project.Qt.QtWebEngineCore 0x0000000108c7c117 0x105727000 + 55922967
16 org.qt-project.Qt.QtWebEngineCore 0x0000000108c7a468 0x105727000 + 55915624
17 org.qt-project.Qt.QtWebEngineCore 0x0000000108ad21e4 0x105727000 + 54178276
18 org.qt-project.Qt.QtWebEngineCore 0x00000001078c0082 0x105727000 + 35229826
19 org.qt-project.Qt.QtWebEngineCore 0x00000001078e78bf 0x105727000 + 35391679
20 org.qt-project.Qt.QtWebEngineCore 0x00000001078e7e28 0x105727000 + 35393064
21 org.qt-project.Qt.QtWebEngineCore 0x00000001078e8db9 0x105727000 + 35397049
22 org.qt-project.Qt.QtWebEngineCore 0x0000000107912d75 0x105727000 + 35569013
23 org.qt-project.Qt.QtWebEngineCore 0x000000010795f5fd 0x105727000 + 35882493
24 org.qt-project.Qt.QtWebEngineCore 0x000000010799d6a7 0x105727000 + 36136615
25 libsystem_pthread.dylib
The "crashing thread" is thread 18 which actually invoked abort deep inside the macOS graphics driver due to some type of driver issue that occurs inside QtWebEngine.

As a first step, I would try looking for graphics driver update and installing it.
KevinH is offline   Reply With Quote
Old 11-03-2021, 02:39 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
This appears to be a macOS driver bug. Here is a report in a different app the uses QtWebEngine ...

https://github.com/rstudio/rstudio/issues/10020

It appears until that bug gets fixed by Apple you will need to tell QtWebEngine to use software based rendering.

Set environment var QT_OPENGL to "software"

Last edited by KevinH; 11-03-2021 at 03:28 PM.
KevinH is offline   Reply With Quote
Old 11-03-2021, 06:51 PM   #4
XcUiDi
Junior Member
XcUiDi began at the beginning.
 
XcUiDi's Avatar
 
Posts: 8
Karma: 10
Join Date: Nov 2021
Location: México
Device: PocketBook Touch Lux 4 (PB627)
Unhappy

Hi KevinH, thanks for the answers, I had an idea about the QtWebEngine issue, but I was never able to get the setting of the QT_OPENGL environment variable to work; I have tried in several ways: ~ / .bash_profile, ~ / .zshenv, even with the file "/etc/launchd.conf" but none allow me to set that variable to "software", that is, it does not recognize it even if I restart several times.

Could you specify how I can do it? Since when I try to run the application it closes every time.

Thank you for your attention!
XcUiDi is offline   Reply With Quote
Old 11-03-2021, 07:27 PM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
As a test try the following:

1. open Terminal.app
2. Type the following commands and hit return after each

export QT_OPENGL=software
open /Applications/Sigil.app

Then see if you can recreate the crash. If that fixes the issue we can then try to figure out how to make it work when launching Sigil from the dock and not Terminal.app. Since I typically am using dev builds from master I always am using Terminal.app to launch Sigil.

If need be I can modify Sigil to look for an env variable text file and load it for the next official release.

Hopefully Apple will fix this soon.

FWIW, when Sigil crashes it can corrupt the sigil.ini file used to hold settings and that could cause crashes as well at start-up. To rule this out do the following in Terminal.app

cd
cd Library/Application*Support/
cd sigil-ebook
cd sigil
mv sigil.ini sigil.ini.backup
cd
export QT_OPENGL=software
open /Applications/Sigil.app

Last edited by KevinH; 11-03-2021 at 07:31 PM.
KevinH is offline   Reply With Quote
Old 11-03-2021, 08:05 PM   #6
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
Alternatively you could also try the following in Terminal.app

open -a /Applications/Sigil.app --args --disable-gpu


or

open /Application/Sigil.app --args --disable-gpu

and this link might help:

https://apple.stackexchange.com/ques...macos-catalina

Last edited by KevinH; 11-03-2021 at 09:30 PM.
KevinH is offline   Reply With Quote
Old 11-03-2021, 10:07 PM   #7
XcUiDi
Junior Member
XcUiDi began at the beginning.
 
XcUiDi's Avatar
 
Posts: 8
Karma: 10
Join Date: Nov 2021
Location: México
Device: PocketBook Touch Lux 4 (PB627)
Red face

Quote:
Originally Posted by KevinH View Post
FWIW, when Sigil crashes it can corrupt the sigil.ini file used to hold settings and that could cause crashes as well at start-up. To rule this out do the following in Terminal.app

cd
cd Library/Application*Support/
cd sigil-ebook
cd sigil
mv sigil.ini sigil.ini.backup
cd
export QT_OPENGL=software
open /Applications/Sigil.app
This has worked!!!, maybe the Sigil.ini file was corrupted.
Now it works both in Terminal and the Dock.
The detail is that now I will reconfigure the preferences again to design the interface at my whim (sources, letter sizes, code colors, etc.)

I'm going to work it this way, as long as a solution arrives by Apple, which are very strict for these things.

Thank you!!!


Edited:
The crash problem continues. This happens when I resize the Preview window while the xhtml is displaying and it has an image.
It does not happen when there are only texts.
XcUiDi is offline   Reply With Quote
Old 11-03-2021, 10:54 PM   #8
XcUiDi
Junior Member
XcUiDi began at the beginning.
 
XcUiDi's Avatar
 
Posts: 8
Karma: 10
Join Date: Nov 2021
Location: México
Device: PocketBook Touch Lux 4 (PB627)
Unhappy

Quote:
Originally Posted by KevinH View Post
Alternatively you could also try the following in Terminal.app

open -a /Applications/Sigil.app --args --disable-gpu


or

open /Application/Sigil.app --args --disable-gpu
Eureka! This option has worked for me, now it no longer closes when resizing the Preview window ... everything works great!

Just the downside that the dialog box shows me when Sigil starts up.
"Could not read file --disable-gpu:"


I'm going to use it this way as long as it keeps working. I don't mind opening terminal to run it, I'll just do a .sh to run it that way.

XcUiDi is offline   Reply With Quote
Old 11-03-2021, 11:40 PM   #9
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
If you know the file you want and are willing to use Teminal.app then the following should also work if you replace FULLPATHTOEPUBFILE with the actual full path to the epub file you want Sigil to open.

open -a /Applications/Sigil.app FULLPATHTOEPUBFILE --args --disable-gpu
KevinH is offline   Reply With Quote
Old 11-04-2021, 05:58 AM   #10
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,552
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Have you tried something like:

Code:
QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" sigil
That should get around the need to specify the path to an epub on the command line to avoid the warning/error box.
DiapDealer is offline   Reply With Quote
Old 11-04-2021, 03:39 PM   #11
XcUiDi
Junior Member
XcUiDi began at the beginning.
 
XcUiDi's Avatar
 
Posts: 8
Karma: 10
Join Date: Nov 2021
Location: México
Device: PocketBook Touch Lux 4 (PB627)
Red face

Quote:
Originally Posted by DiapDealer View Post
Have you tried something like:

Code:
QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" sigil
That should get around the need to specify the path to an epub on the command line to avoid the warning/error box.
IT WORKS! Thank you very much for all support, KevinH and DiaPdealer. I have added the variable to ".zshenv" and in this way the Sigil works well.
So I will use it from now on until you are corrected by the error by deploying your controllers.
Thanks!
XcUiDi is offline   Reply With Quote
Old 11-04-2021, 04:10 PM   #12
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
FWIW, this is a bug in the Apple graphics driver. Apple has known about this bug for over 2 years and has not fixed it yet. Mozilla developers have been bitten by this Apple driver bug and reported it to Apple over 2 years ago.

So I would not hold my breath waiting for a fix from Apple as they do not seem to care about older versions of macOS and older equipment. Their eyes are on Big Sir and Arm64 processors and their own gpus.

Last edited by KevinH; 11-04-2021 at 04:12 PM.
KevinH is offline   Reply With Quote
Old 11-04-2021, 06:44 PM   #13
XcUiDi
Junior Member
XcUiDi began at the beginning.
 
XcUiDi's Avatar
 
Posts: 8
Karma: 10
Join Date: Nov 2021
Location: México
Device: PocketBook Touch Lux 4 (PB627)
Quote:
Originally Posted by KevinH View Post
FWIW, this is a bug in the Apple graphics driver. Apple has known about this bug for over 2 years and has not fixed it yet. Mozilla developers have been bitten by this Apple driver bug and reported it to Apple over 2 years ago.

So I would not hold my breath waiting for a fix from Apple as they do not seem to care about older versions of macOS and older equipment. Their eyes are on Big Sir and Arm64 processors and their own gpus.
Oh! sh*t!!!

Ok, thank you for the comments!!.
XcUiDi is offline   Reply With Quote
Old 01-04-2022, 11:30 AM   #14
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,645
Karma: 5433388
Join Date: Nov 2009
Device: many
I have read in a Qt bug report that Apple may have fixed this bug in a very recent update (ie. fixed their broken driver). You might want to check for macOS updates for your box.

Last edited by KevinH; 01-04-2022 at 12:32 PM.
KevinH is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil on Catalina blueormer Sigil 3 11-27-2020 04:06 PM
Mac OS Catalina and Amazon Abrasrose Library Management 2 07-31-2020 01:12 PM
Kobo and Mac OS Catalina French2001 Kobo Reader 19 06-26-2020 04:29 AM
Sigil for Mac & macOS 10.15 Catalina odamizu Sigil 26 12-25-2019 03:16 PM
Mac Snow Leopard/Sigil crash erikjacobson Sigil 22 10-29-2010 02:45 PM


All times are GMT -4. The time now is 08:36 PM.


MobileRead.com is a privately owned, operated and funded community.