Forum

Welcome, Log in or Register
I keep getting crashes that seems to occur when my laptop goes into screen save mode when I come back to my work station PureRef has crashed.
This is the log I get, if it helps.

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

Process: PureRef [6173]
Path: /Applications/PureRef.app/Contents/MacOS/PureRef
Identifier: pureref.app-id
Version: ()
Code Type: X86-64 (Translated)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2024-06-24 13:07:39.5098 +0200
OS Version: macOS 13.4 (22F66)
Report Version: 12
Anonymous UUID: 36DF6DFB-94F1-6991-FD89-D9EF479BEBE4

Sleep/Wake UUID: 0A11CE85-F7D9-431B-A06B-694C1899E597

Time Awake Since Boot: 10000 seconds

System Integrity Protection: enabled

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

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

Termination Reason: Namespace SIGNAL, Code 4 Illegal instruction: 4
Terminating Process: exc handler [6173]

Application Specific Information:
*** CFRetain() called with NULL ***


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 CoreFoundation 0x7ff812734c90 CFRetain.cold.1 + 14
1 CoreFoundation 0x7ff81256a324 CFRetain + 129
2 libqcocoa.dylib 0x10c947361 QCALayerBackingStore::GraphicsBuffer::asImage() + 273
3 libQt6Gui.6.2.4.dylib 0x1105c304e QBackingStore::beginPaint(QRegion const&) + 366
4 libQt6Widgets.6.2.4.dylib 0x10e7977b5 QWidgetRepaintManager::paintAndFlush() + 3493
5 libQt6Widgets.6.2.4.dylib 0x10e797d54 QWidgetRepaintManager::sync() + 244
6 libQt6Widgets.6.2.4.dylib 0x10e799a48 QWidgetWindow::event(QEvent*) + 456
7 libQt6Widgets.6.2.4.dylib 0x10e737f67 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 247
8 libQt6Widgets.6.2.4.dylib 0x10e7390a5 QApplication::notify(QObject*, QEvent*) + 485
9 libQt6Core.6.2.4.dylib 0x111ca8f69 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 169
10 libQt6Gui.6.2.4.dylib 0x11056beb3 QGuiApplicationPrivate::processGeometryChangeEvent(QWindowSystemInterfacePrivate::GeometryChangeEvent*) + 355
11 libQt6Gui.6.2.4.dylib 0x11056c722 QGuiApplicationPrivate::processWindowScreenChangedEvent(QWindowSystemInterfacePrivate::WindowScreenChangedEvent*) + 466
12 libQt6Gui.6.2.4.dylib 0x1105b0299 bool QWindowSystemInterfacePrivate::handleWindowSystemEvent<QWindowSystemInterface::SynchronousDelivery>(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 185
13 libqcocoa.dylib 0x10c983866 QCocoaWindow::windowDidChangeScreen() + 934
14 libQt6Core.6.2.4.dylib 0x111cb7fc4 QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1284
15 libqcocoa.dylib 0x10c986bc0 invocation function for block in qRegisterNotificationCallbacks() + 1280
16 CoreFoundation 0x7ff8125d8095 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 120
17 CoreFoundation 0x7ff81266fddc ___CFXRegistrationPost_block_invoke + 86
18 CoreFoundation 0x7ff81266fd2a _CFXRegistrationPost + 534
19 CoreFoundation 0x7ff8125ab52b _CFXNotificationPost + 799
20 Foundation 0x7ff813376b80 -[NSNotificationCenter postNotificationName:object:userInfo:] + 82
21 AppKit 0x7ff8157ecf6e __67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke + 589
22 AppKit 0x7ff8156202c7 NSPerformVisuallyAtomicChange + 132
23 AppKit 0x7ff8157ecd1b -[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:] + 69
24 AppKit 0x7ff815622150 -[NSWindow _setFrameCommon:display:fromServer:] + 3135
25 AppKit 0x7ff815f0b65f -[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:] + 2553
26 AppKit 0x7ff815941339 -[NSWindow _adjustWindowToScreen] + 1468
27 AppKit 0x7ff815968a04 -[NSWindow _displayChangedSoAdjustWindows:] + 102
28 AppKit 0x7ff8160efbf5 -[_NSFullScreenContentController displayChanged] + 40
29 AppKit 0x7ff8161ae2f8 -[_NSFullScreenSpace displayChanged] + 77
30 AppKit 0x7ff8161ac931 _fullScreenInstanceMovedSpaces + 340
31 SkyLight 0x7ff8170e030c (anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*) + 1018
32 SkyLight 0x7ff8173ff4ca CGSDatagramReadStream::dispatchMainQueueDatagrams() + 202
33 SkyLight 0x7ff8173ff3f1 invocation function for block in CGSDatagramReadStream::mainQueueWakeup() + 18
34 libdispatch.dylib 0x7ff812364d91 _dispatch_call_block_and_release + 12
35 libdispatch.dylib 0x7ff812366033 _dispatch_client_callout + 8
36 libdispatch.dylib 0x7ff812372fcf _dispatch_main_queue_drain + 954
37 libdispatch.dylib 0x7ff812372c07 _dispatch_main_queue_callback_4CF + 31
38 CoreFoundation 0x7ff8126215e6 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
39 CoreFoundation 0x7ff8125e190e __CFRunLoopRun + 2456
40 CoreFoundation 0x7ff8125e091c CFRunLoopRunSpecific + 560
41 HIToolbox 0x7ff81c524dad RunCurrentEventLoopInMode + 292
42 HIToolbox 0x7ff81c524bbe ReceiveNextEventCommon + 657
43 HIToolbox 0x7ff81c524918 _BlockUntilNextEventMatchingListInModeWithFilter + 64
44 AppKit 0x7ff8155d45d0 _DPSNextEvent + 858
45 AppKit 0x7ff8155d347a -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1214
46 AppKit 0x7ff8155c5ae8 -[NSApplication run] + 586
47 libqcocoa.dylib 0x10c95189a QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2266
48 libQt6Core.6.2.4.dylib 0x111cb1d46 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 454
49 libQt6Core.6.2.4.dylib 0x111ca9572 QCoreApplication::exec() + 130
50 PureRef 0x10009551e main + 1246
51 dyld 0x20201d41f start + 1903

Thread 1:: com.apple.rosetta.exceptionserver
0 runtime 0x7ff7ffcb4694 0x7ff7ffcb0000 + 18068

Thread 2:: sentry-http
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124cb0ee __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff812507758 _pthread_cond_wait + 1242
3 PureRef 0x101019f55 worker_thread + 229
4 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
5 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 3:
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124c85b2 mach_msg2_trap + 10
2 libsystem_kernel.dylib 0x7ff8124d672d mach_msg2_internal + 78
3 libsystem_kernel.dylib 0x7ff8124cf5e4 mach_msg_overwrite + 692
4 libsystem_kernel.dylib 0x7ff8124c889a mach_msg + 19
5 PureRef 0x101034800 crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) + 720
6 PureRef 0x101034dfc crashpad::MachMessageServer::Run(crashpad::MachMessageServer::Interface*, unsigned int, int, crashpad::MachMessageServer::Persistent, crashpad::MachMessageServer::ReceiveLarge, unsigned int) + 508
7 PureRef 0x10102df58 crashpad::(anonymous namespace)::HandlerStarter::RestartThreadMain(void*) + 72
8 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 4:: com.apple.CFSocket.private
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124d1282 __select + 10
2 CoreFoundation 0x7ff81260a2b2 __CFSocketManager + 617
3 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
4 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 5:: QThread
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124cf29e poll + 10
2 libQt6Core.6.2.4.dylib 0x111e280ee qt_safe_poll(pollfd*, unsigned int, timespec const*) + 94
3 libQt6Core.6.2.4.dylib 0x111e298a9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 745
4 libQt6Core.6.2.4.dylib 0x111cb1d46 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 454
5 libQt6Core.6.2.4.dylib 0x111da6d13 QThread::exec() + 163
6 libQt6Core.6.2.4.dylib 0x111e2dc53 QThreadPrivate::start(void*) + 323
7 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
8 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 6:: QThread
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124cf29e poll + 10
2 libQt6Core.6.2.4.dylib 0x111e280ee qt_safe_poll(pollfd*, unsigned int, timespec const*) + 94
3 libQt6Core.6.2.4.dylib 0x111e298a9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 745
4 libQt6Core.6.2.4.dylib 0x111cb1d46 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 454
5 libQt6Core.6.2.4.dylib 0x111da6d13 QThread::exec() + 163
6 libQt6Core.6.2.4.dylib 0x111e2dc53 QThreadPrivate::start(void*) + 323
7 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
8 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 7:: QNetworkAccessManager thread
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124cf29e poll + 10
2 libQt6Core.6.2.4.dylib 0x111e280ee qt_safe_poll(pollfd*, unsigned int, timespec const*) + 94
3 libQt6Core.6.2.4.dylib 0x111e298a9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 745
4 libQt6Core.6.2.4.dylib 0x111cb1d46 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 454
5 libQt6Core.6.2.4.dylib 0x111da6d13 QThread::exec() + 163
6 libQt6Core.6.2.4.dylib 0x111e2dc53 QThreadPrivate::start(void*) + 323
7 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
8 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 8:: QNetworkAccessManager thread
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124cf29e poll + 10
2 libQt6Core.6.2.4.dylib 0x111e280ee qt_safe_poll(pollfd*, unsigned int, timespec const*) + 94
3 libQt6Core.6.2.4.dylib 0x111e298a9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 745
4 libQt6Core.6.2.4.dylib 0x111cb1d46 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 454
5 libQt6Core.6.2.4.dylib 0x111da6d13 QThread::exec() + 163
6 libQt6Core.6.2.4.dylib 0x111e2dc53 QThreadPrivate::start(void*) + 323
7 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
8 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 9:: com.apple.NSEventThread
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124c85b2 mach_msg2_trap + 10
2 libsystem_kernel.dylib 0x7ff8124d672d mach_msg2_internal + 78
3 libsystem_kernel.dylib 0x7ff8124cf5e4 mach_msg_overwrite + 692
4 libsystem_kernel.dylib 0x7ff8124c889a mach_msg + 19
5 CoreFoundation 0x7ff8125e2a40 __CFRunLoopServiceMachPort + 145
6 CoreFoundation 0x7ff8125e14cb __CFRunLoopRun + 1365
7 CoreFoundation 0x7ff8125e091c CFRunLoopRunSpecific + 560
8 AppKit 0x7ff815734789 _NSEventThread + 132
9 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
10 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15

Thread 10:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 11:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 12:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 13:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 14:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 15:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 16:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 17:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 18:
0 runtime 0x7ff7ffcd287c 0x7ff7ffcb0000 + 141436

Thread 19:: CVDisplayLink
0 ??? 0x7ff8a210a9a8 ???
1 libsystem_kernel.dylib 0x7ff8124cb0ee __psynch_cvwait + 10
2 libsystem_pthread.dylib 0x7ff81250778d _pthread_cond_wait + 1295
3 CoreVideo 0x7ff81aaeb1d4 CVDisplayLink::waitUntil(unsigned long long) + 370
4 CoreVideo 0x7ff81aaea154 CVDisplayLink::runIOThread() + 526
5 libsystem_pthread.dylib 0x7ff8125071d3 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff812502bd3 thread_start + 15


Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007ff8128c2c47 rbx: 0x00007fe1342fa6a0 rcx: 0x00000000ffffffff rdx: 0x00007ff855c015e0
rdi: 0x0000000000000000 rsi: 0x00007fe133df9a70 rbp: 0x000000030619fc30 rsp: 0x000000030619fc28
r8: 0x0000000000000020 r9: 0x0000000000000002 r10: 0x00007fe137700000 r11: 0x00007fe137709270
r12: 0x000000030619fd10 r13: 0x00007fe1342fa660 r14: 0x000000030619fdc0 r15: 0x00007fe12774e4b0
rip: <unavailable> rfl: 0x0000000000000243
tmp0: 0x00007ff812734c90 tmp1: 0x0000000000000214 tmp2: 0x00007ff81256a324


