Skip to content

[BUG]: macOS Intel crash on launch — EXC_GUARD mach_port over-release in Drivelist::ListStorageDevices() (v2.0.7 and v2.0.8) #1632

Description

@davemays

What happened?

Imager crashes on launch via EXC_GUARD (SIGKILL), subtype GUARD_TYPE_MACH_PORT, violation INVALID_NAME. The faulting thread is DriveListModelPollThread. It calls mach_port_deallocate() on a Mach port that is already invalid — i.e. a double-deallocate / over-release of a port during storage enumeration. macOS's port guard kills the process immediately, so it's not recoverable.

I tested both v2.0.7 and v2.0.8 on the same machine. Both crash identically — same thread, same exception, same backtrace through Drivelist::ListStorageDevices(), differing only in port number and load addresses. The v2.0.7 release note "Remove legacy mountutils/drivelist" (#1513) does not appear to have removed or fixed this path on the macOS x86_64 build, and it persists in v2.0.8.

Faulting backtrace (Thread 4, identical across 2.0.7 and 2.0.8):
0 libsystem_kernel.dylib _kernelrpc_mach_port_deallocate_trap + 10
1 libsystem_kernel.dylib mach_port_deallocate + 17
2 rpi-imager + 242444
3 rpi-imager + 231520
4 rpi-imager Drivelist::ListStorageDevices() + 2376
5 rpi-imager DriveListModelPollThread::run() + 269
6 libQt6Core.6.dylib QThread internal + 1607006
7 libsystem_pthread.dylib _pthread_start + 115
8 libsystem_pthread.dylib thread_start + 15
Exception detail (v2.0.8 instance):
Exception Type: EXC_GUARD (SIGKILL)
Exception Codes: GUARD_TYPE_MACH_PORT
INVALID_NAME on mach port 26883 (guarded with 0x0)
Termination: Namespace GUARD, Code 2305845208236976387
Crashed Thread: 4 DriveListModelPollThread
(v2.0.7 instance was the same with port 27651.)

Steps to reproduce:
Launch Raspberry Pi Imager on macOS Intel.
Crash occurs during the background drive-polling cycle, shortly after launch. Appears timing-dependent.

Version:
v2.0.8 (also reproduced on v2.0.7) — macOS x86_64 build

What host operating system are you using?
macOS 15.7.7 (24G720)

What host operating system architecture are you using?
x86_64 (Intel) — iMac19,1, 8-core Core i9, SIP enabled

Additional context:
Likely related to the macOS 15.5+ drive-polling problems in #1160 (UI jank/freeze when querying storage); this is a hard crash in the same background-polling subsystem rather than a freeze. The two rpi-imager frames above frames 2–3 are unsymbolicated in my reports but should resolve cleanly against your debug symbols for v2.0.7/v2.0.8. Full .ips crash reports for both versions available on request.

Version

2.0.8

What host operating system were you using?

macOS

Host OS Version

macOS 15.7.7 (24G720)

Selected OS

none - crashes on startup

Which Raspberry Pi Device are you using?

Raspberry Pi 5, 500, and Compute Modules 5

What kind of storage device are you using?

microSD Card in an internal reader

OS Customisation

  • Yes, I was using OS Customisation when the bug occurred.

Relevant log output

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               rpi-imager [19841]
Path:                  /Applications/Raspberry Pi Imager.app/Contents/MacOS/rpi-imager
Identifier:            com.raspberrypi.rpi-imager
Version:               v2.0.8 (v2.0.8)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
User ID:               502

Date/Time:             2026-05-20 12:22:45.8268 -0400
OS Version:            macOS 15.7.7 (24G720)
Report Version:        12
Anonymous UUID:        95CE95F4-F372-738C-2088-90AE14F6DE5E

Sleep/Wake UUID:       3F55B991-743C-40C0-B801-261DA22010AB

Time Awake Since Boot: 36000 seconds
Time Since Wake:       9508 seconds

System Integrity Protection: enabled

Crashed Thread:        4  DriveListModelPollThread

Exception Type:        EXC_GUARD (SIGKILL)
Exception Codes:       GUARD_TYPE_MACH_PORT
Exception Codes:       0x0000000000006903, 0x0000000000000000

Termination Reason:    Namespace GUARD, Code 2305845208236976387 

Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	    0x7ff81a7d16f6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81a8112ae _pthread_cond_wait + 988
2   libQt6Core.6.dylib            	       0x108c961e3 0x108b04000 + 1647075
3   libQt6Core.6.dylib            	       0x108c96193 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 87
4   libQt6Qml.6.dylib             	       0x10710a760 0x106e91000 + 2594656
5   libQt6Qml.6.dylib             	       0x1070ab397 0x106e91000 + 2204567
6   libQt6Qml.6.dylib             	       0x1070a0c4a 0x106e91000 + 2161738
7   libQt6Qml.6.dylib             	       0x1070a0ba2 QQmlTypeLoader::load(QQmlRefPointer<QQmlDataBlob> const&, QQmlTypeLoader::Mode) + 36
8   libQt6Qml.6.dylib             	       0x1070a4a12 QQmlTypeLoader::getType(QUrl const&, QQmlTypeLoader::Mode) + 452
9   libQt6Qml.6.dylib             	       0x106ff6b4a QQmlComponentPrivate::loadUrl(QUrl const&, QQmlComponent::CompilationMode) + 680
10  libQt6Qml.6.dylib             	       0x106fe1366 QQmlApplicationEnginePrivate::startLoad(QUrl const&, QByteArray const&, bool) + 538
11  libQt6Qml.6.dylib             	       0x106fe1b74 QQmlApplicationEngine::load(QUrl const&) + 52
12  rpi-imager                    	       0x1065a54f4 main + 13780
13  dyld                          	    0x7ff81a46b530 start + 3056

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

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

Thread 3:: QThread
0   libsystem_kernel.dylib        	    0x7ff81a7d58f2 poll + 10
1   libQt6Core.6.dylib            	       0x108c8af21 qt_safe_poll(pollfd*, unsigned int, QDeadlineTimer) + 76
2   libQt6Core.6.dylib            	       0x108c8e2e8 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 408
3   libQt6Core.6.dylib            	       0x108b72589 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 305
4   libQt6Core.6.dylib            	       0x108c10437 QThread::exec() + 161
5   libQt6Core.6.dylib            	       0x108c8c55e 0x108b04000 + 1607006
6   libsystem_pthread.dylib       	    0x7ff81a810e05 _pthread_start + 115
7   libsystem_pthread.dylib       	    0x7ff81a80c857 thread_start + 15

Thread 4 Crashed:: DriveListModelPollThread
0   libsystem_kernel.dylib        	    0x7ff81a7ce9fa _kernelrpc_mach_port_deallocate_trap + 10
1   libsystem_kernel.dylib        	    0x7ff81a7cfb96 mach_port_deallocate + 17
2   rpi-imager                    	       0x10658530c 0x10654a000 + 242444
3   rpi-imager                    	       0x106582860 0x10654a000 + 231520
4   rpi-imager                    	       0x1065819e8 Drivelist::ListStorageDevices() + 2376
5   rpi-imager                    	       0x1065be9fd DriveListModelPollThread::run() + 269
6   libQt6Core.6.dylib            	       0x108c8c55e 0x108b04000 + 1607006
7   libsystem_pthread.dylib       	    0x7ff81a810e05 _pthread_start + 115
8   libsystem_pthread.dylib       	    0x7ff81a80c857 thread_start + 15

Thread 5:: QQmlThread
0   CoreFoundation                	    0x7ff81a9c58b5 CF_IS_OBJC + 121
1   CoreFoundation                	    0x7ff81a88d11e CFStringGetCharactersPtr + 46
2   CoreFoundation                	    0x7ff81a8965b3 CFStringCompareWithOptionsAndLocale + 1202
3   CoreFoundation                	    0x7ff81a8e0da5 __CFSimpleMergeSort + 350
4   CoreFoundation                	    0x7ff81a8e0d1b __CFSimpleMergeSort + 212
5   CoreFoundation                	    0x7ff81a8e0d1b __CFSimpleMergeSort + 212
6   CoreFoundation                	    0x7ff81a8e0d1b __CFSimpleMergeSort + 212
7   CoreFoundation                	    0x7ff81a8e0d34 __CFSimpleMergeSort + 237
8   CoreFoundation                	    0x7ff81a8e0d34 __CFSimpleMergeSort + 237
9   CoreFoundation                	    0x7ff81a8e0b96 CFSortIndexes + 502
10  CoreFoundation                	    0x7ff81a8e081e CFQSortArray + 296
11  CoreFoundation                	    0x7ff81a8e0688 CFArraySortValues + 914
12  libFontRegistry.dylib         	    0x7ff823ec293c TCFSet<void const*>::CreateSortedArray(CFComparisonResult (*)(void const*, void const*, void*), void*, CFArrayCallBacks const*) const + 204
13  libFontRegistry.dylib         	    0x7ff823ee4f8b XTCopyAvailableFamilyNames2 + 242
14  CoreText                      	    0x7ff81cee0090 TDescriptorSource::CopyAvailableFamilyNames(__CFString const*) const + 152
15  CoreText                      	    0x7ff81cedffa6 CTFontManagerCopyAvailableFontFamilyNames + 40
16  libQt6Gui.6.dylib             	       0x10879a2ed QCoreTextFontDatabase::populateFontDatabase() + 199
17  libQt6Gui.6.dylib             	       0x1086d1b0f QFontDatabasePrivate::ensureFontDatabase() + 185
18  libQt6Gui.6.dylib             	       0x1086d3cd9 QFontDatabase::hasFamily(QString const&) + 141
19  libQt6QuickControls2Material.6.dylib	       0x2da789a51 QQuickMaterialTheme::initialize(QQuickTheme*) + 245
20  libQt6QuickControls2.6.dylib  	       0x2d1479648 QQuickStylePlugin::registerTypes(char const*) + 1232
21  libQt6Qml.6.dylib             	       0x1070326d1 QQmlMetaType::registerPluginTypes(QObject*, QString const&, QString const&, QString const&, QTypeRevision, QList<QQmlError>*) + 735
22  libQt6Qml.6.dylib             	       0x1070570bd 0x106e91000 + 1859773
23  libQt6Qml.6.dylib             	       0x107058400 0x106e91000 + 1864704
24  libQt6Qml.6.dylib             	       0x10701c75b QQmlImports::importExtension(QQmlTypeLoader*, QString const&, QTypeRevision, QQmlTypeLoaderQmldirContent const*, QList<QQmlError>*) + 501
25  libQt6Qml.6.dylib             	       0x10701d3c8 QQmlImports::addLibraryImport(QQmlTypeLoader*, QString const&, QString const&, QTypeRevision, QString const&, QString const&, QFlags<QQmlImports::ImportFlag>, unsigned short, QList<QQmlError>*) + 774
26  libQt6Qml.6.dylib             	       0x1070a7119 0x106e91000 + 2187545
27  libQt6Qml.6.dylib             	       0x1070a325d QQmlTypeLoader::Blob::addLibraryImport(std::__1::shared_ptr<QQmlTypeLoader::Blob::PendingImport> const&, QList<QQmlError>*) + 1503
28  libQt6Qml.6.dylib             	       0x1070a4024 QQmlTypeLoader::Blob::loadDependentImports(QList<QQmlDirParser::Import> const&, QString const&, QTypeRevision, unsigned short, QFlags<QQmlImports::ImportFlag>, QList<QQmlError>*) + 436
29  libQt6Qml.6.dylib             	       0x1070a25f3 QQmlTypeLoader::Blob::loadImportDependencies(std::__1::shared_ptr<QQmlTypeLoader::Blob::PendingImport> const&, QString const&, QFlags<QQmlImports::ImportFlag>, QList<QQmlError>*) + 573
30  libQt6Qml.6.dylib             	       0x1070a7153 0x106e91000 + 2187603
31  libQt6Qml.6.dylib             	       0x1070a325d QQmlTypeLoader::Blob::addLibraryImport(std::__1::shared_ptr<QQmlTypeLoader::Blob::PendingImport> const&, QList<QQmlError>*) + 1503
32  libQt6Qml.6.dylib             	       0x1070a3c55 QQmlTypeLoader::Blob::addImport(QV4::CompiledData::Import const*, QFlags<QQmlImports::ImportFlag>, QList<QQmlError>*) + 79
33  libQt6Qml.6.dylib             	       0x107094e9f 0x106e91000 + 2113183
34  libQt6Qml.6.dylib             	       0x1070a1a48 QQmlTypeLoader::setData(QQmlRefPointer<QQmlDataBlob> const&, QQmlDataBlob::SourceCodeData const&) + 88
35  libQt6Qml.6.dylib             	       0x1070a1437 QQmlTypeLoader::setData(QQmlRefPointer<QQmlDataBlob> const&, QString const&) + 135
36  libQt6Qml.6.dylib             	       0x1070a122e QQmlTypeLoader::loadThread(QQmlRefPointer<QQmlDataBlob> const&) + 382
37  libQt6Qml.6.dylib             	       0x1070ab9be 0x106e91000 + 2206142
38  libQt6Qml.6.dylib             	       0x10710a41e 0x106e91000 + 2593822
39  libQt6Qml.6.dylib             	       0x10710a3cb 0x106e91000 + 2593739
40  libQt6Core.6.dylib            	       0x108b6c1b7 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 137
41  libQt6Core.6.dylib            	       0x108b6ce4c QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 548
42  libQt6Core.6.dylib            	       0x108c8e1a2 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 82
43  libQt6Core.6.dylib            	       0x108b72589 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 305
44  libQt6Core.6.dylib            	       0x108c10437 QThread::exec() + 161
45  libQt6Core.6.dylib            	       0x108c8c55e 0x108b04000 + 1607006
46  libsystem_pthread.dylib       	    0x7ff81a810e05 _pthread_start + 115
47  libsystem_pthread.dylib       	    0x7ff81a80c857 thread_start + 15


Thread 4 crashed with X86 Thread State (64-bit):
  rax: 0x000000000000000f  rbx: 0x0000000000006903  rcx: 0x00007000023e8748  rdx: 0x0000000000000000
  rdi: 0x0000000000000203  rsi: 0x0000000000006903  rbp: 0x00007000023e8760  rsp: 0x00007000023e8748
   r8: 0x0000000000000004   r9: 0x0000000000000000  r10: 0x00007ff81a7ce9fa  r11: 0x0000000000000293
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000203  r15: 0x00006000016e86c0
  rip: 0x00007ff81a7ce9fa  rfl: 0x0000000000000293  cr2: 0x0000000000000000
  
Logical CPU:     0
Error Code:      0x01000012 
Trap Number:     133


Binary Images:
       0x10654a000 -        0x106a00fff com.raspberrypi.rpi-imager (v2.0.8) <87239ac3-bb4f-3083-9368-0b4a2924a912> /Applications/Raspberry Pi Imager.app/Contents/MacOS/rpi-imager
       0x1074ea000 -        0x107862fff libQt6Quick.6.dylib (*) <6d8f79aa-e93b-3e58-90a2-5e473f96d694> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6Quick.6.dylib
       0x106c41000 -        0x106c8cfff libQt6Svg.6.dylib (*) <5b1ad7ce-5643-3b15-9bfe-b2b98628d28b> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6Svg.6.dylib
       0x106b61000 -        0x106b61fff com.apple.framework.CoreWLAN (16.0) <f9406e19-e560-343c-a88f-55571d0fedee> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x106bc7000 -        0x106bdbfff libQt6QmlMeta.6.dylib (*) <204b5024-1a4e-3af2-a583-907cfd6ad8a0> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QmlMeta.6.dylib
       0x106ba6000 -        0x106baffff libQt6QmlWorkerScript.6.dylib (*) <2398cdc2-2fc5-33d6-a8f0-cebcf40eb3ef> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QmlWorkerScript.6.dylib
       0x106df5000 -        0x106e62fff libQt6QmlModels.6.dylib (*) <7c73f0b0-315c-3785-a15f-bd2a4f82bdc1> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QmlModels.6.dylib
       0x106e91000 -        0x10719dfff libQt6Qml.6.dylib (*) <a1844fbd-f452-3f85-866e-5918218d5893> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6Qml.6.dylib
       0x106cba000 -        0x106d94fff libQt6Network.6.dylib (*) <1da3dfb7-24c3-33c2-9a46-b14184424419> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6Network.6.dylib
       0x107379000 -        0x1073cdfff libQt6OpenGL.6.dylib (*) <bca7970d-b5ca-36ce-a223-d7248be97b48> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6OpenGL.6.dylib
       0x108520000 -        0x1089cefff libQt6Gui.6.dylib (*) <6dcad3ea-da9d-3ac6-9655-72417fd28a2c> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6Gui.6.dylib
       0x108b04000 -        0x108ec2fff libQt6Core.6.dylib (*) <f304c341-df83-321e-9360-e1e0155331c8> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6Core.6.dylib
       0x106bef000 -        0x106bfdfff com.apple.CoreWiFi (1.0) <fd1c2624-54f7-3818-b4a6-61b68f81ffd6> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x106c1f000 -        0x106c22fff com.apple.IO80211 (1.0) <cc837832-e7ac-35d7-8f85-8b121fa96817> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
       0x108f9b000 -        0x108feefff IO80211Old.dylib (*) <d5cf0107-6e6e-383c-abe9-d66eb450ae2d> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211Old.dylib
       0x178afc000 -        0x178c97fff CoreWiFiOld.dylib (*) <d5cf0107-23e9-3d37-bf68-8c6a05c9024c> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFiOld.dylib
       0x106b97000 -        0x106b98fff com.apple.WiFiPeerToPeer (735.2.0) <4677bb02-ab92-31a2-b6c8-943d4e522c6b> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
       0x1e1f15000 -        0x1e1f3cfff WiFiPeerToPeerOld.dylib (*) <d5cf0107-33e0-337b-ba08-5e2854254fd0> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeerOld.dylib
       0x258f6b000 -        0x258fe5fff CoreWLANOld.dylib (*) <d5cf0107-ffdd-3481-a8d3-a2df28f40b76> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLANOld.dylib
       0x107312000 -        0x107328fff com.apple.security.csparser (3.0) <ca9652cd-23f6-3d13-bc26-f7cd365a872f> /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x107b5b000 -        0x107bdbfff libqcocoa.dylib (*) <81f072d2-96ee-34ee-9d87-ca7c006358b4> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x107b07000 -        0x107b13fff libobjc-trampolines.dylib (*) <72642d3c-0206-38ee-9349-c720aee663ee> /usr/lib/libobjc-trampolines.dylib
       0x107ae9000 -        0x107aedfff libqwbmp.dylib (*) <80d30d09-79ef-3c9e-8abc-0207009c8caa> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x2da0eb000 -        0x2da140fff libqwebp.dylib (*) <38b08062-f05d-3440-81d3-b0ea8462d9bf> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x107b47000 -        0x107b4dfff libqico.dylib (*) <d2b6416a-b5b3-359c-b033-f26cb8fd438d> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqico.dylib
       0x2da02d000 -        0x2da033fff libqmacheif.dylib (*) <c180ed3a-8e57-372e-b948-013a5c3baedf> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqmacheif.dylib
       0x2da03e000 -        0x2da0a6fff libqjpeg.dylib (*) <b7034491-686b-32d8-b91a-39e19c87246c> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x2da225000 -        0x2da280fff libqtiff.dylib (*) <494e2ea6-bb1b-306d-a42e-bb17cb59bf0b> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x107af8000 -        0x107afcfff libqsvg.dylib (*) <49e34a61-05e1-3000-a29e-f36e11e544be> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x107b1c000 -        0x107b24fff libqicns.dylib (*) <6f7c8398-6044-3d70-8c02-c24501ac6700> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x107b2f000 -        0x107b33fff libqtga.dylib (*) <6fa59a84-341d-3b97-b967-fef528e5eeee> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x2da151000 -        0x2da157fff libqmacjp2.dylib (*) <1ad05001-468a-315f-be9e-54174382fee1> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
       0x2d1418000 -        0x2d141bfff libquickwindowplugin.dylib (*) <277bd8e2-4bb6-3e65-86d2-9f2adbd379dc> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/quick/libquickwindowplugin.dylib
       0x2d13f6000 -        0x2d13fefff libqtquickcontrols2plugin.dylib (*) <94e27c36-b772-34e6-a9ef-bf4d456b1d73> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/quick/libqtquickcontrols2plugin.dylib
       0x2d14bb000 -        0x2d14defff libQt6QuickControls2Impl.6.dylib (*) <97c6b4c8-419b-3f98-8b0e-d533525a6ac7> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QuickControls2Impl.6.dylib
       0x2d146d000 -        0x2d147cfff libQt6QuickControls2.6.dylib (*) <f32afcb7-6b2b-3d73-8495-b5cace387002> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QuickControls2.6.dylib
       0x2da5d4000 -        0x2da6c2fff libQt6QuickTemplates2.6.dylib (*) <03e52c14-e1ed-3099-bb2d-58cb3232cfae> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QuickTemplates2.6.dylib
       0x2d1450000 -        0x2d1456fff libqtquickcontrols2materialstyleplugin.dylib (*) <953344eb-f5ce-3f44-8f51-f8d77761fbd6> /Applications/Raspberry Pi Imager.app/Contents/PlugIns/quick/libqtquickcontrols2materialstyleplugin.dylib
       0x2da77e000 -        0x2da8d2fff libQt6QuickControls2Material.6.dylib (*) <8eb3dd0e-4139-3d9c-9449-0d6a83433793> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QuickControls2Material.6.dylib
       0x2d159e000 -        0x2d15d1fff libQt6QuickControls2MaterialStyleImpl.6.dylib (*) <4872356e-f770-31ee-8fbf-8f76376b34ea> /Applications/Raspberry Pi Imager.app/Contents/Frameworks/libQt6QuickControls2MaterialStyleImpl.6.dylib
    0x7ff81a7ce000 -     0x7ff81a80ab1f libsystem_kernel.dylib (*) <a1b690f6-953c-34b8-91cc-860786ff5fa1> /usr/lib/system/libsystem_kernel.dylib
    0x7ff81a80b000 -     0x7ff81a816fd7 libsystem_pthread.dylib (*) <fa0539b0-b910-38ec-9406-18f7fb96ab75> /usr/lib/system/libsystem_pthread.dylib
    0x7ff81a465000 -     0x7ff81a4ff6c7 dyld (*) <8d7a2378-0c9a-3c22-bf24-79ab3cf6d207> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
    0x7ff81a87f000 -     0x7ff81ad33fe2 com.apple.CoreFoundation (6.9) <fac0da29-e741-3612-9556-af22c244e02e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff823eb4000 -     0x7ff823f0021f libFontRegistry.dylib (*) <b5dd307c-8f60-3275-8f72-dc39921b33e8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7ff81ce74000 -     0x7ff81d0ad41c com.apple.CoreText (844.20.0.1) <4a0dbd5c-1295-3159-9ea7-3b9df727c800> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
ColorSync                          224K       25 
Foundation                          16K        1 
JS VM Gigacage                    4096K        1 
JS VM Isolated Heap               4368K        4 
JS VM Isolated Heap (reserved)    2048K        1         reserved VM address space (unallocated)
Kernel Alloc Once                    8K        1 
MALLOC                             1.3G       45 
MALLOC guard page                   72K       18 
STACK GUARD                       56.0M        6 
Stack                             18.0M        7 
VM_ALLOCATE                         76K        4 
VM_ALLOCATE (reserved)             7.1G       11         reserved VM address space (unallocated)
__CTF                               824        1 
__DATA                            8333K      428 
__DATA_CONST                      44.4M      434 
__DATA_DIRTY                       796K      113 
__FONT_DATA                        2352        1 
__LINKEDIT                       169.6M       42 
__OBJC_RO                         61.3M        1 
__OBJC_RW                         2396K        3 
__TEXT                           381.2M      449 
__TPRO_CONST                         16        2 
dsce.got                           124K        1 
dyld private memory                384K        3 
mapped file                      204.2M       18 
shared memory                      792K       18 
===========                     =======  ======= 
TOTAL                              9.3G     1639 
TOTAL, minus reserved VM space     2.3G     1639 



-----------
Full Report
-----------

{"app_name":"rpi-imager","timestamp":"2026-05-20 12:22:46.00 -0400","app_version":"v2.0.8","sroute_id":12,"slice_uuid":"87239ac3-bb4f-3083-9368-0b4a2924a912","build_version":"v2.0.8","platform":1,"bundleID":"com.raspberrypi.rpi-imager","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.7.7 (24G720)","roots_installed":0,"name":"rpi-imager","incident_id":"583BC78B-FB21-4897-BBC2-C677DB01AE81"}
{
  "uptime" : 36000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 502,
  "deployVersion" : 210,
  "modelCode" : "iMac19,1",
  "coalitionID" : 28636,
  "osVersion" : {
    "train" : "macOS 15.7.7",
    "build" : "24G720",
    "releaseType" : "User"
  },
  "captureTime" : "2026-05-20 12:22:45.8268 -0400",
  "codeSigningMonitor" : 0,
  "incident" : "583BC78B-FB21-4897-BBC2-C677DB01AE81",
  "pid" : 19841,
  "cpuType" : "X86-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2026-05-20 12:22:45.5091 -0400",
  "procStartAbsTime" : 36926315894116,
  "procExitAbsTime" : 36926633382332,
  "procName" : "rpi-imager",
  "procPath" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/MacOS\/rpi-imager",
  "bundleInfo" : {"CFBundleShortVersionString":"v2.0.8","CFBundleVersion":"v2.0.8","CFBundleIdentifier":"com.raspberrypi.rpi-imager"},
  "storeInfo" : {"deviceIdentifierForVendor":"87BAF0C0-50D8-520D-A5DD-02AB2C680BA3","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.raspberrypi.rpi-imager",
  "crashReporterKey" : "95CE95F4-F372-738C-2088-90AE14F6DE5E",
  "appleIntelligenceStatus" : {"reasons":["deviceNotCapable"],"state":"unavailable"},
  "codeSigningID" : "com.raspberrypi.rpi-imager",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570490881,
  "codeSigningValidationCategory" : 1,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "bootSessionUUID" : "CF19B25E-C4C2-4205-B363-491FE9EAF8C8",
  "wakeTime" : 9508,
  "sleepWakeUUID" : "3F55B991-743C-40C0-B801-261DA22010AB",
  "sip" : "enabled",
  "sroute_id" : 12,
  "exception" : {"port":26883,"signal":"SIGKILL","guardId":0,"codes":"0x0000000000006903, 0x0000000000000000","violations":["INVALID_NAME"],"message":" INVALID_NAME on mach port 26883 (guarded with 0x0000000000000000)","subtype":"GUARD_TYPE_MACH_PORT","type":"EXC_GUARD","rawCodes":[26883,0]},
  "termination" : {"namespace":"GUARD","flags":2,"code":2305845208236976387},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 4,
  "threads" : [{"id":466561,"threadState":{"r13":{"value":4402341479680},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":105553127687488},"rsi":{"value":4402341479680},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":1024},"r10":{"value":0},"r9":{"value":160},"r15":{"value":1024},"rbx":{"value":140704674263424,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703573022454},"rbp":{"value":140701947606288},"rsp":{"value":140701947606136},"r12":{"value":140701947606160},"rcx":{"value":140701947606136},"flavor":"x86_THREAD_STATE","rdi":{"value":105553127687488}},"queue":"com.apple.main-thread","frames":[{"imageOffset":14070,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":40},{"imageOffset":25262,"symbol":"_pthread_cond_wait","symbolLocation":988,"imageIndex":41},{"imageOffset":1647075,"imageIndex":11},{"imageOffset":1646995,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":87,"imageIndex":11},{"imageOffset":2594656,"imageIndex":7},{"imageOffset":2204567,"imageIndex":7},{"imageOffset":2161738,"imageIndex":7},{"imageOffset":2161570,"symbol":"QQmlTypeLoader::load(QQmlRefPointer<QQmlDataBlob> const&, QQmlTypeLoader::Mode)","symbolLocation":36,"imageIndex":7},{"imageOffset":2177554,"symbol":"QQmlTypeLoader::getType(QUrl const&, QQmlTypeLoader::Mode)","symbolLocation":452,"imageIndex":7},{"imageOffset":1465162,"symbol":"QQmlComponentPrivate::loadUrl(QUrl const&, QQmlComponent::CompilationMode)","symbolLocation":680,"imageIndex":7},{"imageOffset":1377126,"symbol":"QQmlApplicationEnginePrivate::startLoad(QUrl const&, QByteArray const&, bool)","symbolLocation":538,"imageIndex":7},{"imageOffset":1379188,"symbol":"QQmlApplicationEngine::load(QUrl const&)","symbolLocation":52,"imageIndex":7},{"imageOffset":374004,"symbol":"main","symbolLocation":13780,"imageIndex":0},{"imageOffset":25904,"symbol":"start","symbolLocation":3056,"imageIndex":42}]},{"id":466576,"frames":[{"imageOffset":6196,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":41}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":5123},"r8":{"value":409603},"cr2":{"value":0},"rdx":{"value":123145337835520},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145338359808},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703573264436},"rbp":{"value":0},"rsp":{"value":123145338359808},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145338359808}}},{"id":466577,"frames":[{"imageOffset":6196,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":41}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":10499},"r8":{"value":409603},"cr2":{"value":0},"rdx":{"value":123145338372096},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145338895224},"rbx":{"value":123145338896384},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703573264436},"rbp":{"value":0},"rsp":{"value":123145338896384},"r12":{"value":5128197},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145338896384}}},{"id":466598,"name":"QThread","threadState":{"r13":{"value":123145339432464},"rax":{"value":4},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":105553154950256},"rsi":{"value":1},"r8":{"value":17},"cr2":{"value":0},"rdx":{"value":4294967295},"r10":{"value":4294967296},"r9":{"value":0},"r15":{"value":18446744073709551615},"rbx":{"value":1},"trap":{"value":133},"err":{"value":33554662},"r11":{"value":582},"rip":{"value":140703573039346},"rbp":{"value":123145339432416},"rsp":{"value":123145339432344},"r12":{"value":140302405886192},"rcx":{"value":123145339432344},"flavor":"x86_THREAD_STATE","rdi":{"value":105553154950256}},"frames":[{"imageOffset":30962,"symbol":"poll","symbolLocation":10,"imageIndex":40},{"imageOffset":1601313,"symbol":"qt_safe_poll(pollfd*, unsigned int, QDeadlineTimer)","symbolLocation":76,"imageIndex":11},{"imageOffset":1614568,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":408,"imageIndex":11},{"imageOffset":451977,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":305,"imageIndex":11},{"imageOffset":1098807,"symbol":"QThread::exec()","symbolLocation":161,"imageIndex":11},{"imageOffset":1607006,"imageIndex":11},{"imageOffset":24069,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":41},{"imageOffset":6231,"symbol":"thread_start","symbolLocation":15,"imageIndex":41}]},{"triggered":true,"id":466599,"name":"DriveListModelPollThread","threadState":{"r13":{"value":0},"rax":{"value":15},"rflags":{"value":659},"cpu":{"value":0},"r14":{"value":515},"rsi":{"value":26883},"r8":{"value":4},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":140703573010938,"symbolLocation":10,"symbol":"_kernelrpc_mach_port_deallocate_trap"},"r9":{"value":0},"r15":{"value":105553140287168},"rbx":{"value":26883},"trap":{"value":133},"err":{"value":16777234},"r11":{"value":659},"rip":{"value":140703573010938,"matchesCrashFrame":1},"rbp":{"value":123145339963232},"rsp":{"value":123145339963208},"r12":{"value":0},"rcx":{"value":123145339963208},"flavor":"x86_THREAD_STATE","rdi":{"value":515}},"frames":[{"imageOffset":2554,"symbol":"_kernelrpc_mach_port_deallocate_trap","symbolLocation":10,"imageIndex":40},{"imageOffset":7062,"symbol":"mach_port_deallocate","symbolLocation":17,"imageIndex":40},{"imageOffset":242444,"imageIndex":0},{"imageOffset":231520,"imageIndex":0},{"imageOffset":227816,"symbol":"Drivelist::ListStorageDevices()","symbolLocation":2376,"imageIndex":0},{"imageOffset":477693,"symbol":"DriveListModelPollThread::run()","symbolLocation":269,"imageIndex":0},{"imageOffset":1607006,"imageIndex":11},{"imageOffset":24069,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":41},{"imageOffset":6231,"symbol":"thread_start","symbolLocation":15,"imageIndex":41}]},{"id":466602,"name":"QQmlThread","threadState":{"r13":{"value":140704617239608},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":140704617239608},"r8":{"value":1152921504606846976},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":0},"r15":{"value":105553161137600},"rbx":{"value":140704617239608},"trap":{"value":222},"err":{"value":0},"r11":{"value":8},"rip":{"value":140703575070901},"rbp":{"value":123145348353184},"rsp":{"value":123145348353160},"r12":{"value":0},"rcx":{"value":140704674342696,"symbolLocation":0,"symbol":"__CFConstantStringClassReference"},"flavor":"x86_THREAD_STATE","rdi":{"value":7}},"frames":[{"imageOffset":1337525,"symbol":"CF_IS_OBJC","symbolLocation":121,"imageIndex":44},{"imageOffset":57630,"symbol":"CFStringGetCharactersPtr","symbolLocation":46,"imageIndex":44},{"imageOffset":95667,"symbol":"CFStringCompareWithOptionsAndLocale","symbolLocation":1202,"imageIndex":44},{"imageOffset":400805,"symbol":"__CFSimpleMergeSort","symbolLocation":350,"imageIndex":44},{"imageOffset":400667,"symbol":"__CFSimpleMergeSort","symbolLocation":212,"imageIndex":44},{"imageOffset":400667,"symbol":"__CFSimpleMergeSort","symbolLocation":212,"imageIndex":44},{"imageOffset":400667,"symbol":"__CFSimpleMergeSort","symbolLocation":212,"imageIndex":44},{"imageOffset":400692,"symbol":"__CFSimpleMergeSort","symbolLocation":237,"imageIndex":44},{"imageOffset":400692,"symbol":"__CFSimpleMergeSort","symbolLocation":237,"imageIndex":44},{"imageOffset":400278,"symbol":"CFSortIndexes","symbolLocation":502,"imageIndex":44},{"imageOffset":399390,"symbol":"CFQSortArray","symbolLocation":296,"imageIndex":44},{"imageOffset":398984,"symbol":"CFArraySortValues","symbolLocation":914,"imageIndex":44},{"imageOffset":59708,"symbol":"TCFSet<void const*>::CreateSortedArray(CFComparisonResult (*)(void const*, void const*, void*), void*, CFArrayCallBacks const*) const","symbolLocation":204,"imageIndex":45},{"imageOffset":200587,"symbol":"XTCopyAvailableFamilyNames2","symbolLocation":242,"imageIndex":45},{"imageOffset":442512,"symbol":"TDescriptorSource::CopyAvailableFamilyNames(__CFString const*) const","symbolLocation":152,"imageIndex":46},{"imageOffset":442278,"symbol":"CTFontManagerCopyAvailableFontFamilyNames","symbolLocation":40,"imageIndex":46},{"imageOffset":2597613,"symbol":"QCoreTextFontDatabase::populateFontDatabase()","symbolLocation":199,"imageIndex":10},{"imageOffset":1776399,"symbol":"QFontDatabasePrivate::ensureFontDatabase()","symbolLocation":185,"imageIndex":10},{"imageOffset":1785049,"symbol":"QFontDatabase::hasFamily(QString const&)","symbolLocation":141,"imageIndex":10},{"imageOffset":47697,"symbol":"QQuickMaterialTheme::initialize(QQuickTheme*)","symbolLocation":245,"imageIndex":38},{"imageOffset":50760,"symbol":"QQuickStylePlugin::registerTypes(char const*)","symbolLocation":1232,"imageIndex":35},{"imageOffset":1709777,"symbol":"QQmlMetaType::registerPluginTypes(QObject*, QString const&, QString const&, QString const&, QTypeRevision, QList<QQmlError>*)","symbolLocation":735,"imageIndex":7},{"imageOffset":1859773,"imageIndex":7},{"imageOffset":1864704,"imageIndex":7},{"imageOffset":1619803,"symbol":"QQmlImports::importExtension(QQmlTypeLoader*, QString const&, QTypeRevision, QQmlTypeLoaderQmldirContent const*, QList<QQmlError>*)","symbolLocation":501,"imageIndex":7},{"imageOffset":1622984,"symbol":"QQmlImports::addLibraryImport(QQmlTypeLoader*, QString const&, QString const&, QTypeRevision, QString const&, QString const&, QFlags<QQmlImports::ImportFlag>, unsigned short, QList<QQmlError>*)","symbolLocation":774,"imageIndex":7},{"imageOffset":2187545,"imageIndex":7},{"imageOffset":2171485,"symbol":"QQmlTypeLoader::Blob::addLibraryImport(std::__1::shared_ptr<QQmlTypeLoader::Blob::PendingImport> const&, QList<QQmlError>*)","symbolLocation":1503,"imageIndex":7},{"imageOffset":2175012,"symbol":"QQmlTypeLoader::Blob::loadDependentImports(QList<QQmlDirParser::Import> const&, QString const&, QTypeRevision, unsigned short, QFlags<QQmlImports::ImportFlag>, QList<QQmlError>*)","symbolLocation":436,"imageIndex":7},{"imageOffset":2168307,"symbol":"QQmlTypeLoader::Blob::loadImportDependencies(std::__1::shared_ptr<QQmlTypeLoader::Blob::PendingImport> const&, QString const&, QFlags<QQmlImports::ImportFlag>, QList<QQmlError>*)","symbolLocation":573,"imageIndex":7},{"imageOffset":2187603,"imageIndex":7},{"imageOffset":2171485,"symbol":"QQmlTypeLoader::Blob::addLibraryImport(std::__1::shared_ptr<QQmlTypeLoader::Blob::PendingImport> const&, QList<QQmlError>*)","symbolLocation":1503,"imageIndex":7},{"imageOffset":2174037,"symbol":"QQmlTypeLoader::Blob::addImport(QV4::CompiledData::Import const*, QFlags<QQmlImports::ImportFlag>, QList<QQmlError>*)","symbolLocation":79,"imageIndex":7},{"imageOffset":2113183,"imageIndex":7},{"imageOffset":2165320,"symbol":"QQmlTypeLoader::setData(QQmlRefPointer<QQmlDataBlob> const&, QQmlDataBlob::SourceCodeData const&)","symbolLocation":88,"imageIndex":7},{"imageOffset":2163767,"symbol":"QQmlTypeLoader::setData(QQmlRefPointer<QQmlDataBlob> const&, QString const&)","symbolLocation":135,"imageIndex":7},{"imageOffset":2163246,"symbol":"QQmlTypeLoader::loadThread(QQmlRefPointer<QQmlDataBlob> const&)","symbolLocation":382,"imageIndex":7},{"imageOffset":2206142,"imageIndex":7},{"imageOffset":2593822,"imageIndex":7},{"imageOffset":2593739,"imageIndex":7},{"imageOffset":426423,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":137,"imageIndex":11},{"imageOffset":429644,"symbol":"QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)","symbolLocation":548,"imageIndex":11},{"imageOffset":1614242,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":82,"imageIndex":11},{"imageOffset":451977,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":305,"imageIndex":11},{"imageOffset":1098807,"symbol":"QThread::exec()","symbolLocation":161,"imageIndex":11},{"imageOffset":1607006,"imageIndex":11},{"imageOffset":24069,"symbol":"_pthread_start","symbolLocation":115,"imageIndex":41},{"imageOffset":6231,"symbol":"thread_start","symbolLocation":15,"imageIndex":41}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4401176576,
    "CFBundleShortVersionString" : "v2.0.8",
    "CFBundleIdentifier" : "com.raspberrypi.rpi-imager",
    "size" : 4943872,
    "uuid" : "87239ac3-bb4f-3083-9368-0b4a2924a912",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/MacOS\/rpi-imager",
    "name" : "rpi-imager",
    "CFBundleVersion" : "v2.0.8"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4417560576,
    "size" : 3641344,
    "uuid" : "6d8f79aa-e93b-3e58-90a2-5e473f96d694",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6Quick.6.dylib",
    "name" : "libQt6Quick.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4408479744,
    "size" : 311296,
    "uuid" : "5b1ad7ce-5643-3b15-9bfe-b2b98628d28b",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6Svg.6.dylib",
    "name" : "libQt6Svg.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4407562240,
    "CFBundleShortVersionString" : "16.0",
    "CFBundleIdentifier" : "com.apple.framework.CoreWLAN",
    "size" : 4096,
    "uuid" : "f9406e19-e560-343c-a88f-55571d0fedee",
    "path" : "\/System\/Library\/Frameworks\/CoreWLAN.framework\/Versions\/A\/CoreWLAN",
    "name" : "CoreWLAN",
    "CFBundleVersion" : "1657"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4407980032,
    "size" : 86016,
    "uuid" : "204b5024-1a4e-3af2-a583-907cfd6ad8a0",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QmlMeta.6.dylib",
    "name" : "libQt6QmlMeta.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4407844864,
    "size" : 40960,
    "uuid" : "2398cdc2-2fc5-33d6-a8f0-cebcf40eb3ef",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QmlWorkerScript.6.dylib",
    "name" : "libQt6QmlWorkerScript.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4410265600,
    "size" : 450560,
    "uuid" : "7c73f0b0-315c-3785-a15f-bd2a4f82bdc1",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QmlModels.6.dylib",
    "name" : "libQt6QmlModels.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4410904576,
    "size" : 3198976,
    "uuid" : "a1844fbd-f452-3f85-866e-5918218d5893",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6Qml.6.dylib",
    "name" : "libQt6Qml.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4408975360,
    "size" : 897024,
    "uuid" : "1da3dfb7-24c3-33c2-9a46-b14184424419",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6Network.6.dylib",
    "name" : "libQt6Network.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4416049152,
    "size" : 348160,
    "uuid" : "bca7970d-b5ca-36ce-a223-d7248be97b48",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6OpenGL.6.dylib",
    "name" : "libQt6OpenGL.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4434558976,
    "size" : 4911104,
    "uuid" : "6dcad3ea-da9d-3ac6-9655-72417fd28a2c",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6Gui.6.dylib",
    "name" : "libQt6Gui.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4440735744,
    "size" : 3928064,
    "uuid" : "f304c341-df83-321e-9360-e1e0155331c8",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6Core.6.dylib",
    "name" : "libQt6Core.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4408143872,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CoreWiFi",
    "size" : 61440,
    "uuid" : "fd1c2624-54f7-3818-b4a6-61b68f81ffd6",
    "path" : "\/System\/Library\/PrivateFrameworks\/CoreWiFi.framework\/Versions\/A\/CoreWiFi",
    "name" : "CoreWiFi",
    "CFBundleVersion" : "875.46"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4408340480,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.IO80211",
    "size" : 16384,
    "uuid" : "cc837832-e7ac-35d7-8f85-8b121fa96817",
    "path" : "\/System\/Library\/PrivateFrameworks\/IO80211.framework\/Versions\/A\/IO80211",
    "name" : "IO80211",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4445548544,
    "size" : 344064,
    "uuid" : "d5cf0107-6e6e-383c-abe9-d66eb450ae2d",
    "path" : "\/System\/Library\/PrivateFrameworks\/IO80211.framework\/Versions\/A\/IO80211Old.dylib",
    "name" : "IO80211Old.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 6319751168,
    "size" : 1687552,
    "uuid" : "d5cf0107-23e9-3d37-bf68-8c6a05c9024c",
    "path" : "\/System\/Library\/PrivateFrameworks\/CoreWiFi.framework\/Versions\/A\/CoreWiFiOld.dylib",
    "name" : "CoreWiFiOld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4407783424,
    "CFBundleShortVersionString" : "735.2.0",
    "CFBundleIdentifier" : "com.apple.WiFiPeerToPeer",
    "size" : 8192,
    "uuid" : "4677bb02-ab92-31a2-b6c8-943d4e522c6b",
    "path" : "\/System\/Library\/PrivateFrameworks\/WiFiPeerToPeer.framework\/Versions\/A\/WiFiPeerToPeer",
    "name" : "WiFiPeerToPeer",
    "CFBundleVersion" : "735.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 8085655552,
    "size" : 163840,
    "uuid" : "d5cf0107-33e0-337b-ba08-5e2854254fd0",
    "path" : "\/System\/Library\/PrivateFrameworks\/WiFiPeerToPeer.framework\/Versions\/A\/WiFiPeerToPeerOld.dylib",
    "name" : "WiFiPeerToPeerOld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 10082496512,
    "size" : 503808,
    "uuid" : "d5cf0107-ffdd-3481-a8d3-a2df28f40b76",
    "path" : "\/System\/Library\/Frameworks\/CoreWLAN.framework\/Versions\/A\/CoreWLANOld.dylib",
    "name" : "CoreWLANOld.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4415627264,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 94208,
    "uuid" : "ca9652cd-23f6-3d13-bc26-f7cd365a872f",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61439.140.12.705.1"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4424314880,
    "size" : 528384,
    "uuid" : "81f072d2-96ee-34ee-9d87-ca7c006358b4",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 4423970816,
    "size" : 53248,
    "uuid" : "72642d3c-0206-38ee-9349-c720aee663ee",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4423847936,
    "size" : 20480,
    "uuid" : "80d30d09-79ef-3c9e-8abc-0207009c8caa",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqwbmp.dylib",
    "name" : "libqwbmp.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12248330240,
    "size" : 352256,
    "uuid" : "38b08062-f05d-3440-81d3-b0ea8462d9bf",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqwebp.dylib",
    "name" : "libqwebp.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4424232960,
    "size" : 28672,
    "uuid" : "d2b6416a-b5b3-359c-b033-f26cb8fd438d",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqico.dylib",
    "name" : "libqico.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12247552000,
    "size" : 28672,
    "uuid" : "c180ed3a-8e57-372e-b948-013a5c3baedf",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqmacheif.dylib",
    "name" : "libqmacheif.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12247621632,
    "size" : 430080,
    "uuid" : "b7034491-686b-32d8-b91a-39e19c87246c",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqjpeg.dylib",
    "name" : "libqjpeg.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12249616384,
    "size" : 376832,
    "uuid" : "494e2ea6-bb1b-306d-a42e-bb17cb59bf0b",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqtiff.dylib",
    "name" : "libqtiff.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4423909376,
    "size" : 20480,
    "uuid" : "49e34a61-05e1-3000-a29e-f36e11e544be",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqsvg.dylib",
    "name" : "libqsvg.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4424056832,
    "size" : 36864,
    "uuid" : "6f7c8398-6044-3d70-8c02-c24501ac6700",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqicns.dylib",
    "name" : "libqicns.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4424134656,
    "size" : 20480,
    "uuid" : "6fa59a84-341d-3b97-b967-fef528e5eeee",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqtga.dylib",
    "name" : "libqtga.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12248748032,
    "size" : 28672,
    "uuid" : "1ad05001-468a-315f-be9e-54174382fee1",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/imageformats\/libqmacjp2.dylib",
    "name" : "libqmacjp2.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12100665344,
    "size" : 16384,
    "uuid" : "277bd8e2-4bb6-3e65-86d2-9f2adbd379dc",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/quick\/libquickwindowplugin.dylib",
    "name" : "libquickwindowplugin.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12100526080,
    "size" : 36864,
    "uuid" : "94e27c36-b772-34e6-a9ef-bf4d456b1d73",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/quick\/libqtquickcontrols2plugin.dylib",
    "name" : "libqtquickcontrols2plugin.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12101332992,
    "size" : 147456,
    "uuid" : "97c6b4c8-419b-3f98-8b0e-d533525a6ac7",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QuickControls2Impl.6.dylib",
    "name" : "libQt6QuickControls2Impl.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12101013504,
    "size" : 65536,
    "uuid" : "f32afcb7-6b2b-3d73-8495-b5cace387002",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QuickControls2.6.dylib",
    "name" : "libQt6QuickControls2.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12253478912,
    "size" : 978944,
    "uuid" : "03e52c14-e1ed-3099-bb2d-58cb3232cfae",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QuickTemplates2.6.dylib",
    "name" : "libQt6QuickTemplates2.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12100894720,
    "size" : 28672,
    "uuid" : "953344eb-f5ce-3f44-8f51-f8d77761fbd6",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/PlugIns\/quick\/libqtquickcontrols2materialstyleplugin.dylib",
    "name" : "libqtquickcontrols2materialstyleplugin.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12255223808,
    "size" : 1396736,
    "uuid" : "8eb3dd0e-4139-3d9c-9449-0d6a83433793",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QuickControls2Material.6.dylib",
    "name" : "libQt6QuickControls2Material.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 12102262784,
    "size" : 212992,
    "uuid" : "4872356e-f770-31ee-8fbf-8f76376b34ea",
    "path" : "\/Applications\/Raspberry Pi Imager.app\/Contents\/Frameworks\/libQt6QuickControls2MaterialStyleImpl.6.dylib",
    "name" : "libQt6QuickControls2MaterialStyleImpl.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703573008384,
    "size" : 248608,
    "uuid" : "a1b690f6-953c-34b8-91cc-860786ff5fa1",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703573258240,
    "size" : 49112,
    "uuid" : "fa0539b0-b910-38ec-9406-18f7fb96ab75",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703569432576,
    "size" : 632520,
    "uuid" : "8d7a2378-0c9a-3c22-bf24-79ab3cf6d207",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703573733376,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 4935651,
    "uuid" : "fac0da29-e741-3612-9556-af22c244e02e",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "3603.1.408"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703731236864,
    "size" : 311840,
    "uuid" : "b5dd307c-8f60-3275-8f72-dc39921b33e8",
    "path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/ATS.framework\/Versions\/A\/Resources\/libFontRegistry.dylib",
    "name" : "libFontRegistry.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703613534208,
    "CFBundleShortVersionString" : "844.20.0.1",
    "CFBundleIdentifier" : "com.apple.CoreText",
    "size" : 2331677,
    "uuid" : "4a0dbd5c-1295-3159-9ea7-3b9df727c800",
    "path" : "\/System\/Library\/Frameworks\/CoreText.framework\/Versions\/A\/CoreText",
    "name" : "CoreText",
    "CFBundleVersion" : "844.20.0.1"
  }
],
  "sharedCache" : {
  "base" : 140703540957184,
  "size" : 30064771072,
  "uuid" : "0ae31967-678a-32d5-85ba-70bd6a05c7c8"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=550.8M resident=0K(0%) swapped_out_or_unallocated=550.8M(100%)\nWritable regions: Total=8.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8.4G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                          224K       25 \nFoundation                          16K        1 \nJS VM Gigacage                    4096K        1 \nJS VM Isolated Heap               4368K        4 \nJS VM Isolated Heap (reserved)    2048K        1         reserved VM address space (unallocated)\nKernel Alloc Once                    8K        1 \nMALLOC                             1.3G       45 \nMALLOC guard page                   72K       18 \nSTACK GUARD                       56.0M        6 \nStack                             18.0M        7 \nVM_ALLOCATE                         76K        4 \nVM_ALLOCATE (reserved)             7.1G       11         reserved VM address space (unallocated)\n__CTF                               824        1 \n__DATA                            8333K      428 \n__DATA_CONST                      44.4M      434 \n__DATA_DIRTY                       796K      113 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       169.6M       42 \n__OBJC_RO                         61.3M        1 \n__OBJC_RW                         2396K        3 \n__TEXT                           381.2M      449 \n__TPRO_CONST                         16        2 \ndsce.got                           124K        1 \ndyld private memory                384K        3 \nmapped file                      204.2M       18 \nshared memory                      792K       18 \n===========                     =======  ======= \nTOTAL                              9.3G     1639 \nTOTAL, minus reserved VM space     2.3G     1639 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "DriveListModelPollThread"
  }
},
  "logWritingSignature" : "9f26ceaf1d2306b9e5c2cc73e9fdbbe012ce5877",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60186475825c62000ccf5450",
      "factorPackIds" : {

      },
      "deploymentId" : 240000083
    },
    {
      "rolloutId" : "670e9bd77a111748a97092a1",
      "factorPackIds" : {
        "SIRI_TTS_DEVICE_TRAINING" : "67d07fb744f1a3655d87002b"
      },
      "deploymentId" : 240000016
    }
  ],
  "experiments" : [

  ]
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions