Jump to content

Open source cross-platform OpenCore Auxiliary Tools(OCAT)


ic005k
571 posts in this topic

Recommended Posts

1 minute ago, 5T33Z0 said:

He is looking into it already, I think.

Oh, so far I can't find the reason, because it's very normal on my side, under Win11 and Mac12.0.

Maybe I should install a Windows 10 and use it to test OCAT.

Link to comment
Share on other sites

21 minutes ago, ic005k said:

@eSaF @5T33Z0 @niknod 

Please download the file below, run it and select "Download Upgrade Package" under the "Help" menu to see if there are any problems.

 

https://github.com/ic005k/QtOpenCoreConfig/suites/4047318736/artifacts/102601922

The link is giving a 404 error.

 

PS - Test report on this version (see pics)

Screenshot 2021-10-13 at 23.51.56.png

Screenshot 2021-10-13 at 23.52.35.png

Edited by eSaF
Link to comment
Share on other sites

@ic005k, from the crash log it seems that `i` is very large here: https://github.com/ic005k/QtOpenCoreConfig/blob/44992349aac10bff1721f0ff7eae13e5681154ae/autoupdatedialog.cpp#L259. It then takes SizeNames out of bounds and crashes when accessing invalid memory.

 

In general you should not rely that there is no intruder between your client app and your server. The intruder may manipulate the traffic, so you should sanitize really all the values you get and do not trust them.

 

Here most likely `size` is either 0, for a slow network, or very large. Since you take logarithm of `size`, taking both logarithm of zero (which is undefined, but generally silently yields 0xFFFFFFFF) and a very large number would result on an out of bounds read.

 

Hope it helps & thx for all your effort.

  • Thanks 1
Link to comment
Share on other sites

@eSaF, instead of posting just the screens please also post the textual details, which can be reached after pressing the Show details button. Screens basically give nothing to the investigation and the crash that looks the same may actually be a completely different issue.

 

@ic005k, the fix does not actually look sufficient to me, while 0 is handled now, the value can still be very large. You should check that `i` is less than the list size before calling the at() method.

 

Edited by vit9696
Link to comment
Share on other sites

@vit9696 It didn't seem to be caused by this, I changed my approach. Or without converting the byte count (without using this function), the problem remains the same for @eSaF.

 

https://github.com/ic005k/QtOpenCoreConfig/blob/18d86b2ac516506d95ff2dff7bf76ece2dac3927/autoupdatedialog.cpp#L328

@eSaF Please test the following and see if you have the same problem.

 

https://github.com/ic005k/QtOpenCoreConfig/suites/4049675579/artifacts/102689942

Link to comment
Share on other sites

2 hours ago, ic005k said:

 @5T33Z0 @niknod  Please download the one below to try it out, thanks.

 

https://github.com/ic005k/QtOpenCoreConfig/suites/4048881233/artifacts/102661315

 

Downloaded this. Checked for updates. There weren't any. It didn't crash.

Next, I Updated OpenCore…

And it killed my Config. AGAIN.

My Laptop config…

 

Not only did it kill my config, it also managed to somehow,  put in some code from my clover config as well. I noticed it because I have some deactivated USB port patches by PMheart in the clover config. And all of a sudden I find this code in my corrupted opencore config. I am using bootloader chooser so the clover folder also lives in the EFI folder.

 

Link to comment
Share on other sites

@5T33Z0 Please attach the corrupted config.plist. did you open Clover's config.plist using OCAT or what editor did you use to edit Clover's config.plist?

25 minutes ago, 5T33Z0 said:

Not only did it kill my config, it also managed to somehow,  put in some code from my clover config as well.

It sounds a little confusing to me, not very understandable.

Link to comment
Share on other sites

Still crashing after selecting 'Download Upgrade Package'

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

Process:               OCAuxiliaryTools [706]
Path:                  /Applications/OCAuxiliaryTools.app/Contents/MacOS/OCAuxiliaryTools
Identifier:            z.OC-Auxiliary-Tools
Version:               0.7.5 - 20211017 (0.7.5 - 20211017)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2021-10-14 08:20:15.6952 +0100
OS Version:            macOS 12.0 (21A5552a)
Report Version:        12
Anonymous UUID:        DC3697D0-D69A-BBDA-71F0-07AF9747C870


Time Awake Since Boot: 220 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00005ffc03801f10
Exception Codes:       0x0000000000000001, 0x00005ffc03801f10
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [706]

VM Region Info: 0x5ffc03801f10 is not in any region.  Bytes after previous region: 105530996166417  Bytes before following region: 17121140976
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      CoreAnimation               129edd000-129f61000    [  528K] rw-/rwx SM=PRV  
--->  GAP OF 0x5ffed609f000 BYTES
      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-/rwx SM=PRV  

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   QtCore                                   0x10adcd2ad QString::append(QString const&) + 13
1   OCAuxiliaryTools                         0x108bc0d57 AutoUpdateDialog::GetFileSize(long long) + 887
2   OCAuxiliaryTools                         0x108bc042b AutoUpdateDialog::doProcessDownloadProgress(long long, long long) + 187
3   QtCore                                   0x10af3ef95 0x10ad13000 + 2277269
4   QtNetwork                                0x10925f69b QNetworkReply::downloadProgress(long long, long long) + 75
5   QtNetwork                                0x1091dee21 0x10916b000 + 474657
6   QtNetwork                                0x1092635af 0x10916b000 + 1017263
7   QtCore                                   0x10af36b9f QObject::event(QEvent*) + 943
8   QtWidgets                                0x1095439ea QApplicationPrivate::notify_helper(QObject*, QEvent*) + 266
9   QtWidgets                                0x109544e11 QApplication::notify(QObject*, QEvent*) + 497
10  QtCore                                   0x10af0ba34 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
11  QtCore                                   0x10af0cd79 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 809
12  libqcocoa.dylib                          0x109b1a259 0x109ae0000 + 238169
13  libqcocoa.dylib                          0x109b1a9c8 0x109ae0000 + 240072
14  CoreFoundation                        0x7ff81494994d __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
15  CoreFoundation                        0x7ff8149498b5 __CFRunLoopDoSource0 + 180
16  CoreFoundation                        0x7ff814949634 __CFRunLoopDoSources0 + 242
17  CoreFoundation                        0x7ff81494806b __CFRunLoopRun + 893
18  CoreFoundation                        0x7ff81494762d CFRunLoopRunSpecific + 563
19  HIToolbox                             0x7ff81d554851 RunCurrentEventLoopInMode + 292
20  HIToolbox                             0x7ff81d5545a7 ReceiveNextEventCommon + 587
21  HIToolbox                             0x7ff81d554345 _BlockUntilNextEventMatchingListInModeWithFilter + 70
22  AppKit                                0x7ff817370cb4 _DPSNextEvent + 886
23  AppKit                                0x7ff81736f320 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1411
24  AppKit                                0x7ff817361715 -[NSApplication run] + 586
25  libqcocoa.dylib                          0x109b1962f 0x109ae0000 + 235055
26  QtCore                                   0x10af07acf QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
27  QtCore                                   0x10af0c042 QCoreApplication::exec() + 130
28  OCAuxiliaryTools                         0x108bd8bae main + 270
29  dyld                                     0x116cd64fe start + 462

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

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

Thread 3:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 4:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 5:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 6:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 7:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 8:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 9:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 10:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 11:: com.apple.CFSocket.private
0   libsystem_kernel.dylib                0x7ff81484de4a __select + 10
1   CoreFoundation                        0x7ff814970f1d __CFSocketManager + 630
2   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
3   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 12:: Qt bearer thread
0   libsystem_kernel.dylib                0x7ff81484c1ae poll + 10
1   QtCore                                   0x10af6e01a qt_safe_poll(pollfd*, unsigned int, timespec const*) + 90
2   QtCore                                   0x10af6fa21 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 849
3   QtCore                                   0x10af07acf QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   QtCore                                   0x10ad34603 QThread::exec() + 131
5   QtCore                                   0x10ad35619 0x10ad13000 + 140825
6   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
7   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 13:: QNetworkAccessManager thread
0   libsystem_kernel.dylib                0x7ff81484c1ae poll + 10
1   QtCore                                   0x10af6e01a qt_safe_poll(pollfd*, unsigned int, timespec const*) + 90
2   QtCore                                   0x10af6fa21 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 849
3   QtCore                                   0x10af07acf QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   QtCore                                   0x10ad34603 QThread::exec() + 131
5   QtCore                                   0x10ad35619 0x10ad13000 + 140825
6   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
7   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 14:: Thread (pooled)
0   libsystem_kernel.dylib                0x7ff814848506 __psynch_cvwait + 10
1   libsystem_pthread.dylib               0x7ff814882a89 _pthread_cond_wait + 1224
2   QtCore                                   0x10ad3daaf 0x10ad13000 + 174767
3   QtCore                                   0x10ad3d77e 0x10ad13000 + 173950
4   QtCore                                   0x10ad3d69d QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   QtCore                                   0x10ad39ccd 0x10ad13000 + 158925
6   QtCore                                   0x10ad35619 0x10ad13000 + 140825
7   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
8   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 15:: com.apple.NSEventThread
0   libsystem_kernel.dylib                0x7ff814845aba mach_msg_trap + 10
1   libsystem_kernel.dylib                0x7ff814845e2b mach_msg + 59
2   CoreFoundation                        0x7ff814949b42 __CFRunLoopServiceMachPort + 319
3   CoreFoundation                        0x7ff81494821b __CFRunLoopRun + 1325
4   CoreFoundation                        0x7ff81494762d CFRunLoopRunSpecific + 563
5   AppKit                                0x7ff8174df048 _NSEventThread + 132
6   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
7   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15

Thread 16:
0   libsystem_pthread.dylib               0x7ff81487e00c start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib               0x7ff81487e00c start_wqthread + 0

Thread 18:: QNetworkAccessManager thread
0   libsystem_kernel.dylib                0x7ff81484c1ae poll + 10
1   QtCore                                   0x10af6e01a qt_safe_poll(pollfd*, unsigned int, timespec const*) + 90
2   QtCore                                   0x10af6fa21 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 849
3   QtCore                                   0x10af07acf QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   QtCore                                   0x10ad34603 QThread::exec() + 131
5   QtCore                                   0x10ad35619 0x10ad13000 + 140825
6   libsystem_pthread.dylib               0x7ff814882514 _pthread_start + 125
7   libsystem_pthread.dylib               0x7ff81487e02f thread_start + 15


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000600000377500  rbx: 0x00007ff7b735dbb8  rcx: 0x0000000000000002  rdx: 0x00000000000d0310
  rdi: 0x00007ff7b735dbb8  rsi: 0x00005ffc03801f10  rbp: 0x00007ff7b735db10  rsp: 0x00007ff7b735db00
   r8: 0x00000000000028d7   r9: 0x000000000000001b  r10: 0x00007fcd5a300000  r11: 0x00007fcd5a32a4f0
  r12: 0x00006000027b0c80  r13: 0x0000000116d49600  r14: 0x00005ffc03801f10  r15: 0x00007ff7b735dbb8
  rip: 0x000000010adcd2ad  rfl: 0x0000000000010202  cr2: 0x00005ffc03801f10
  
Logical CPU:     3
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Thread 0 instruction stream:
  c1 44 39 e3 0f 8e 37 ff-ff ff 48 8b 41 10 4a 8d  .D9...7...H.A.J.
  3c 60 48 01 cf 41 8d 44-24 ff 29 d8 83 f8 fd b9  <`H..A.D$.).....
  fe ff ff ff 0f 4f c8 8d-44 0b 01 44 29 e0 48 8d  .....O..D..D).H.
  54 00 02 48 8d 35 29 65-2e 00 e8 d0 91 2a 00 49  T..H.5)e.....*.I
  8b 07 e9 f7 fe ff ff 66-66 66 2e 0f 1f 84 00 00  .......fff......
  00 00 00 55 48 89 e5 41-56 53 49 89 f6 48 89 fb  ...UH..AVSI..H..
 [49]8b 06 48 3b 05 81 6d-4b 00 0f 84 bc 00 00 00  I..H;..mK.......    <==
  48 8b 3b 48 3b 3d 71 6d-4b 00 74 13 8b 17 8b 4f  H.;H;=qmK.t....O
  04 83 fa 02 72 40 8b 40-04 8d 74 01 01 eb 4a 8b  ....r@.@..t...J.
  08 ff c1 83 f9 02 0f 83-98 00 00 00 8b 07 83 f8  ................
  ff 74 1b 85 c0 74 08 f0-ff 0f 75 12 48 8b 3b be  .t...t....u.H.;.
  02 00 00 00 ba 08 00 00-00 e8 c5 5e f7 ff 49 8b  ...........^..I.

Binary Images:
       0x10ad13000 -        0x10b283fff org.qt-project.QtCore (5.15) <c723812a-f7a5-3001-98d5-e60e8daa6ffb> /Applications/OCAuxiliaryTools.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x108ba0000 -        0x108e3ffff z.OC-Auxiliary-Tools (0.7.5 - 20211017) <bdd7181f-653a-34c3-a45b-9818165821b8> /Applications/OCAuxiliaryTools.app/Contents/MacOS/OCAuxiliaryTools
       0x10916b000 -        0x10927bfff org.qt-project.QtNetwork (5.15) <c09a61c8-678f-339b-ad2e-b2a4a9b16bab> /Applications/OCAuxiliaryTools.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x109533000 -        0x109979fff org.qt-project.QtWidgets (5.15) <b432d666-dcab-320a-8496-78a67f554c0e> /Applications/OCAuxiliaryTools.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x109ae0000 -        0x109c4efff libqcocoa.dylib (*) <d4ab240b-4535-3aec-b72b-5ffc4750e4e5> /Applications/OCAuxiliaryTools.app/Contents/PlugIns/platforms/libqcocoa.dylib
    0x7ff8148c9000 -     0x7ff814dcbfff com.apple.CoreFoundation (6.9) <a556c80b-29a8-3cba-9a44-17e700645ce0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff81d524000 -     0x7ff81d81bfff com.apple.HIToolbox (2.1.1) <183d7efe-7066-3d30-8fcb-a0212da497bf> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7ff817332000 -     0x7ff8181bbfff com.apple.AppKit (6.9) <f914ab99-337f-3a51-9c86-f20bfd77b9c7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x116cd1000 -        0x116d3cfff dyld (*) <48e0922a-562a-33e9-bfb6-a94ca1480d94> /usr/lib/dyld
    0x7ff81487c000 -     0x7ff814887fff libsystem_pthread.dylib (*) <b8298a2d-2637-30a9-910e-7ba9c7dffccd> /usr/lib/system/libsystem_pthread.dylib
    0x7ff814845000 -     0x7ff81487bfff libsystem_kernel.dylib (*) <c1b0cfbd-2125-370c-89bd-cc729ab0db6c> /usr/lib/system/libsystem_kernel.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        5 
Activity Tracing                   256K        1 
CG backing stores                  960K        4 
CG image                           576K       11 
ColorSync                          236K       27 
CoreAnimation                     3472K       24 
CoreGraphics                        12K        2 
CoreUI image data                  984K       15 
Foundation                          16K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           281.2M       54 
MALLOC guard page                   48K       10 
MALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.1M       19 
Stack                             17.1M       19 
VM_ALLOCATE                         64K       14 
__DATA                            20.8M      370 
__DATA_CONST                      16.6M      210 
__DATA_DIRTY                       784K      125 
__FONT_DATA                          4K        1 
__LINKEDIT                       639.1M       29 
__OBJC_RO                         81.5M        1 
__OBJC_RW                         3120K        3 
__TEXT                           283.6M      385 
__UNICODE                          588K        1 
dyld private memory               1024K        1 
mapped file                      485.6M       34 
shared memory                      796K       20 
===========                     =======  ======= 
TOTAL                              3.2G     1396 
TOTAL, minus reserved VM space     1.9G     1396 

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

{"app_name":"OCAuxiliaryTools","timestamp":"2021-10-14 08:20:22.00 +0100","app_version":"0.7.5 - 20211017","slice_uuid":"bdd7181f-653a-34c3-a45b-9818165821b8","build_version":"0.7.5 - 20211017","platform":1,"bundleID":"z.OC-Auxiliary-Tools","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.0 (21A5552a)","incident_id":"30F4D8AF-8C0C-4FAF-8AC4-2383706E51D9","name":"OCAuxiliaryTools"}
{
  "uptime" : 220,
  "procLaunch" : "2021-10-14 08:19:55.5804 +0100",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iMac19,1",
  "procStartAbsTime" : 203302821883,
  "coalitionID" : 877,
  "osVersion" : {
    "train" : "macOS 12.0",
    "build" : "21A5552a",
    "releaseType" : "User"
  },
  "captureTime" : "2021-10-14 08:20:15.6952 +0100",
  "incident" : "30F4D8AF-8C0C-4FAF-8AC4-2383706E51D9",
  "bug_type" : "309",
  "pid" : 706,
  "procExitAbsTime" : 223415793606,
  "cpuType" : "X86-64",
  "procName" : "OCAuxiliaryTools",
  "procPath" : "\/Applications\/OCAuxiliaryTools.app\/Contents\/MacOS\/OCAuxiliaryTools",
  "bundleInfo" : {"CFBundleShortVersionString":"0.7.5 - 20211017","CFBundleVersion":"0.7.5 - 20211017","CFBundleIdentifier":"z.OC-Auxiliary-Tools"},
  "storeInfo" : {"deviceIdentifierForVendor":"3DE01CC7-B61B-5112-BB60-E91281798D16","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "z.OC-Auxiliary-Tools",
  "crashReporterKey" : "DC3697D0-D69A-BBDA-71F0-07AF9747C870",
  "sip" : "enabled",
  "vmRegionInfo" : "0x5ffc03801f10 is not in any region.  Bytes after previous region: 105530996166417  Bytes before following region: 17121140976\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      CoreAnimation               129edd000-129f61000    [  528K] rw-\/rwx SM=PRV  \n--->  GAP OF 0x5ffed609f000 BYTES\n      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV  ",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x00005ffc03801f10","rawCodes":[1,105535995125520],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00005ffc03801f10"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":706},
  "vmregioninfo" : "0x5ffc03801f10 is not in any region.  Bytes after previous region: 105530996166417  Bytes before following region: 17121140976\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      CoreAnimation               129edd000-129f61000    [  528K] rw-\/rwx SM=PRV  \n--->  GAP OF 0x5ffed609f000 BYTES\n      MALLOC_NANO              600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV  ",
  "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":8538,"instructionState":{"instructionStream":{"bytes":[193,68,57,227,15,142,55,255,255,255,72,139,65,16,74,141,60,96,72,1,207,65,141,68,36,255,41,216,131,248,253,185,254,255,255,255,15,79,200,141,68,11,1,68,41,224,72,141,84,0,2,72,141,53,41,101,46,0,232,208,145,42,0,73,139,7,233,247,254,255,255,102,102,102,46,15,31,132,0,0,0,0,0,85,72,137,229,65,86,83,73,137,246,72,137,251,73,139,6,72,59,5,129,109,75,0,15,132,188,0,0,0,72,139,59,72,59,61,113,109,75,0,116,19,139,23,139,79,4,131,250,2,114,64,139,64,4,141,116,1,1,235,74,139,8,255,193,131,249,2,15,131,152,0,0,0,139,7,131,248,255,116,27,133,192,116,8,240,255,15,117,18,72,139,59,190,2,0,0,0,186,8,0,0,0,232,197,94,247,255,73,139],"offset":96}},"threadState":{"r13":{"value":4677998080,"symbolLocation":0,"symbol":"_main_thread"},"rax":{"value":105553119900928},"rflags":{"value":66050},"cpu":{"value":3},"r14":{"value":105535995125520},"rsi":{"value":105535995125520},"r8":{"value":10455},"cr2":{"value":105535995125520},"rdx":{"value":852752},"r10":{"value":140519958118400},"r9":{"value":27},"r15":{"value":140701907409848},"rbx":{"value":140701907409848},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":140519958291696},"rip":{"value":4477211309,"matchesCrashFrame":1},"rbp":{"value":140701907409680},"rsp":{"value":140701907409664},"r12":{"value":105553157885056},"rcx":{"value":2},"flavor":"x86_THREAD_STATE","rdi":{"value":140701907409848}},"queue":"com.apple.main-thread","frames":[{"imageOffset":762541,"symbol":"QString::append(QString const&)","symbolLocation":13,"imageIndex":0},{"imageOffset":134487,"symbol":"AutoUpdateDialog::GetFileSize(long long)","symbolLocation":887,"imageIndex":1},{"imageOffset":132139,"symbol":"AutoUpdateDialog::doProcessDownloadProgress(long long, long long)","symbolLocation":187,"imageIndex":1},{"imageOffset":2277269,"imageIndex":0},{"imageOffset":1001115,"symbol":"QNetworkReply::downloadProgress(long long, long long)","symbolLocation":75,"imageIndex":2},{"imageOffset":474657,"imageIndex":2},{"imageOffset":1017263,"imageIndex":2},{"imageOffset":2243487,"symbol":"QObject::event(QEvent*)","symbolLocation":943,"imageIndex":0},{"imageOffset":68074,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":266,"imageIndex":3},{"imageOffset":73233,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":497,"imageIndex":3},{"imageOffset":2066996,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":212,"imageIndex":0},{"imageOffset":2071929,"symbol":"QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)","symbolLocation":809,"imageIndex":0},{"imageOffset":238169,"imageIndex":4},{"imageOffset":240072,"imageIndex":4},{"imageOffset":526669,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":5},{"imageOffset":526517,"symbol":"__CFRunLoopDoSource0","symbolLocation":180,"imageIndex":5},{"imageOffset":525876,"symbol":"__CFRunLoopDoSources0","symbolLocation":242,"imageIndex":5},{"imageOffset":520299,"symbol":"__CFRunLoopRun","symbolLocation":893,"imageIndex":5},{"imageOffset":517677,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":5},{"imageOffset":198737,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":198055,"symbol":"ReceiveNextEventCommon","symbolLocation":587,"imageIndex":6},{"imageOffset":197445,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":6},{"imageOffset":257204,"symbol":"_DPSNextEvent","symbolLocation":886,"imageIndex":7},{"imageOffset":250656,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1411,"imageIndex":7},{"imageOffset":194325,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":7},{"imageOffset":235055,"imageIndex":4},{"imageOffset":2050767,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":431,"imageIndex":0},{"imageOffset":2068546,"symbol":"QCoreApplication::exec()","symbolLocation":130,"imageIndex":0},{"imageOffset":232366,"symbol":"main","symbolLocation":270,"imageIndex":1},{"imageOffset":21758,"symbol":"start","symbolLocation":462,"imageIndex":8}]},{"id":8617,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":8625,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":8636,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8637,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8638,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8639,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8643,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8644,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8645,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8646,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8647,"name":"com.apple.CFSocket.private","frames":[{"imageOffset":36426,"symbol":"__select","symbolLocation":10,"imageIndex":10},{"imageOffset":687901,"symbol":"__CFSocketManager","symbolLocation":630,"imageIndex":5},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8650,"name":"Qt bearer thread","frames":[{"imageOffset":29102,"symbol":"poll","symbolLocation":10,"imageIndex":10},{"imageOffset":2469914,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":90,"imageIndex":0},{"imageOffset":2476577,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":849,"imageIndex":0},{"imageOffset":2050767,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":431,"imageIndex":0},{"imageOffset":136707,"symbol":"QThread::exec()","symbolLocation":131,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8653,"name":"QNetworkAccessManager thread","frames":[{"imageOffset":29102,"symbol":"poll","symbolLocation":10,"imageIndex":10},{"imageOffset":2469914,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":90,"imageIndex":0},{"imageOffset":2476577,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":849,"imageIndex":0},{"imageOffset":2050767,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":431,"imageIndex":0},{"imageOffset":136707,"symbol":"QThread::exec()","symbolLocation":131,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8654,"name":"Thread (pooled)","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":10},{"imageOffset":27273,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":9},{"imageOffset":174767,"imageIndex":0},{"imageOffset":173950,"imageIndex":0},{"imageOffset":173725,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":0},{"imageOffset":158925,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8669,"name":"com.apple.NSEventThread","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":10},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":10},{"imageOffset":527170,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":5},{"imageOffset":520731,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":5},{"imageOffset":517677,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":5},{"imageOffset":1757256,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":7},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":8691,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":8774,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":8801,"name":"QNetworkAccessManager thread","frames":[{"imageOffset":29102,"symbol":"poll","symbolLocation":10,"imageIndex":10},{"imageOffset":2469914,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":90,"imageIndex":0},{"imageOffset":2476577,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":849,"imageIndex":0},{"imageOffset":2050767,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":431,"imageIndex":0},{"imageOffset":136707,"symbol":"QThread::exec()","symbolLocation":131,"imageIndex":0},{"imageOffset":140825,"imageIndex":0},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4476448768,
    "CFBundleShortVersionString" : "5.15",
    "CFBundleIdentifier" : "org.qt-project.QtCore",
    "size" : 5705728,
    "uuid" : "c723812a-f7a5-3001-98d5-e60e8daa6ffb",
    "path" : "\/Applications\/OCAuxiliaryTools.app\/Contents\/Frameworks\/QtCore.framework\/Versions\/5\/QtCore",
    "name" : "QtCore",
    "CFBundleVersion" : "5.15.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4441374720,
    "CFBundleShortVersionString" : "0.7.5 - 20211017",
    "CFBundleIdentifier" : "z.OC-Auxiliary-Tools",
    "size" : 2752512,
    "uuid" : "bdd7181f-653a-34c3-a45b-9818165821b8",
    "path" : "\/Applications\/OCAuxiliaryTools.app\/Contents\/MacOS\/OCAuxiliaryTools",
    "name" : "OCAuxiliaryTools",
    "CFBundleVersion" : "0.7.5 - 20211017"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4447449088,
    "CFBundleShortVersionString" : "5.15",
    "CFBundleIdentifier" : "org.qt-project.QtNetwork",
    "size" : 1118208,
    "uuid" : "c09a61c8-678f-339b-ad2e-b2a4a9b16bab",
    "path" : "\/Applications\/OCAuxiliaryTools.app\/Contents\/Frameworks\/QtNetwork.framework\/Versions\/5\/QtNetwork",
    "name" : "QtNetwork",
    "CFBundleVersion" : "5.15.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4451414016,
    "CFBundleShortVersionString" : "5.15",
    "CFBundleIdentifier" : "org.qt-project.QtWidgets",
    "size" : 4485120,
    "uuid" : "b432d666-dcab-320a-8496-78a67f554c0e",
    "path" : "\/Applications\/OCAuxiliaryTools.app\/Contents\/Frameworks\/QtWidgets.framework\/Versions\/5\/QtWidgets",
    "name" : "QtWidgets",
    "CFBundleVersion" : "5.15.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4457365504,
    "size" : 1503232,
    "uuid" : "d4ab240b-4535-3aec-b72b-5ffc4750e4e5",
    "path" : "\/Applications\/OCAuxiliaryTools.app\/Contents\/PlugIns\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703473373184,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5255168,
    "uuid" : "a556c80b-29a8-3cba-9a44-17e700645ce0",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1855.105"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703620546560,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3112960,
    "uuid" : "183d7efe-7066-3d30-8fcb-a0212da497bf",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703517843456,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15245312,
    "uuid" : "f914ab99-337f-3a51-9c86-f20bfd77b9c7",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2110"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4677505024,
    "size" : 442368,
    "uuid" : "48e0922a-562a-33e9-bfb6-a94ca1480d94",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703473057792,
    "size" : 49152,
    "uuid" : "b8298a2d-2637-30a9-910e-7ba9c7dffccd",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703472832512,
    "size" : 225280,
    "uuid" : "c1b0cfbd-2125-370c-89bd-cc729ab0db6c",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 140703469830144,
  "size" : 15209742336,
  "uuid" : "268b9a1d-a59a-3661-af9b-7cbfeabbda41"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=922.7M resident=0K(0%) swapped_out_or_unallocated=922.7M(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               640K        5 \nActivity Tracing                   256K        1 \nCG backing stores                  960K        4 \nCG image                           576K       11 \nColorSync                          236K       27 \nCoreAnimation                     3472K       24 \nCoreGraphics                        12K        2 \nCoreUI image data                  984K       15 \nFoundation                          16K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           281.2M       54 \nMALLOC guard page                   48K       10 \nMALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.1M       19 \nStack                             17.1M       19 \nVM_ALLOCATE                         64K       14 \n__DATA                            20.8M      370 \n__DATA_CONST                      16.6M      210 \n__DATA_DIRTY                       784K      125 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       639.1M       29 \n__OBJC_RO                         81.5M        1 \n__OBJC_RW                         3120K        3 \n__TEXT                           283.6M      385 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nmapped file                      485.6M       34 \nshared memory                      796K       20 \n===========                     =======  ======= \nTOTAL                              3.2G     1396 \nTOTAL, minus reserved VM space     1.9G     1396 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 250000133
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "60ef663fa2f864203caf575c"
      },
      "deploymentId" : 250000055
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 250000036
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 250000007
    },
    {
      "rolloutId" : "60356660bbe37970735c5624",
      "factorPackIds" : {

      },
      "deploymentId" : 250000016
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "6164895c201f677a9a4cb9e7"
      },
      "deploymentId" : 250000232
    },
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "61648c395c43822edc9b3da2"
      },
      "deploymentId" : 250000258
    }
  ],
  "experiments" : [

  ]
}
}

Model: iMac19,1, BootROM 1554.140.20.0.0, 8 processors, 8-Core Intel Core i7, 3.6 GHz, 32 GB, SMC 2.46f12
Graphics: Radeon RX 580, Radeon RX 580, PCIe, 4 GB
Display: VZ27A, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 3200 MHz, 029E, CMW32GX4M4C3200C16
Memory Module: BANK 1/ChannelA-DIMM1, 8 GB, DDR4, 3200 MHz, 029E, CMW32GX4M4C3200C16
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 3200 MHz, 029E, CMW32GX4M4C3200C16
Memory Module: BANK 3/ChannelB-DIMM1, 8 GB, DDR4, 3200 MHz, 029E, CMW32GX4M4C3200C16
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x111), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1710.2)
AirPort: 
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
PCI Card: Intel UHD Graphics 630 (Desktop 9 Series), Display controller, Built In
PCI Card: Intel Z390 USB 3.1 xHCI Host Controller, USB controller, Built In
PCI Card: Intel Z390 SATA Controller, SATA controller, Built In
PCI Card: Apple High Definition Audio Controler, Audio device, Built In
PCI Card: Intel Z390 SPI Controller, Serial bus controller, Built In
PCI Card: Intel I219V7 PCI Express Gigabit Ethernet, Ethernet controller, Built In
PCI Card: Viper M.2 VPR100, Non-Volatile memory controller, Internal M2A
PCI Card: Samsung 970 Evo NVMe SSD, Non-Volatile memory controller, Internal M2M
PCI Card: BCM4360 802.11ac Wireless Network Adapter, Network controller, Internal@0,28,7/0,0
USB Device: USB31Bus
USB Device: USB2.0 Hub
USB Device: VF0560 Live! Cam Optia AF
USB Device: USB2.0 Hub
USB Device: NZXT USB Device
USB Device: USB2.0 Hub
USB Device: USB Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB2.0 Hub
USB Device: LianLi
USB Device: Usb2I2C HID Device
Thunderbolt Bus: 

Link to comment
Share on other sites

×
×
  • Create New...