Binary Images:
0x202017000 - 0x2020b2fff dyld (*) <9e98a840-a3ac-31c1-ab97-829af9bd6864> /usr/lib/dyld
0x7ff7ffcb0000 - 0x7ff7ffcdffff runtime (*) <c4d322c3-30c5-3c52-adb8-2fd12ec92bc0> /usr/libexec/rosetta/runtime
0x10bcec000 - 0x10bd3ffff libRosettaRuntime (*) <c8f25cdc-b334-3f67-bc30-50e9852f8da2> /Library/Apple/*/libRosettaRuntime
0x10008d000 - 0x101758fff pureref.app-id (*) <0b20b3ad-d8a5-3180-a47c-f30cdfcef14c> /Applications/PureRef.app/Contents/MacOS/PureRef
0x10cd87000 - 0x10d406fff libheif.1.13.0.0.dylib (*) <9b7cac97-f8ee-3f05-af44-af6907fe0098> /Applications/PureRef.app/Contents/Frameworks/libheif.1.13.0.0.dylib
0x10c349000 - 0x10c3ecfff libde265.dylib (*) <7911123a-e25d-33fa-80e3-16e1439cdfb8> /Applications/PureRef.app/Contents/Frameworks/libde265.dylib
0x10e72c000 - 0x10eba7fff libQt6Widgets.6.2.4.dylib (*) <515a0d39-8bb5-3f3d-93c6-a032bb4045ff> /Applications/PureRef.app/Contents/Frameworks/libQt6Widgets.6.2.4.dylib
0x10de28000 - 0x10df7bfff libQt6Network.6.2.4.dylib (*) <a28301c8-b288-3e1e-a1b2-c5ddeb321793> /Applications/PureRef.app/Contents/Frameworks/libQt6Network.6.2.4.dylib
0x10c54e000 - 0x10c589fff libQt6Svg.6.2.4.dylib (*) <5e695801-ab98-3eb9-b7ce-c3c14923c795> /Applications/PureRef.app/Contents/Frameworks/libQt6Svg.6.2.4.dylib
0x1104d6000 - 0x110b41fff libQt6Gui.6.2.4.dylib (*) <39b7df3d-c3d4-3ee5-8d4a-25a74209379f> /Applications/PureRef.app/Contents/Frameworks/libQt6Gui.6.2.4.dylib
0x10c66c000 - 0x10c69bfff libQt6Sql.6.2.4.dylib (*) <7b027f98-7fbb-3818-b253-bb15e51872c2> /Applications/PureRef.app/Contents/Frameworks/libQt6Sql.6.2.4.dylib
0x111c13000 - 0x1120a6fff libQt6Core.6.2.4.dylib (*) <28d8e518-54b6-3480-aba0-af526ebb7f34> /Applications/PureRef.app/Contents/Frameworks/libQt6Core.6.2.4.dylib
0x10c93c000 - 0x10c9c7fff libqcocoa.dylib (*) <95e9def9-ec86-38c5-a1a9-b6f64da14c30> /Applications/PureRef.app/Contents/plugins/platforms/libqcocoa.dylib
0x112fcf000 - 0x112fd6fff libqico.dylib (*) <44d78e71-6d82-35fc-a72a-eb2d04e4f07b> /Applications/PureRef.app/Contents/plugins/imageformats/libqico.dylib
0x11c428000 - 0x11c42ffff libqsvg.dylib (*) <6b4b941b-e72b-31e7-9208-21ffc8a4da5c> /Applications/PureRef.app/Contents/plugins/imageformats/libqsvg.dylib
0x11c592000 - 0x11c5a1fff libobjc-trampolines.dylib (*) <1d043270-56bc-35fb-bef3-b1ba8ecb9120> /usr/lib/libobjc-trampolines.dylib
0x12f1e1000 - 0x12f2f8fff libqsqlite.dylib (*) <fac1e659-d7ed-39d5-82b1-39b283d422c5> /Applications/PureRef.app/Contents/plugins/sqldrivers/libqsqlite.dylib
0x135e37000 - 0x13607efff libqopensslbackend.dylib (*) <30df7e71-032d-35af-9a04-0ac346ed849a> /Applications/PureRef.app/Contents/plugins/tls/libqopensslbackend.dylib
0x135d9e000 - 0x135da5fff com.apple.CloudDocsFileProvider (1.0) <b6165cd0-44ce-3b1d-bed1-18435c163a31> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
0x135d6c000 - 0x135d73fff com.apple.FileProviderOverride (855.121.1) <49698f92-05d5-347b-928c-ee587ccd3554> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
0x136d1b000 - 0x136d36fff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (13.4) <6695e0d1-ff65-34e4-8a5a-286c76b78d76> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
0x7ff812566000 - 0x7ff812a00fff com.apple.CoreFoundation (6.9) <661e8471-af64-30f9-9ce3-40bdaeeec321> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff81336d000 - 0x7ff813cf5ff8 com.apple.Foundation (6.9) <c9a98a9c-f22d-3a1e-a379-0e88bc4bc9d8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7ff815596000 - 0x7ff81659dff8 com.apple.AppKit (6.9) <935dfca1-61f9-377d-895a-99ef90266c86> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff8170d5000 - 0x7ff8174c7ff1 com.apple.SkyLight (1.600.0) <7f8a712a-38b5-366d-b8bd-56d6b7af9347> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7ff812363000 - 0x7ff8123aaff3 libdispatch.dylib (*) <da743230-0aca-3094-821c-5e1565d8b187> /usr/lib/system/libdispatch.dylib
0x7ff81c4f6000 - 0x7ff81c7edff1 com.apple.HIToolbox (2.1.1) <c476550b-ba3d-3c03-ba02-b4b3cfa25e68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
0x7ff8124c7000 - 0x7ff812500ff7 libsystem_kernel.dylib (*) <84597863-2c70-3a4a-b0f1-84b39d731209> /usr/lib/system/libsystem_kernel.dylib
0x7ff812501000 - 0x7ff81250cfff libsystem_pthread.dylib (*) <8cb0b396-011f-31f2-8915-94cde1abae84> /usr/lib/system/libsystem_pthread.dylib
0x7ff81aae8000 - 0x7ff81ab3cffb com.apple.CoreVideo (1.8) <e0d2f9a6-10d9-324a-af9e-f41a781e04f8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

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=560.2M resident=0K(0%) swapped_out_or_unallocated=560.2M(100%)
Writable regions: Total=528.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=528.3M(100%)

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 8384K 8
CG image 1124K 13
ColorSync 260K 29
CoreAnimation 240K 14
CoreGraphics 16K 3
CoreGraphics (reserved) 8K 1 reserved VM address space (unallocated)
CoreUI image data 812K 10
Dispatch continuations 80.0M 1
Foundation 16K 1
Kernel Alloc Once 8K 1
MALLOC 213.4M 84
MALLOC guard page 192K 8
MALLOC_MEDIUM (reserved) 56.0M 1 reserved VM address space (unallocated)
Mach message 4K 1
Rosetta Arena 4096K 2
Rosetta Generic 1300K 322
Rosetta IndirectBranch 1024K 1
Rosetta JIT 128.0M 1
Rosetta Return Stack 360K 36
Rosetta Thread Context 360K 36
STACK GUARD 36K 9
Stack 17.2M 19
Stack Guard 56.1M 10
VM_ALLOCATE 8376K 52
VM_ALLOCATE (reserved) 4K 1 reserved VM address space (unallocated)
__CTF 824 1
__DATA 21.0M 411
__DATA_CONST 19.6M 244
__DATA_DIRTY 977K 130
__FONT_DATA 2352 1
__LINKEDIT 192.4M 25
__OBJC_RO 66.3M 1
__OBJC_RW 2010K 2
__TEXT 367.8M 427
dyld private memory 260K 2
mapped file 4.8G 1367
shared memory 812K 15
unshared pmap 8448K 6
=========== ======= =======
TOTAL 6.0G 3298
TOTAL, minus reserved VM space 5.9G 3298



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

{"app_name":"PureRef","timestamp":"2024-06-24 13:07:40.00 +0200","app_version":"","slice_uuid":"0b20b3ad-d8a5-3180-a47c-f30cdfcef14c","build_version":"","platform":1,"bundleID":"pureref.app-id","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4 (22F66)","roots_installed":0,"name":"PureRef","incident_id":"1BDC86CB-B6E1-4BC6-A12F-9195F1C9602D"}
{
"uptime" : 10000,
"procRole" : "Background",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac14,9",
"coalitionID" : 1581,
"osVersion" : {
"train" : "macOS 13.4",
"build" : "22F66",
"releaseType" : "User"
},
"captureTime" : "2024-06-24 13:07:39.5098 +0200",
"incident" : "1BDC86CB-B6E1-4BC6-A12F-9195F1C9602D",
"pid" : 6173,
"translated" : true,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-06-24 11:09:57.1665 +0200",
"procStartAbsTime" : 169154757499,
"procExitAbsTime" : 245626484630,
"procName" : "PureRef",
"procPath" : "\/Applications\/PureRef.app\/Contents\/MacOS\/PureRef",
"bundleInfo" : {"CFBundleShortVersionString":"","CFBundleVersion":"","CFBundleIdentifier":"pureref.app-id"},
"storeInfo" : {"deviceIdentifierForVendor":"D8F49DB5-F633-5D7C-9257-E369D2C7868E","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "pureref.app-id",
"crashReporterKey" : "36DF6DFB-94F1-6991-FD89-D9EF479BEBE4",
"codeSigningID" : "pureref.app-id",
"codeSigningTeamID" : "63H49TYH2M",
"codeSigningFlags" : 570491649,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 0,
"sleepWakeUUID" : "0A11CE85-F7D9-431B-A06B-694C1899E597",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_INSTRUCTION","signal":"SIGILL"},
"termination" : {"flags":0,"code":4,"namespace":"SIGNAL","indicator":"Illegal instruction: 4","byProc":"exc handler","byPid":6173},
"asi" : {"CoreFoundation":["*** CFRetain() called with NULL ***"]},
"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" : 0,
"threads" : [{"triggered":true,"id":78572,"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":12987268144},"r12":{"value":12987268368},"rosetta":{"tmp2":{"value":140703436284708},"tmp1":{"value":532},"tmp0":{"value":140703438163088}},"rbx":{"value":140605219907232},"r8":{"value":32},"r15":{"value":140605006341296},"r10":{"value":140605274456064},"rdx":{"value":140704567268832,"symbolLocation":0,"symbol":"_NSAPCache"},"rdi":{"value":0},"r9":{"value":2},"r13":{"value":140605219907168},"rflags":{"value":579},"rax":{"value":140703439793223,"symbolLocation":7431,"symbol":"_XMLPlistAppendDataUsingBase64.__CFPLDataEncodeTable"},"rsp":{"value":12987268136},"r11":{"value":140605274493552},"rcx":{"value":4294967295},"r14":{"value":12987268544},"rsi":{"value":140605214661232}},"queue":"com.apple.main-thread","frames":[{"imageOffset":1895568,"symbol":"CFRetain.cold.1","symbolLocation":14,"imageIndex":21},{"imageOffset":17188,"symbol":"CFRetain","symbolLocation":129,"imageIndex":21},{"imageOffset":45921,"symbol":"QCALayerBackingStore::GraphicsBuffer::asImage()","symbolLocation":273,"imageIndex":12},{"imageOffset":970830,"symbol":"QBackingStore::beginPaint(QRegion const&)","symbolLocation":366,"imageIndex":9},{"imageOffset":440245,"symbol":"QWidgetRepaintManager::paintAndFlush()","symbolLocation":3493,"imageIndex":6},{"imageOffset":441684,"symbol":"QWidgetRepaintManager::sync()","symbolLocation":244,"imageIndex":6},{"imageOffset":449096,"symbol":"QWidgetWindow::event(QEvent*)","symbolLocation":456,"imageIndex":6},{"imageOffset":48999,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":247,"imageIndex":6},{"imageOffset":53413,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":485,"imageIndex":6},{"imageOffset":614249,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":169,"imageIndex":11},{"imageOffset":614067,"symbol":"QGuiApplicationPrivate::processGeometryChangeEvent(QWindowSystemInterfacePrivate::GeometryChangeEvent*)","symbolLocation":355,"imageIndex":9},{"imageOffset":616226,"symbol":"QGuiApplicationPrivate::processWindowScreenChangedEvent(QWindowSystemInterfacePrivate::WindowScreenChangedEvent*)","symbolLocation":466,"imageIndex":9},{"imageOffset":893593,"symbol":"bool QWindowSystemInterfacePrivate::handleWindowSystemEvent<QWindowSystemInterface::SynchronousDelivery>(QWindowSystemInterfacePrivate::WindowSystemEvent*)","symbolLocation":185,"imageIndex":9},{"imageOffset":292966,"symbol":"QCocoaWindow::windowDidChangeScreen()","symbolLocation":934,"imageIndex":12},{"imageOffset":675780,"symbol":"QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const","symbolLocation":1284,"imageIndex":11},{"imageOffset":306112,"symbol":"invocation function for block in qRegisterNotificationCallbacks()","symbolLocation":1280,"imageIndex":12},{"imageOffset":467093,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":120,"imageIndex":21},{"imageOffset":1088988,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":86,"imageIndex":21},{"imageOffset":1088810,"symbol":"_CFXRegistrationPost","symbolLocation":534,"imageIndex":21},{"imageOffset":283947,"symbol":"_CFXNotificationPost","symbolLocation":799,"imageIndex":21},{"imageOffset":39808,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":82,"imageIndex":22},{"imageOffset":2453358,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":589,"imageIndex":23},{"imageOffset":565959,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":132,"imageIndex":23},{"imageOffset":2452763,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":69,"imageIndex":23},{"imageOffset":573776,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":3135,"imageIndex":23},{"imageOffset":9918047,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":2553,"imageIndex":23},{"imageOffset":3846969,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1468,"imageIndex":23},{"imageOffset":4008452,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":102,"imageIndex":23},{"imageOffset":11901941,"symbol":"-[_NSFullScreenContentController displayChanged]","symbolLocation":40,"imageIndex":23},{"imageOffset":12681976,"symbol":"-[_NSFullScreenSpace displayChanged]","symbolLocation":77,"imageIndex":23},{"imageOffset":12675377,"symbol":"_fullScreenInstanceMovedSpaces","symbolLocation":340,"imageIndex":23},{"imageOffset":45836,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":1018,"imageIndex":24},{"imageOffset":3318986,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":202,"imageIndex":24},{"imageOffset":3318769,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":18,"imageIndex":24},{"imageOffset":7569,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":25},{"imageOffset":12339,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":25},{"imageOffset":65487,"symbol":"_dispatch_main_queue_drain","symbolLocation":954,"imageIndex":25},{"imageOffset":64519,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":31,"imageIndex":25},{"imageOffset":767462,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":9,"imageIndex":21},{"imageOffset":506126,"symbol":"__CFRunLoopRun","symbolLocation":2456,"imageIndex":21},{"imageOffset":502044,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":21},{"imageOffset":191917,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":26},{"imageOffset":191422,"symbol":"ReceiveNextEventCommon","symbolLocation":657,"imageIndex":26},{"imageOffset":190744,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":64,"imageIndex":26},{"imageOffset":255440,"symbol":"_DPSNextEvent","symbolLocation":858,"imageIndex":23},{"imageOffset":251002,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1214,"imageIndex":23},{"imageOffset":195304,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":23},{"imageOffset":88218,"symbol":"QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":2266,"imageIndex":12},{"imageOffset":650566,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":454,"imageIndex":11},{"imageOffset":615794,"symbol":"QCoreApplication::exec()","symbolLocation":130,"imageIndex":11},{"imageOffset":34078,"symbol":"main","symbolLocation":1246,"imageIndex":3},{"imageOffset":25631,"symbol":"start","symbolLocation":1903,"imageIndex":0}]},{"id":78578,"name":"com.apple.rosetta.exceptionserver","frames":[{"imageOffset":18068,"imageIndex":1}]},{"id":78589,"name":"sentry-http","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":16622,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":28},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":29},{"imageOffset":16306005,"symbol":"worker_thread","symbolLocation":229,"imageIndex":3},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78598,"frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":5554,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":63277,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":28},{"imageOffset":34276,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":28},{"imageOffset":6298,"symbol":"mach_msg","symbolLocation":19,"imageIndex":28},{"imageOffset":16414720,"symbol":"crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool)","symbolLocation":720,"imageIndex":3},{"imageOffset":16416252,"symbol":"crashpad::MachMessageServer::Run(crashpad::MachMessageServer::Interface*, unsigned int, int, crashpad::MachMessageServer::Persistent, crashpad::MachMessageServer::ReceiveLarge, unsigned int)","symbolLocation":508,"imageIndex":3},{"imageOffset":16387928,"symbol":"crashpad::(anonymous namespace)::HandlerStarter::RestartThreadMain(void*)","symbolLocation":72,"imageIndex":3},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78617,"name":"com.apple.CFSocket.private","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":41602,"symbol":"__select","symbolLocation":10,"imageIndex":28},{"imageOffset":672434,"symbol":"__CFSocketManager","symbolLocation":617,"imageIndex":21},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78618,"name":"QThread","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":33438,"symbol":"poll","symbolLocation":10,"imageIndex":28},{"imageOffset":2183406,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":94,"imageIndex":11},{"imageOffset":2189481,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":745,"imageIndex":11},{"imageOffset":650566,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":454,"imageIndex":11},{"imageOffset":1654035,"symbol":"QThread::exec()","symbolLocation":163,"imageIndex":11},{"imageOffset":2206803,"symbol":"QThreadPrivate::start(void*)","symbolLocation":323,"imageIndex":11},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78619,"name":"QThread","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":33438,"symbol":"poll","symbolLocation":10,"imageIndex":28},{"imageOffset":2183406,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":94,"imageIndex":11},{"imageOffset":2189481,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":745,"imageIndex":11},{"imageOffset":650566,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":454,"imageIndex":11},{"imageOffset":1654035,"symbol":"QThread::exec()","symbolLocation":163,"imageIndex":11},{"imageOffset":2206803,"symbol":"QThreadPrivate::start(void*)","symbolLocation":323,"imageIndex":11},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78658,"name":"QNetworkAccessManager thread","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":33438,"symbol":"poll","symbolLocation":10,"imageIndex":28},{"imageOffset":2183406,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":94,"imageIndex":11},{"imageOffset":2189481,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":745,"imageIndex":11},{"imageOffset":650566,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":454,"imageIndex":11},{"imageOffset":1654035,"symbol":"QThread::exec()","symbolLocation":163,"imageIndex":11},{"imageOffset":2206803,"symbol":"QThreadPrivate::start(void*)","symbolLocation":323,"imageIndex":11},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78659,"name":"QNetworkAccessManager thread","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":33438,"symbol":"poll","symbolLocation":10,"imageIndex":28},{"imageOffset":2183406,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":94,"imageIndex":11},{"imageOffset":2189481,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":745,"imageIndex":11},{"imageOffset":650566,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":454,"imageIndex":11},{"imageOffset":1654035,"symbol":"QThread::exec()","symbolLocation":163,"imageIndex":11},{"imageOffset":2206803,"symbol":"QThreadPrivate::start(void*)","symbolLocation":323,"imageIndex":11},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":78664,"name":"com.apple.NSEventThread","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":5554,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":28},{"imageOffset":63277,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":28},{"imageOffset":34276,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":28},{"imageOffset":6298,"symbol":"mach_msg","symbolLocation":19,"imageIndex":28},{"imageOffset":510528,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":21},{"imageOffset":505035,"symbol":"__CFRunLoopRun","symbolLocation":1365,"imageIndex":21},{"imageOffset":502044,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":21},{"imageOffset":1697673,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":23},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]},{"id":119883,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121337,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121354,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121355,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121358,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121377,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121378,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121379,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121380,"frames":[{"imageOffset":141436,"imageIndex":1}]},{"id":121571,"name":"CVDisplayLink","frames":[{"imageOffset":140705847617960,"imageIndex":27},{"imageOffset":16622,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":28},{"imageOffset":26509,"symbol":"_pthread_cond_wait","symbolLocation":1295,"imageIndex":29},{"imageOffset":12756,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":370,"imageIndex":30},{"imageOffset":8532,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":526,"imageIndex":30},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":29},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":29}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 8623583232,
"size" : 638976,
"uuid" : "9e98a840-a3ac-31c1-ab97-829af9bd6864",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 140703125143552,
"size" : 196608,
"uuid" : "c4d322c3-30c5-3c52-adb8-2fd12ec92bc0",
"path" : "\/usr\/libexec\/rosetta\/runtime",
"name" : "runtime"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4493066240,
"size" : 344064,
"uuid" : "c8f25cdc-b334-3f67-bc30-50e9852f8da2",
"path" : "\/Library\/Apple\/*\/libRosettaRuntime",
"name" : "libRosettaRuntime"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4295544832,
"CFBundleShortVersionString" : "",
"CFBundleIdentifier" : "pureref.app-id",
"size" : 23904256,
"uuid" : "0b20b3ad-d8a5-3180-a47c-f30cdfcef14c",
"path" : "\/Applications\/PureRef.app\/Contents\/MacOS\/PureRef",
"name" : "PureRef",
"CFBundleVersion" : ""
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4510478336,
"size" : 6815744,
"uuid" : "9b7cac97-f8ee-3f05-af44-af6907fe0098",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libheif.1.13.0.0.dylib",
"name" : "libheif.1.13.0.0.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4499738624,
"size" : 671744,
"uuid" : "7911123a-e25d-33fa-80e3-16e1439cdfb8",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libde265.dylib",
"name" : "libde265.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4537368576,
"size" : 4702208,
"uuid" : "515a0d39-8bb5-3f3d-93c6-a032bb4045ff",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libQt6Widgets.6.2.4.dylib",
"name" : "libQt6Widgets.6.2.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4527915008,
"size" : 1392640,
"uuid" : "a28301c8-b288-3e1e-a1b2-c5ddeb321793",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libQt6Network.6.2.4.dylib",
"name" : "libQt6Network.6.2.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4501856256,
"size" : 245760,
"uuid" : "5e695801-ab98-3eb9-b7ce-c3c14923c795",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libQt6Svg.6.2.4.dylib",
"name" : "libQt6Svg.6.2.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4568473600,
"size" : 6733824,
"uuid" : "39b7df3d-c3d4-3ee5-8d4a-25a74209379f",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libQt6Gui.6.2.4.dylib",
"name" : "libQt6Gui.6.2.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4503027712,
"size" : 196608,
"uuid" : "7b027f98-7fbb-3818-b253-bb15e51872c2",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libQt6Sql.6.2.4.dylib",
"name" : "libQt6Sql.6.2.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4592840704,
"size" : 4800512,
"uuid" : "28d8e518-54b6-3480-aba0-af526ebb7f34",
"path" : "\/Applications\/PureRef.app\/Contents\/Frameworks\/libQt6Core.6.2.4.dylib",
"name" : "libQt6Core.6.2.4.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4505976832,
"size" : 573440,
"uuid" : "95e9def9-ec86-38c5-a1a9-b6f64da14c30",
"path" : "\/Applications\/PureRef.app\/Contents\/plugins\/platforms\/libqcocoa.dylib",
"name" : "libqcocoa.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4613533696,
"size" : 32768,
"uuid" : "44d78e71-6d82-35fc-a72a-eb2d04e4f07b",
"path" : "\/Applications\/PureRef.app\/Contents\/plugins\/imageformats\/libqico.dylib",
"name" : "libqico.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4769087488,
"size" : 32768,
"uuid" : "6b4b941b-e72b-31e7-9208-21ffc8a4da5c",
"path" : "\/Applications\/PureRef.app\/Contents\/plugins\/imageformats\/libqsvg.dylib",
"name" : "libqsvg.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4770570240,
"size" : 65536,
"uuid" : "1d043270-56bc-35fb-bef3-b1ba8ecb9120",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5085466624,
"size" : 1146880,
"uuid" : "fac1e659-d7ed-39d5-82b1-39b283d422c5",
"path" : "\/Applications\/PureRef.app\/Contents\/plugins\/sqldrivers\/libqsqlite.dylib",
"name" : "libqsqlite.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5199065088,
"size" : 2392064,
"uuid" : "30df7e71-032d-35af-9a04-0ac346ed849a",
"path" : "\/Applications\/PureRef.app\/Contents\/plugins\/tls\/libqopensslbackend.dylib",
"name" : "libqopensslbackend.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5198438400,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.CloudDocsFileProvider",
"size" : 32768,
"uuid" : "b6165cd0-44ce-3b1d-bed1-18435c163a31",
"path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/CloudDocsFileProvider.bundle\/Contents\/MacOS\/CloudDocsFileProvider",
"name" : "CloudDocsFileProvider",
"CFBundleVersion" : "1553.120.155"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5198233600,
"CFBundleShortVersionString" : "855.121.1",
"CFBundleIdentifier" : "com.apple.FileProviderOverride",
"size" : 32768,
"uuid" : "49698f92-05d5-347b-928c-ee587ccd3554",
"path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FileProviderOverride.bundle\/Contents\/MacOS\/FileProviderOverride",
"name" : "FileProviderOverride",
"CFBundleVersion" : "855.121.1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 5214679040,
"CFBundleShortVersionString" : "13.4",
"CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
"size" : 114688,
"uuid" : "6695e0d1-ff65-34e4-8a5a-286c76b78d76",
"path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FinderSyncCollaborationFileProviderOverride.bundle\/Contents\/MacOS\/FinderSyncCollaborationFileProviderOverride",
"name" : "FinderSyncCollaborationFileProviderOverride",
"CFBundleVersion" : "1564.6.2"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703436267520,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4829184,
"uuid" : "661e8471-af64-30f9-9ce3-40bdaeeec321",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1977"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703450976256,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 9998329,
"uuid" : "c9a98a9c-f22d-3a1e-a379-0e88bc4bc9d8",
"path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "1977"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703486795776,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 16809977,
"uuid" : "935dfca1-61f9-377d-895a-99ef90266c86",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299.60.124"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703515365376,
"CFBundleShortVersionString" : "1.600.0",
"CFBundleIdentifier" : "com.apple.SkyLight",
"size" : 4141042,
"uuid" : "7f8a712a-38b5-366d-b8bd-56d6b7af9347",
"path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight",
"name" : "SkyLight"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703434158080,
"size" : 294900,
"uuid" : "da743230-0aca-3094-821c-5e1565d8b187",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703603580928,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3112946,
"uuid" : "c476550b-ba3d-3c03-ba02-b4b3cfa25e68",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703435616256,
"size" : 237560,
"uuid" : "84597863-2c70-3a4a-b0f1-84b39d731209",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703435853824,
"size" : 49152,
"uuid" : "8cb0b396-011f-31f2-8915-94cde1abae84",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703576260608,
"CFBundleShortVersionString" : "1.8",
"CFBundleIdentifier" : "com.apple.CoreVideo",
"size" : 348156,
"uuid" : "e0d2f9a6-10d9-324a-af9e-f41a781e04f8",
"path" : "\/System\/Library\/Frameworks\/CoreVideo.framework\/Versions\/A\/CoreVideo",
"name" : "CoreVideo",
"CFBundleVersion" : "555.1"
}
],
"sharedCache" : {
"base" : 140703431720960,
"size" : 21474836480,
"uuid" : "9bdf650c-7fc0-3de1-bac4-8535aea9b6aa"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=560.2M resident=0K(0%) swapped_out_or_unallocated=560.2M(100%)\nWritable regions: Total=528.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=528.3M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 8384K 8 \nCG image 1124K 13 \nColorSync 260K 29 \nCoreAnimation 240K 14 \nCoreGraphics 16K 3 \nCoreGraphics (reserved) 8K 1 reserved VM address space (unallocated)\nCoreUI image data 812K 10 \nDispatch continuations 80.0M 1 \nFoundation 16K 1 \nKernel Alloc Once 8K 1 \nMALLOC 213.4M 84 \nMALLOC guard page 192K 8 \nMALLOC_MEDIUM (reserved) 56.0M 1 reserved VM address space (unallocated)\nMach message 4K 1 \nRosetta Arena 4096K 2 \nRosetta Generic 1300K 322 \nRosetta IndirectBranch 1024K 1 \nRosetta JIT 128.0M 1 \nRosetta Return Stack 360K 36 \nRosetta Thread Context 360K 36 \nSTACK GUARD 36K 9 \nStack 17.2M 19 \nStack Guard 56.1M 10 \nVM_ALLOCATE 8376K 52 \nVM_ALLOCATE (reserved) 4K 1 reserved VM address space (unallocated)\n__CTF 824 1 \n__DATA 21.0M 411 \n__DATA_CONST 19.6M 244 \n__DATA_DIRTY 977K 130 \n__FONT_DATA 2352 1 \n__LINKEDIT 192.4M 25 \n__OBJC_RO 66.3M 1 \n__OBJC_RW 2010K 2 \n__TEXT 367.8M 427 \ndyld private memory 260K 2 \nmapped file 4.8G 1367 \nshared memory 812K 15 \nunshared pmap 8448K 6 \n=========== ======= ======= \nTOTAL 6.0G 3298 \nTOTAL, minus reserved VM space 5.9G 3298 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "18b069dfa9d43900e43618f17f2253bf8513f5b2",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "64c17a9925d75a7281053d4c",
"factorPackIds" : {
"SIRI_AUDIO_DISABLE_MEDIA_ENTITY_SYNC" : "64d29746ad29a465b3bbeace"
},
"deploymentId" : 240000002
},
{
"rolloutId" : "62c74108bcb0435c2153f963",
"factorPackIds" : {
"SIRI_TEXT_TO_SPEECH" : "651df1e6d0c9ce2f459b522f"
},
"deploymentId" : 240000394
}
],
"experiments" : [
{
"treatmentId" : "c47ab4cc-c9c3-4b5d-a87c-e2433ce02597",
"experimentId" : "6639bc6ba73d460582162323",
"deploymentId" : 400000006
},
{
"treatmentId" : "3dff9c91-a8fb-424e-a656-c8d6e6037574",
"experimentId" : "662152ede2d11d1408c4db33",
"deploymentId" : 400000016
}
]
}
}

Model: Mac14,9, BootROM 8422.121.1, proc 10:6:4 processors, 32 GB, SMC
Graphics: Apple M2 Pro, Apple M2 Pro, Built-In
Display: LEN T27h-2L, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online
Display: Color LCD, 3024 x 1964 Retina, MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4388), wl0: Apr 15 2023 07:04:38 version 23.20.84.0.40.50.94 FWID 01-a7cc62f5
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: 4-Port USB 3.1 Hub
USB Device: 5-Port USB 2.1 Hub
USB Device: Wacom Intuos Pro L
USB Device: Magic Keyboard with Numeric Keypad
USB Device: 2.4G Wireless Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.



Edited 1 time(s). Last edit at 2024-06-24 13:12 by AlbertFisk.
Thank you for the report! We'll try to get this issue fixed in the next version of PureRef.
In the latest version, 2.0.1, we've made some changes to try and fix this issue, please let us know if it doesn't solve the crash for you.
Hello.

I've updated to the latest version but sadly I still get the crashes.
Thanks for the update, we're sorry you're still experiencing the crash. Does it only happen if PureRef is in fullscreen?
I've been testing it without maximized window and it seems more stable that way! No crashes so far!
Sorry for the long wait, we think we managed to get this properly fixed now in the new beta version of PureRef 2.1.0, please give it a try and let us know if it helps!
Sorry, only registered users may post in this forum.

Click here to login