Open jacobhalton opened 1 year ago
Hi @jacobhalton,
We do apologize for the late reply. I know such an issue existed in a previous version and I think it it already fixed in the latest one (V 2.1.43, not the one you are using at the moment apparently). I couldn't reproduce it on my side. Can you please try with this version (flagged as beta), and tell me if you still have the problem? https://we.tl/t-UlMvXxW7IE
If you do, could you please provide a sample scene so that we can isolate the bug easily?
Thank you
Hi @jatubi Jatubi, the bug is still appearing even in the 2.1.43 version :) It also appears when Duplicating Takes.
Duplication:
Python: Traceback (most recent call last):
File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\operators\shots.py", line 1129, in execute
newShot = props.copyShot(
File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\properties\props.py", line 3106, in copyShot
newCam = self.copyCameraFromShot(shot, duplicateHierarchy=copyGreasePencil)
File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\properties\props.py", line 3059, in copyCameraFromShot
newCam = utils.duplicateObject(sourceShot.camera, duplicateHierarchy=duplicateHierarchy)
File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\utils\utils.py", line 731, in duplicateObject
rootNewObject = _duplicateObjectRec(sourceObject, None, duplicateHierarchy)
File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\utils\utils.py", line 708, in _duplicateObjectRec
newObject.animation_data.action = sourceObject.animation_data.action.copy()
AttributeError: 'NoneType' object has no attribute 'copy'
Takes Duplication:
Python: Traceback (most recent call last): File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\operators\takes.py", line 172, in execute newTake = props.copyTake( File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\properties\props.py", line 2556, in copyTake self.copyShot(shot, targetTakeIndex=newTakeInd, copyCamera=copyCamera, copyGreasePencil=True) File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\properties\props.py", line 3106, in copyShot newCam = self.copyCameraFromShot(shot, duplicateHierarchy=copyGreasePencil) File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\properties\props.py", line 3059, in copyCameraFromShot newCam = utils.duplicateObject(sourceShot.camera, duplicateHierarchy=duplicateHierarchy) File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\utils\utils.py", line 731, in duplicateObject rootNewObject = _duplicateObjectRec(sourceObject, None, duplicateHierarchy) File "C:\Users\MIKY\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\shotmanager\utils\utils.py", line 708, in _duplicateObjectRec newObject.animation_data.action = sourceObject.animation_data.action.copy() AttributeError: 'NoneType' object has no attribute 'copy'
That's weird. Can you please try with this version (2.1.45): https://we.tl/t-Fhq8JNEkwg I cannot repro on my side. Could you please write me down the exact steps you do to get the issue? Or do a video, or send a blender file? Thank you
Hi, here is a test blend file, it still returns an error even with the new version. https://we.tl/t-3tT8qQiSjU
Thanks a lot @pesjakves, I've been able to reproduce the issue and fix it. Can you please confirm that from the latest release, v2.1.46?
Thanks a lot @pesjakves, I've been able to reproduce the issue and fix it. Can you please confirm that from the latest release, v2.1.46?
Hi, I'm still having this issue, here is the error log:
(I'm using 2.1.46 btw)
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: Blender [93043]
Path: /Applications/Blender.app/Contents/MacOS/Blender
Identifier: org.blenderfoundation.blender
Version: 3.5.1 (3.5.1 2023-04-25)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2023-06-02 19:33:26.9687 -0400
OS Version: macOS 13.3.1 (22E261)
Report Version: 12
Anonymous UUID: C05C53A3-EDCC-696A-31A3-25C325124DDC
Sleep/Wake UUID: E15E7426-58A2-4C37-BBCA-DB2F726407E3
Time Awake Since Boot: 880000 seconds
Time Since Wake: 22012 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 0x3dc1dfb300000014 -> 0xffffdfb300000014 (possible pointer authentication failure)
Exception Codes: 0x0000000000000001, 0x3dc1dfb300000014
Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [93043]
VM Region Info: 0xffffdfb300000014 is not in any region. Bytes after previous region: 18446603004971843605
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
MALLOC_NANO (reserved) 600018000000-600020000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)
--->
UNUSED SPACE AT END
Kernel Triage:
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
VM - (arg = 0x0) pmap_enter retried due to resource shortage
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 Blender 0x107db7d30 BLI_findstring + 56
1 Blender 0x101b1c440 pyrna_struct_get + 120
2 Blender 0x107f83620 cfunction_call + 172
3 Blender 0x107f3aa10 _PyObject_MakeTpCall + 360
4 Blender 0x10801dae0 call_function + 548
5 Blender 0x10801afdc _PyEval_EvalFrameDefault + 25324
6 Blender 0x108014be4 _PyEval_Vector + 164
7 Blender 0x101b17248 bpy_prop_int_get_fn + 148
8 Blender 0x101963cc8 RNA_property_int_get + 96
9 Blender 0x101b19b9c pyrna_prop_to_py + 456
10 Blender 0x107f87a48 PyObject_GetAttr + 100
11 Blender 0x108018c40 _PyEval_EvalFrameDefault + 16208
12 Blender 0x108014be4 _PyEval_Vector + 164
13 Blender 0x107f3d0bc method_vectorcall + 168
14 Blender 0x10801d9f8 call_function + 316
15 Blender 0x10801b0d4 _PyEval_EvalFrameDefault + 25572
16 Blender 0x108014be4 _PyEval_Vector + 164
17 Blender 0x101b24354 bpy_class_call + 1000
18 Blender 0x101af4b78 rna_operator_execute_cb + 120
19 Blender 0x101664144 wm_operator_exec(bContext*, wmOperator*, bool, bool) + 192
20 Blender 0x1021ce718 ui_apply_but_funcs_after(bContext*) + 372
21 Blender 0x1021d9924 ui_popup_handler(bContext*, wmEvent const*, void*) + 544
22 Blender 0x101667444 wm_handlers_do_intern(bContext*, wmWindow*, wmEvent*, ListBase*) + 2912
23 Blender 0x101666354 wm_handlers_do(bContext*, wmEvent*, ListBase*) + 72
24 Blender 0x10166593c wm_event_do_handlers + 2192
25 Blender 0x10165c7b4 WM_main + 36
26 Blender 0x1010c11dc main + 880
27 dyld 0x1967d7f28 start + 2236
Thread 1:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 2:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 3:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 4:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 5:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 6:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 7:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 8:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 9:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19698099c _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x196981050 _dispatch_semaphore_wait_slow + 132
3 libIlmThread.dylib 0x1107eb398 IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run() + 64
4 libIlmThread.dylib 0x1107e9fe4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*) + 64
5 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 10:: caulk.messenger.shared:17
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 caulk 0x1a014e024 caulk::semaphore::timed_wait(double) + 212
2 caulk 0x1a014ded8 caulk::concurrent::details::worker_thread::run() + 36
3 caulk 0x1a014dbc8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 11:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x196aeff14 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x196b02240 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x196af8b78 mach_msg_overwrite + 604
3 libsystem_kernel.dylib 0x196af0290 mach_msg + 24
4 CoreAudio 0x198f19624 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 104
5 CoreAudio 0x198e06d14 HALC_ProxyIOContext::IOWorkLoop() + 3516
6 CoreAudio 0x198e0587c invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 116
7 CoreAudio 0x198f68564 HALB_IOThread::Entry(void*) + 88
8 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
9 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 12:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 13:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 14:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 15:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 16:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 17:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 18:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 19:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 20:
0 libsystem_kernel.dylib 0x196aefe90 semaphore_wait_trap + 8
1 libtbb.dylib 0x110825ffc rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&) + 64
2 libtbb.dylib 0x110825bb4 tbb::internal::rml::private_worker::run() + 420
3 libtbb.dylib 0x110825a04 tbb::internal::rml::private_worker::thread_routine(void*) + 12
4 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
5 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 21:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x196aeff14 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x196b02240 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x196af8b78 mach_msg_overwrite + 604
3 libsystem_kernel.dylib 0x196af0290 mach_msg + 24
4 CoreFoundation 0x196c0e8b8 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x196c0d198 __CFRunLoopRun + 1208
6 CoreFoundation 0x196c0c58c CFRunLoopRunSpecific + 612
7 AppKit 0x199f56508 _NSEventThread + 172
8 libsystem_pthread.dylib 0x196b2ffa8 _pthread_start + 148
9 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 22:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 23:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 24:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 25:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 26:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 27:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 28:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 29:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 30:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 31:
0 libsystem_kernel.dylib 0x196af3710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x196b30574 _pthread_cond_wait + 1232
2 Blender 0x107015e1c frame_worker_thread + 512
3 libsystem_pthread.dylib 0x196b2ada0 thread_start + 8
Thread 32:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 33:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 34:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 35:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 36:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 37:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 38:
0 libsystem_pthread.dylib 0x196b2ad8c start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000014cbc2a00 x1: 0x3dc1dfb300000014 x2: 0x0000000000000014 x3: 0x0000000000000000
x4: 0x000000016ee9a130 x5: 0x000000016ee9a1b0 x6: 0x0000000000000100 x7: 0x000000016ee9a098
x8: 0x0000000101973cec x9: 0xdb9ad799043f0023 x10: 0x0000000108040b80 x11: 0x00000000000000d7
x12: 0x0000000000000012 x13: 0x000000010803d544 x14: 0x0000000000000023 x15: 0x000000010bb87fb0
x16: 0x0000000196b5bec0 x17: 0x0000000065400000 x18: 0x0000000000000000 x19: 0x3dc1dfb300000000
x20: 0x000000013ac4a0e0 x21: 0x0000000000000014 x22: 0x0000000000000062 x23: 0x0000000000000000
x24: 0x000000013b5283c0 x25: 0x0000000000000002 x26: 0x000000013b5283c0 x27: 0x0000000107f83574
x28: 0x000000013b5283b8 fp: 0x000000016ee9a330 lr: 0x0000000101b1c440
sp: 0x000000016ee9a310 pc: 0x0000000107db7d30 cpsr: 0x20001000
far: 0x3dc1dfb300000014 esr: 0x92000004 (Data Abort) byte read Translation fault
Binary Images:
0x100f64000 - 0x10c1d3fff org.blenderfoundation.blender (3.5.1) <b2237b41-cf27-3c6d-8c63-ab06b2a91c34> /Applications/Blender.app/Contents/MacOS/Blender
0x11086c000 - 0x1108cffff libomp.dylib (*) <ab1fadc1-903c-3c36-8438-ce0fe19bed46> /Applications/Blender.app/Contents/Resources/lib/libomp.dylib
0x110814000 - 0x110833fff libtbb.dylib (*) <cb394e8c-9c52-37c6-9022-fd990fd35d7b> /Applications/Blender.app/Contents/Resources/lib/libtbb.dylib
0x110a04000 - 0x110a9bfff libosdGPU.dylib (*) <4731deac-271c-3ffa-a784-1db25c099939> /Applications/Blender.app/Contents/Resources/lib/libosdGPU.dylib
0x110b04000 - 0x110b8ffff libosdCPU.dylib (*) <8271d479-dfd6-3eaa-bcc1-736d265872f9> /Applications/Blender.app/Contents/Resources/lib/libosdCPU.dylib
0x111190000 - 0x11152bfff libOpenColorIO.dylib (*) <681f7251-f3c3-3cf3-81d0-c52ad49a94a4> /Applications/Blender.app/Contents/Resources/lib/libOpenColorIO.dylib
0x112444000 - 0x112acbfff libOpenImageIO.dylib (*) <16e8ae3f-77fa-33cf-8de5-d882ad9b2ad7> /Applications/Blender.app/Contents/Resources/lib/libOpenImageIO.dylib
0x110bd4000 - 0x110c4ffff libOpenImageIO_Util.dylib (*) <7428a723-de42-3cb0-b7e2-565fa62f4e3e> /Applications/Blender.app/Contents/Resources/lib/libOpenImageIO_Util.dylib
0x110958000 - 0x11097ffff libboost_python310.dylib (*) <8dc70c62-1e81-3c55-a828-38772a0f8b8f> /Applications/Blender.app/Contents/Resources/lib/libboost_python310.dylib
0x115718000 - 0x116d37fff libusd_ms.dylib (*) <b4d6291d-04e2-37b8-bc4e-b2c8f4785040> /Applications/Blender.app/Contents/Resources/lib/libusd_ms.dylib
0x11b67c000 - 0x11cd6bfff libopenvdb.dylib (*) <896f40b8-9c63-3c0e-ac5b-4f268176047c> /Applications/Blender.app/Contents/Resources/lib/libopenvdb.dylib
0x110dd0000 - 0x110e37fff libIex.dylib (*) <6b648faa-424b-364f-b73a-d09d93130503> /Applications/Blender.app/Contents/Resources/lib/libIex.dylib
0x111a5c000 - 0x111cf7fff libOpenEXR.dylib (*) <511e14ba-a9c9-3b56-8a93-0e4c55cd1645> /Applications/Blender.app/Contents/Resources/lib/libOpenEXR.dylib
0x110eb8000 - 0x110f33fff libOpenEXRCore.dylib (*) <e0e25960-ec4b-3bad-8b0c-c0d2a6799273> /Applications/Blender.app/Contents/Resources/lib/libOpenEXRCore.dylib
0x1107e8000 - 0x1107ebfff libIlmThread.dylib (*) <bb367d8e-6364-3dae-a17a-77f05f0d11ad> /Applications/Blender.app/Contents/Resources/lib/libIlmThread.dylib
0x110ce8000 - 0x110d33fff libImath.dylib (*) <1a6e82b1-513f-3cb9-b6a1-a1c9d4bc740f> /Applications/Blender.app/Contents/Resources/lib/libImath.dylib
0x1107fc000 - 0x1107fffff libboost_date_time.dylib (*) <e016fca7-87ee-3d62-b75c-9edd1da5cb81> /Applications/Blender.app/Contents/Resources/lib/libboost_date_time.dylib
0x1109a8000 - 0x1109bbfff libboost_filesystem.dylib (*) <78128f3e-0f02-3176-9305-6b0f7d991e06> /Applications/Blender.app/Contents/Resources/lib/libboost_filesystem.dylib
0x110f48000 - 0x110f83fff libboost_regex.dylib (*) <354a43e8-3246-33ba-bdee-ed39d0e6ac0b> /Applications/Blender.app/Contents/Resources/lib/libboost_regex.dylib
0x110808000 - 0x11080bfff libboost_system.dylib (*) <d77553f9-42f6-3d7a-8634-612da23caaa9> /Applications/Blender.app/Contents/Resources/lib/libboost_system.dylib
0x11092c000 - 0x110937fff libboost_thread.dylib (*) <10f833aa-0210-37f9-82ab-5748ad4d22f4> /Applications/Blender.app/Contents/Resources/lib/libboost_thread.dylib
0x111750000 - 0x111817fff libboost_wave.dylib (*) <1a824ed6-22ea-38b4-a6d1-8ab528bcfc73> /Applications/Blender.app/Contents/Resources/lib/libboost_wave.dylib
0x111048000 - 0x11109bfff libboost_locale.dylib (*) <77cbe9a2-df0b-3d43-af3c-9750fd7a12c8> /Applications/Blender.app/Contents/Resources/lib/libboost_locale.dylib
0x1109d4000 - 0x1109dbfff libboost_iostreams.dylib (*) <adcdda11-da89-33a2-8650-483e36d02f0b> /Applications/Blender.app/Contents/Resources/lib/libboost_iostreams.dylib
0x110854000 - 0x110857fff libboost_chrono.dylib (*) <8944fd7a-dfd8-3ad2-b8d6-6f42a91ae307> /Applications/Blender.app/Contents/Resources/lib/libboost_chrono.dylib
0x110d44000 - 0x110d47fff libboost_atomic.dylib (*) <22201547-32c7-393d-b0f8-e55c2b2c97c5> /Applications/Blender.app/Contents/Resources/lib/libboost_atomic.dylib
0x110fac000 - 0x110fcffff libboost_serialization.dylib (*) <7e0d9013-c728-3315-8d6a-53275bfe33d6> /Applications/Blender.app/Contents/Resources/lib/libboost_serialization.dylib
0x129000000 - 0x129133fff com.apple.audio.units.Components (1.14) <3318bd64-e64f-3e69-991d-605d1bc10d7d> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x1156fc000 - 0x115707fff libobjc-trampolines.dylib (*) <80f14f3d-d099-3693-a8e0-eb9a526b1790> /usr/lib/libobjc-trampolines.dylib
0x128654000 - 0x1286bffff com.apple.AppleMetalOpenGLRenderer (1.0) <7651840d-f268-3dea-ab6e-979cd46d3b2b> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
0x12e850000 - 0x12e86ffff com.apple.security.csparser (3.0) <862735d9-d84d-31b0-bfa8-d75e2271af1a> /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x12e808000 - 0x12e813fff math.cpython-310-darwin.so (*) <b92175e7-2eda-3e63-a88b-29a30c7dc59a> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/math.cpython-310-darwin.so
0x12e828000 - 0x12e82bfff _opcode.cpython-310-darwin.so (*) <20643b46-2fb0-3027-b79e-9baafe73839b> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so
0x12e83c000 - 0x12e83ffff fcntl.cpython-310-darwin.so (*) <b0c54365-a751-3f8b-89b6-6251da4fb0d8> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so
0x12ffd0000 - 0x12ffd3fff _posixsubprocess.cpython-310-darwin.so (*) <4e260aa0-382c-32a2-994b-d2d308408082> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so
0x12ffe4000 - 0x12ffebfff select.cpython-310-darwin.so (*) <7d5018a4-8f18-3aec-afe1-c6f01f6cb1d1> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/select.cpython-310-darwin.so
0x138a00000 - 0x138a07fff _json.cpython-310-darwin.so (*) <dae535c9-e43b-3afc-8c82-ea1e197a4f59> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so
0x138b40000 - 0x138b53fff zlib.cpython-310-darwin.so (*) <e69608f0-4e37-3c8c-9c97-39842b95f77d> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so
0x138b18000 - 0x138b23fff array.cpython-310-darwin.so (*) <5513dba3-f6b0-39cd-b39e-b82d80e75e59> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/array.cpython-310-darwin.so
0x138b68000 - 0x138b6ffff _struct.cpython-310-darwin.so (*) <3cd56ce6-7f0a-3660-913e-ca3fbbdd438d> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so
0x138b84000 - 0x138b8bfff binascii.cpython-310-darwin.so (*) <d89a4127-f0cc-3046-b805-e20af3929f01> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so
0x138bc4000 - 0x138bdbfff _bz2.cpython-310-darwin.so (*) <0d7682b7-8f06-38d1-bddb-5b50da35ac0a> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so
0x138c30000 - 0x138c5ffff _lzma.cpython-310-darwin.so (*) <1df1f97d-349d-3a0b-86ab-8da8d741720b> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so
0x138b9c000 - 0x138b9ffff _bisect.cpython-310-darwin.so (*) <212b064e-46a2-3b1b-ad09-400f6ee79bf2> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so
0x138bb0000 - 0x138bb3fff _random.cpython-310-darwin.so (*) <e5bd8415-cf89-3dbf-b339-447062fc60ab> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so
0x138bec000 - 0x138beffff _sha512.cpython-310-darwin.so (*) <bb48122c-fd41-3ebb-9486-64f52c7e2a51> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so
0x138e48000 - 0x138ee7fff _imaging.cpython-310-darwin.so (*) <f980b45a-571a-3d95-9aa2-3c74faa60f06> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/_imaging.cpython-310-darwin.so
0x138f1c000 - 0x138fa7fff libopenjp2.2.5.0.dylib (*) <501c822b-93de-315d-9694-0f1fe37de453> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/.dylibs/libopenjp2.2.5.0.dylib
0x138d74000 - 0x138d8ffff libz.1.2.13.dylib (*) <e166dd10-65de-35cf-aaf2-2f2ab1facde7> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/.dylibs/libz.1.2.13.dylib
0x138fc0000 - 0x139047fff libtiff.6.dylib (*) <6025fd35-f79b-3d27-9d5f-a7ecbc9c7c3b> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/.dylibs/libtiff.6.dylib
0x138de4000 - 0x138e0bfff libxcb.1.1.0.dylib (*) <84c5fb6f-6c28-3dc9-b8e1-e7a956f39d68> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/.dylibs/libxcb.1.1.0.dylib
0x1390b4000 - 0x1390effff liblzma.5.dylib (*) <f227ecad-6491-3b41-82ca-0bc965a31ac9> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/.dylibs/liblzma.5.dylib
0x138c00000 - 0x138c03fff libXau.6.0.0.dylib (*) <eb428ab4-7b04-3496-b730-871dd0efe2f8> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/PIL/.dylibs/libXau.6.0.0.dylib
0x138c14000 - 0x138c17fff _heapq.cpython-310-darwin.so (*) <2e217187-469d-3b96-9b8e-df51ba2e8ecd> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so
0x138da0000 - 0x138da3fff _queue.cpython-310-darwin.so (*) <be0bda6f-d937-3da2-ad64-d959466baf0b> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so
0x139064000 - 0x13907bfff _pickle.cpython-310-darwin.so (*) <b99bf18b-b30c-33d5-8cab-29da7816b512> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so
0x139090000 - 0x13909ffff _socket.cpython-310-darwin.so (*) <d4eb8531-e890-3b51-8db6-b160927e9273> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so
0x139610000 - 0x139903fff _multiarray_umath.cpython-310-darwin.so (*) <9391e5f1-42ed-341b-8802-cfcdbf87e20d> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/core/_multiarray_umath.cpython-310-darwin.so
0x139204000 - 0x139217fff _datetime.cpython-310-darwin.so (*) <c0ac5fa9-b111-36b5-825d-1627cfec4316> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so
0x13932c000 - 0x13933ffff _multiarray_tests.cpython-310-darwin.so (*) <2f8b05da-36bb-3191-9d2a-c65329ba8c22> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/core/_multiarray_tests.cpython-310-darwin.so
0x13949c000 - 0x1394bffff _ctypes.cpython-310-darwin.so (*) <1fa89509-55d3-3bc3-9f8b-c80ecc615f94> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so
0x1394dc000 - 0x1394f3fff _umath_linalg.cpython-310-darwin.so (*) <3f4e9506-e28d-325e-ba99-d8454c91b82e> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/linalg/_umath_linalg.cpython-310-darwin.so
0x138db4000 - 0x138dc3fff _pocketfft_internal.cpython-310-darwin.so (*) <9579484f-ccc7-34e0-bb7e-68b9e5a0299b> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/fft/_pocketfft_internal.cpython-310-darwin.so
0x139af8000 - 0x139b63fff mtrand.cpython-310-darwin.so (*) <81e3f9fc-29c5-3843-81bc-fab8efd3e770> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/mtrand.cpython-310-darwin.so
0x139a3c000 - 0x139a5bfff bit_generator.cpython-310-darwin.so (*) <5ec54277-809e-3795-a14d-dee9d20b68ab> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/bit_generator.cpython-310-darwin.so
0x139bb4000 - 0x139be3fff _common.cpython-310-darwin.so (*) <97d085bc-9be1-3cca-be18-b9e50cae392a> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_common.cpython-310-darwin.so
0x139e74000 - 0x13a053fff _hashlib.cpython-310-darwin.so (*) <86ff6196-a812-3f59-8d50-e4192d421768> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so
0x138e28000 - 0x138e2ffff _blake2.cpython-310-darwin.so (*) <cd543256-af7b-3a1a-9921-a115343e15eb> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so
0x139bfc000 - 0x139c43fff _bounded_integers.cpython-310-darwin.so (*) <84410b20-1b0e-3cd2-bee0-4d51ea4e2b6e> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_bounded_integers.cpython-310-darwin.so
0x139a74000 - 0x139a83fff _mt19937.cpython-310-darwin.so (*) <4b071789-d970-307c-a7d4-e16d1364f8fe> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_mt19937.cpython-310-darwin.so
0x13945c000 - 0x139467fff _philox.cpython-310-darwin.so (*) <60c380ad-ceae-3275-8123-a53d45950ed2> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_philox.cpython-310-darwin.so
0x139abc000 - 0x139acbfff _pcg64.cpython-310-darwin.so (*) <efdcabd3-7130-3ead-9e4d-50fdef83508e> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_pcg64.cpython-310-darwin.so
0x13947c000 - 0x139483fff _sfc64.cpython-310-darwin.so (*) <e908538a-6436-3a53-ab5f-1d1b1bb18f6b> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_sfc64.cpython-310-darwin.so
0x139d3c000 - 0x139dc3fff _generator.cpython-310-darwin.so (*) <2685bf6f-5177-3760-b5fe-0c0909aa36f4> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages/numpy/random/_generator.cpython-310-darwin.so
0x13a63c000 - 0x13a8affff _ssl.cpython-310-darwin.so (*) <20e8f912-e3fe-38c2-82b8-b345b45cc230> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so
0x139a98000 - 0x139a9bfff _scproxy.cpython-310-darwin.so (*) <eea4278c-026e-3e5e-bb5a-4f033e14cdc5> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so
0x13aa9c000 - 0x13aba7fff unicodedata.cpython-310-darwin.so (*) <15517b2b-c396-34e5-be6c-c6cce9418023> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so
0x139c60000 - 0x139c67fff _multibytecodec.cpython-310-darwin.so (*) <a29e5cc2-bca9-3e27-afdc-ea4a83db00b1> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-darwin.so
0x13acbc000 - 0x13acfffff _decimal.cpython-310-darwin.so (*) <e6daa32f-0e4b-39f0-9a7e-a3e68c6616b9> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so
0x139cc0000 - 0x139ce7fff pyexpat.cpython-310-darwin.so (*) <2db2d3a8-cdb1-3020-b5ad-15c5ab04f848> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so
0x139ae0000 - 0x139ae3fff termios.cpython-310-darwin.so (*) <653373c9-b517-32ec-a70d-591bc2b53575> /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so
0x13ae58000 - 0x13ae5ffff com.apple.CloudDocsFileProvider (1.0) <26e33c5a-f76f-3570-8782-d0dc2d61ff00> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
0x13ae70000 - 0x13ae77fff com.apple.FileProviderOverride (855.100.378) <782f062d-b9d5-3e62-9ce7-b68d197712a2> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
0x13c3bc000 - 0x13c3dbfff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (13.3) <99856966-e77f-3294-a16a-e59a7e494572> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
0x1967d2000 - 0x19686053b dyld (*) <ac277a36-1808-327a-8761-cca585421212> /usr/lib/dyld
0x196aef000 - 0x196b28fe7 libsystem_kernel.dylib (*) <7acbd9bc-d056-310e-858d-81b116cf6d28> /usr/lib/system/libsystem_kernel.dylib
0x19697c000 - 0x1969c3fff libdispatch.dylib (*) <8e87dc0e-a570-3933-b37d-5e05ad516206> /usr/lib/system/libdispatch.dylib
0x196b29000 - 0x196b35fff libsystem_pthread.dylib (*) <b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e> /usr/lib/system/libsystem_pthread.dylib
0x1a014c000 - 0x1a0174fff com.apple.audio.caulk (1.0) <06456788-36d4-3e9d-ab9a-eab934756fe4> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x198c2a000 - 0x1992bdfff com.apple.audio.CoreAudio (5.0) <41fa6c48-7a9f-3181-a122-953cfaa18117> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x196b8f000 - 0x197068fff com.apple.CoreFoundation (6.9) <b4fdaece-9727-3969-b014-27f7f24c8e01> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x199df3000 - 0x19ad01fff com.apple.AppKit (6.9) <cc3e5215-4cd7-364c-8750-6eb7002720ce> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
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=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)
Writable regions: Total=2.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.6G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 1
CG backing stores 4480K 8
CG image 256K 8
ColorSync 576K 26
CoreAnimation 144K 9
CoreGraphics 48K 3
CoreImage 16K 1
CoreUI image data 496K 7
Foundation 16K 1
Kernel Alloc Once 32K 1
MALLOC 1.2G 157
MALLOC guard page 192K 9
MALLOC_MEDIUM (reserved) 896.0M 10 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
OpenGL GLSL 256K 3
STACK GUARD 624K 39
Stack 53.2M 40
Stack Guard 16K 1
VM_ALLOCATE 90.1M 800
VM_ALLOCATE (reserved) 32K 1 reserved VM address space (unallocated)
__AUTH 901K 236
__AUTH_CONST 16.3M 425
__CTF 824 1
__DATA 24.9M 501
__DATA_CONST 27.8M 510
__DATA_DIRTY 1084K 140
__FONT_DATA 2352 1
__GLSLBUILTINS 5174K 1
__LINKEDIT 912.0M 85
__OBJC_RO 66.2M 1
__OBJC_RW 2011K 1
__TEXT 574.3M 528
dyld private memory 656K 4
mapped file 206.0M 32
shared memory 1008K 19
=========== ======= =======
TOTAL 4.4G 3613
TOTAL, minus reserved VM space 3.1G 3613
-----------
Full Report
-----------
{"app_name":"Blender","timestamp":"2023-06-02 19:33:31.00 -0400","app_version":"3.5.1","slice_uuid":"b2237b41-cf27-3c6d-8c63-ab06b2a91c34","build_version":"3.5.1 2023-04-25","platform":1,"bundleID":"org.blenderfoundation.blender","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E261)","roots_installed":0,"name":"Blender","incident_id":"923920D7-06BA-4B3D-9E1E-8D62CEB56B8F"}
{
"uptime" : 880000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro18,4",
"coalitionID" : 3076,
"osVersion" : {
"train" : "macOS 13.3.1",
"build" : "22E261",
"releaseType" : "User"
},
"captureTime" : "2023-06-02 19:33:26.9687 -0400",
"incident" : "923920D7-06BA-4B3D-9E1E-8D62CEB56B8F",
"pid" : 93043,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2023-06-02 19:27:57.0822 -0400",
"procStartAbsTime" : 21328590961408,
"procExitAbsTime" : 21336506508072,
"procName" : "Blender",
"procPath" : "\/Applications\/Blender.app\/Contents\/MacOS\/Blender",
"bundleInfo" : {"CFBundleShortVersionString":"3.5.1","CFBundleVersion":"3.5.1 2023-04-25","CFBundleIdentifier":"org.blenderfoundation.blender"},
"storeInfo" : {"deviceIdentifierForVendor":"5CEC6B42-55EE-5589-A319-0D31F61F38F7","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "org.blenderfoundation.blender",
"crashReporterKey" : "C05C53A3-EDCC-696A-31A3-25C325124DDC",
"throttleTimeout" : 2147483647,
"codeSigningID" : "org.blenderfoundation.blender",
"codeSigningTeamID" : "68UA947AUU",
"codeSigningFlags" : 570491649,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 0,
"wakeTime" : 22012,
"sleepWakeUUID" : "E15E7426-58A2-4C37-BBCA-DB2F726407E3",
"sip" : "enabled",
"vmRegionInfo" : "0xffffdfb300000014 is not in any region. Bytes after previous region: 18446603004971843605 \n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n MALLOC_NANO (reserved) 600018000000-600020000000 [128.0M] rw-\/rwx SM=NUL ...(unallocated)\n---> \n UNUSED SPACE AT END",
"exception" : {"codes":"0x0000000000000001, 0x3dc1dfb300000014","rawCodes":[1,4450083866710900756],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x3dc1dfb300000014 -> 0xffffdfb300000014 (possible pointer authentication failure)"},
"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":93043},
"ktriageinfo" : "VM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\nVM - (arg = 0x0) pmap_enter retried due to resource shortage\n",
"vmregioninfo" : "0xffffdfb300000014 is not in any region. Bytes after previous region: 18446603004971843605 \n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n MALLOC_NANO (reserved) 600018000000-600020000000 [128.0M] rw-\/rwx SM=NUL ...(unallocated)\n---> \n UNUSED SPACE AT END",
"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":12159359,"threadState":{"x":[{"value":5582367232},{"value":4450083866710900756},{"value":20},{"value":0},{"value":6155772208},{"value":6155772336},{"value":256},{"value":6155772056},{"value":4321656044,"symbolLocation":0,"symbol":"rna_PropertyGroup_idprops"},{"value":15824197292920864803},{"value":4429450112,"symbolLocation":1164,"symbol":"convertitem"},{"value":215},{"value":18},{"value":4429436228,"symbolLocation":256,"symbol":"vgetargs1_impl"},{"value":35},{"value":4491607984,"symbolLocation":0,"symbol":"_Py_ctype_table"},{"value":6823460544,"symbolLocation":0,"symbol":"_platform_strlen"},{"value":1698693120},{"value":0},{"value":4450083866710900736},{"value":5280932064},{"value":20},{"value":98},{"value":0},{"value":5290230720},{"value":2},{"value":5290230720},{"value":4428674420,"symbolLocation":0,"symbol":"cfunction_call"},{"value":5290230712}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4323394624},"cpsr":{"value":536875008},"fp":{"value":6155772720},"sp":{"value":6155772688},"esr":{"value":2449473540,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4426792240,"matchesCrashFrame":1},"far":{"value":4450083866710900756}},"queue":"com.apple.main-thread","frames":[{"imageOffset":115686704,"symbol":"BLI_findstring","symbolLocation":56,"imageIndex":0},{"imageOffset":12289088,"symbol":"pyrna_struct_get","symbolLocation":120,"imageIndex":0},{"imageOffset":117569056,"symbol":"cfunction_call","symbolLocation":172,"imageIndex":0},{"imageOffset":117271056,"symbol":"_PyObject_MakeTpCall","symbolLocation":360,"imageIndex":0},{"imageOffset":118201056,"symbol":"call_function","symbolLocation":548,"imageIndex":0},{"imageOffset":118190044,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25324,"imageIndex":0},{"imageOffset":118164452,"symbol":"_PyEval_Vector","symbolLocation":164,"imageIndex":0},{"imageOffset":12268104,"symbol":"bpy_prop_int_get_fn","symbolLocation":148,"imageIndex":0},{"imageOffset":10484936,"symbol":"RNA_property_int_get","symbolLocation":96,"imageIndex":0},{"imageOffset":12278684,"symbol":"pyrna_prop_to_py","symbolLocation":456,"imageIndex":0},{"imageOffset":117586504,"symbol":"PyObject_GetAttr","symbolLocation":100,"imageIndex":0},{"imageOffset":118180928,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":16208,"imageIndex":0},{"imageOffset":118164452,"symbol":"_PyEval_Vector","symbolLocation":164,"imageIndex":0},{"imageOffset":117280956,"symbol":"method_vectorcall","symbolLocation":168,"imageIndex":0},{"imageOffset":118200824,"symbol":"call_function","symbolLocation":316,"imageIndex":0},{"imageOffset":118190292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":25572,"imageIndex":0},{"imageOffset":118164452,"symbol":"_PyEval_Vector","symbolLocation":164,"imageIndex":0},{"imageOffset":12321620,"symbol":"bpy_class_call","symbolLocation":1000,"imageIndex":0},{"imageOffset":12127096,"symbol":"rna_operator_execute_cb","symbolLocation":120,"imageIndex":0},{"imageOffset":7340356,"symbol":"wm_operator_exec(bContext*, wmOperator*, bool, bool)","symbolLocation":192,"imageIndex":0},{"imageOffset":19310360,"symbol":"ui_apply_but_funcs_after(bContext*)","symbolLocation":372,"imageIndex":0},{"imageOffset":19355940,"symbol":"ui_popup_handler(bContext*, wmEvent const*, void*)","symbolLocation":544,"imageIndex":0},{"imageOffset":7353412,"symbol":"wm_handlers_do_intern(bContext*, wmWindow*, wmEvent*, ListBase*)","symbolLocation":2912,"imageIndex":0},{"imageOffset":7349076,"symbol":"wm_handlers_do(bContext*, wmEvent*, ListBase*)","symbolLocation":72,"imageIndex":0},{"imageOffset":7346492,"symbol":"wm_event_do_handlers","symbolLocation":2192,"imageIndex":0},{"imageOffset":7309236,"symbol":"WM_main","symbolLocation":36,"imageIndex":0},{"imageOffset":1429980,"symbol":"main","symbolLocation":880,"imageIndex":0},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":84}]},{"id":12159379,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159380,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159381,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159382,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159383,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159384,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159385,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159386,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159387,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":18844,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":86},{"imageOffset":20560,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":86},{"imageOffset":13208,"symbol":"IlmThread_3_1::(anonymous namespace)::DefaultWorkerThread::run()","symbolLocation":64,"imageIndex":14},{"imageOffset":8164,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (IlmThread_3_1::Thread::*)(), IlmThread_3_1::Thread*>>(void*)","symbolLocation":64,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159390,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":8228,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":88},{"imageOffset":7896,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":88},{"imageOffset":7112,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":88},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159450,"name":"com.apple.audio.IOThread.client","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":85},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":85},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":85},{"imageOffset":3077668,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":104,"imageIndex":89},{"imageOffset":1953044,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":3516,"imageIndex":89},{"imageOffset":1947772,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":116,"imageIndex":89},{"imageOffset":3401060,"symbol":"HALB_IOThread::Entry(void*)","symbolLocation":88,"imageIndex":89},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159878,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159879,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159880,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159881,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159882,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159883,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159884,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159885,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159886,"frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":73724,"symbol":"rml::internal::thread_monitor::commit_wait(rml::internal::thread_monitor::cookie&)","symbolLocation":64,"imageIndex":2},{"imageOffset":72628,"symbol":"tbb::internal::rml::private_worker::run()","symbolLocation":420,"imageIndex":2},{"imageOffset":72196,"symbol":"tbb::internal::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":2},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12159912,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":85},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":85},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":85},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":85},{"imageOffset":522424,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":90},{"imageOffset":516504,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":90},{"imageOffset":513420,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":90},{"imageOffset":1455368,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":91},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":87},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161259,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161260,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161261,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161262,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161263,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161264,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161265,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161266,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161267,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161268,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":85},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":87},{"imageOffset":101391900,"symbol":"frame_worker_thread","symbolLocation":512,"imageIndex":0},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":87}]},{"id":12161391,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]},{"id":12162920,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]},{"id":12162921,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]},{"id":12164416,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]},{"id":12164594,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]},{"id":12164889,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]},{"id":12164890,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":87}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4311105536,
"CFBundleShortVersionString" : "3.5.1",
"CFBundleIdentifier" : "org.blenderfoundation.blender",
"size" : 187105280,
"uuid" : "b2237b41-cf27-3c6d-8c63-ab06b2a91c34",
"path" : "\/Applications\/Blender.app\/Contents\/MacOS\/Blender",
"name" : "Blender",
"CFBundleVersion" : "3.5.1 2023-04-25"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4572233728,
"size" : 409600,
"uuid" : "ab1fadc1-903c-3c36-8438-ce0fe19bed46",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libomp.dylib",
"name" : "libomp.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4571873280,
"size" : 131072,
"uuid" : "cb394e8c-9c52-37c6-9022-fd990fd35d7b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libtbb.dylib",
"name" : "libtbb.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4573904896,
"size" : 622592,
"uuid" : "4731deac-271c-3ffa-a784-1db25c099939",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libosdGPU.dylib",
"name" : "libosdGPU.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4574953472,
"size" : 573440,
"uuid" : "8271d479-dfd6-3eaa-bcc1-736d265872f9",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libosdCPU.dylib",
"name" : "libosdCPU.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4581818368,
"size" : 3784704,
"uuid" : "681f7251-f3c3-3cf3-81d0-c52ad49a94a4",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libOpenColorIO.dylib",
"name" : "libOpenColorIO.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4601430016,
"size" : 6848512,
"uuid" : "16e8ae3f-77fa-33cf-8de5-d882ad9b2ad7",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libOpenImageIO.dylib",
"name" : "libOpenImageIO.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4575805440,
"size" : 507904,
"uuid" : "7428a723-de42-3cb0-b7e2-565fa62f4e3e",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libOpenImageIO_Util.dylib",
"name" : "libOpenImageIO_Util.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4573200384,
"size" : 163840,
"uuid" : "8dc70c62-1e81-3c55-a828-38772a0f8b8f",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_python310.dylib",
"name" : "libboost_python310.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4654727168,
"size" : 23199744,
"uuid" : "b4d6291d-04e2-37b8-bc4e-b2c8f4785040",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libusd_ms.dylib",
"name" : "libusd_ms.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4754751488,
"size" : 24051712,
"uuid" : "896f40b8-9c63-3c0e-ac5b-4f268176047c",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libopenvdb.dylib",
"name" : "libopenvdb.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4577886208,
"size" : 425984,
"uuid" : "6b648faa-424b-364f-b73a-d09d93130503",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libIex.dylib",
"name" : "libIex.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4591042560,
"size" : 2736128,
"uuid" : "511e14ba-a9c9-3b56-8a93-0e4c55cd1645",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libOpenEXR.dylib",
"name" : "libOpenEXR.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4578836480,
"size" : 507904,
"uuid" : "e0e25960-ec4b-3bad-8b0c-c0d2a6799273",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libOpenEXRCore.dylib",
"name" : "libOpenEXRCore.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4571693056,
"size" : 16384,
"uuid" : "bb367d8e-6364-3dae-a17a-77f05f0d11ad",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libIlmThread.dylib",
"name" : "libIlmThread.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4576935936,
"size" : 311296,
"uuid" : "1a6e82b1-513f-3cb9-b6a1-a1c9d4bc740f",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libImath.dylib",
"name" : "libImath.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4571774976,
"size" : 16384,
"uuid" : "e016fca7-87ee-3d62-b75c-9edd1da5cb81",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_date_time.dylib",
"name" : "libboost_date_time.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4573528064,
"size" : 81920,
"uuid" : "78128f3e-0f02-3176-9305-6b0f7d991e06",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_filesystem.dylib",
"name" : "libboost_filesystem.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4579426304,
"size" : 245760,
"uuid" : "354a43e8-3246-33ba-bdee-ed39d0e6ac0b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_regex.dylib",
"name" : "libboost_regex.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4571824128,
"size" : 16384,
"uuid" : "d77553f9-42f6-3d7a-8634-612da23caaa9",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_system.dylib",
"name" : "libboost_system.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4573020160,
"size" : 49152,
"uuid" : "10f833aa-0210-37f9-82ab-5748ad4d22f4",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_thread.dylib",
"name" : "libboost_thread.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4587847680,
"size" : 819200,
"uuid" : "1a824ed6-22ea-38b4-a6d1-8ab528bcfc73",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_wave.dylib",
"name" : "libboost_wave.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4580474880,
"size" : 344064,
"uuid" : "77cbe9a2-df0b-3d43-af3c-9750fd7a12c8",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_locale.dylib",
"name" : "libboost_locale.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4573708288,
"size" : 32768,
"uuid" : "adcdda11-da89-33a2-8650-483e36d02f0b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_iostreams.dylib",
"name" : "libboost_iostreams.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4572135424,
"size" : 16384,
"uuid" : "8944fd7a-dfd8-3ad2-b8d6-6f42a91ae307",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_chrono.dylib",
"name" : "libboost_chrono.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4577312768,
"size" : 16384,
"uuid" : "22201547-32c7-393d-b0f8-e55c2b2c97c5",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_atomic.dylib",
"name" : "libboost_atomic.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4579835904,
"size" : 147456,
"uuid" : "7e0d9013-c728-3315-8d6a-53275bfe33d6",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/lib\/libboost_serialization.dylib",
"name" : "libboost_serialization.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4982833152,
"CFBundleShortVersionString" : "1.14",
"CFBundleIdentifier" : "com.apple.audio.units.Components",
"size" : 1261568,
"uuid" : "3318bd64-e64f-3e69-991d-605d1bc10d7d",
"path" : "\/System\/Library\/Components\/CoreAudio.component\/Contents\/MacOS\/CoreAudio",
"name" : "CoreAudio",
"CFBundleVersion" : "1.14"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4654612480,
"size" : 49152,
"uuid" : "80f14f3d-d099-3693-a8e0-eb9a526b1790",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4972691456,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
"size" : 442368,
"uuid" : "7651840d-f268-3dea-ab6e-979cd46d3b2b",
"path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
"name" : "AppleMetalOpenGLRenderer",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5075435520,
"CFBundleShortVersionString" : "3.0",
"CFBundleIdentifier" : "com.apple.security.csparser",
"size" : 131072,
"uuid" : "862735d9-d84d-31b0-bfa8-d75e2271af1a",
"path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
"name" : "csparser",
"CFBundleVersion" : "60420.101.4"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5075140608,
"size" : 49152,
"uuid" : "b92175e7-2eda-3e63-a88b-29a30c7dc59a",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/math.cpython-310-darwin.so",
"name" : "math.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5075271680,
"size" : 16384,
"uuid" : "20643b46-2fb0-3027-b79e-9baafe73839b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_opcode.cpython-310-darwin.so",
"name" : "_opcode.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5075353600,
"size" : 16384,
"uuid" : "b0c54365-a751-3f8b-89b6-6251da4fb0d8",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/fcntl.cpython-310-darwin.so",
"name" : "fcntl.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5100077056,
"size" : 16384,
"uuid" : "4e260aa0-382c-32a2-994b-d2d308408082",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_posixsubprocess.cpython-310-darwin.so",
"name" : "_posixsubprocess.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5100158976,
"size" : 32768,
"uuid" : "7d5018a4-8f18-3aec-afe1-c6f01f6cb1d1",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/select.cpython-310-darwin.so",
"name" : "select.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5244977152,
"size" : 32768,
"uuid" : "dae535c9-e43b-3afc-8c82-ea1e197a4f59",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_json.cpython-310-darwin.so",
"name" : "_json.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246287872,
"size" : 81920,
"uuid" : "e69608f0-4e37-3c8c-9c97-39842b95f77d",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/zlib.cpython-310-darwin.so",
"name" : "zlib.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246124032,
"size" : 49152,
"uuid" : "5513dba3-f6b0-39cd-b39e-b82d80e75e59",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/array.cpython-310-darwin.so",
"name" : "array.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246451712,
"size" : 32768,
"uuid" : "3cd56ce6-7f0a-3660-913e-ca3fbbdd438d",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_struct.cpython-310-darwin.so",
"name" : "_struct.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246566400,
"size" : 32768,
"uuid" : "d89a4127-f0cc-3046-b805-e20af3929f01",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/binascii.cpython-310-darwin.so",
"name" : "binascii.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246828544,
"size" : 98304,
"uuid" : "0d7682b7-8f06-38d1-bddb-5b50da35ac0a",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_bz2.cpython-310-darwin.so",
"name" : "_bz2.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5247270912,
"size" : 196608,
"uuid" : "1df1f97d-349d-3a0b-86ab-8da8d741720b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_lzma.cpython-310-darwin.so",
"name" : "_lzma.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246664704,
"size" : 16384,
"uuid" : "212b064e-46a2-3b1b-ad09-400f6ee79bf2",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_bisect.cpython-310-darwin.so",
"name" : "_bisect.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246746624,
"size" : 16384,
"uuid" : "e5bd8415-cf89-3dbf-b339-447062fc60ab",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_random.cpython-310-darwin.so",
"name" : "_random.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5246992384,
"size" : 16384,
"uuid" : "bb48122c-fd41-3ebb-9486-64f52c7e2a51",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_sha512.cpython-310-darwin.so",
"name" : "_sha512.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5249466368,
"size" : 655360,
"uuid" : "f980b45a-571a-3d95-9aa2-3c74faa60f06",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/_imaging.cpython-310-darwin.so",
"name" : "_imaging.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5250334720,
"size" : 573440,
"uuid" : "501c822b-93de-315d-9694-0f1fe37de453",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.0.dylib",
"name" : "libopenjp2.2.5.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5248598016,
"size" : 114688,
"uuid" : "e166dd10-65de-35cf-aaf2-2f2ab1facde7",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/.dylibs\/libz.1.2.13.dylib",
"name" : "libz.1.2.13.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5251006464,
"size" : 557056,
"uuid" : "6025fd35-f79b-3d27-9d5f-a7ecbc9c7c3b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/.dylibs\/libtiff.6.dylib",
"name" : "libtiff.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5249056768,
"size" : 163840,
"uuid" : "84c5fb6f-6c28-3dc9-b8e1-e7a956f39d68",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/.dylibs\/libxcb.1.1.0.dylib",
"name" : "libxcb.1.1.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5252005888,
"size" : 245760,
"uuid" : "f227ecad-6491-3b41-82ca-0bc965a31ac9",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/.dylibs\/liblzma.5.dylib",
"name" : "liblzma.5.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5247074304,
"size" : 16384,
"uuid" : "eb428ab4-7b04-3496-b730-871dd0efe2f8",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/PIL\/.dylibs\/libXau.6.0.0.dylib",
"name" : "libXau.6.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5247156224,
"size" : 16384,
"uuid" : "2e217187-469d-3b96-9b8e-df51ba2e8ecd",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_heapq.cpython-310-darwin.so",
"name" : "_heapq.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5248778240,
"size" : 16384,
"uuid" : "be0bda6f-d937-3da2-ad64-d959466baf0b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_queue.cpython-310-darwin.so",
"name" : "_queue.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5251678208,
"size" : 98304,
"uuid" : "b99bf18b-b30c-33d5-8cab-29da7816b512",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_pickle.cpython-310-darwin.so",
"name" : "_pickle.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5251858432,
"size" : 65536,
"uuid" : "d4eb8531-e890-3b51-8db6-b160927e9273",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_socket.cpython-310-darwin.so",
"name" : "_socket.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5257625600,
"size" : 3096576,
"uuid" : "9391e5f1-42ed-341b-8802-cfcdbf87e20d",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/core\/_multiarray_umath.cpython-310-darwin.so",
"name" : "_multiarray_umath.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5253382144,
"size" : 81920,
"uuid" : "c0ac5fa9-b111-36b5-825d-1627cfec4316",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_datetime.cpython-310-darwin.so",
"name" : "_datetime.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5254594560,
"size" : 81920,
"uuid" : "2f8b05da-36bb-3191-9d2a-c65329ba8c22",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/core\/_multiarray_tests.cpython-310-darwin.so",
"name" : "_multiarray_tests.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5256101888,
"size" : 147456,
"uuid" : "1fa89509-55d3-3bc3-9f8b-c80ecc615f94",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_ctypes.cpython-310-darwin.so",
"name" : "_ctypes.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5256364032,
"size" : 98304,
"uuid" : "3f4e9506-e28d-325e-ba99-d8454c91b82e",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-310-darwin.so",
"name" : "_umath_linalg.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5248860160,
"size" : 65536,
"uuid" : "9579484f-ccc7-34e0-bb7e-68b9e5a0299b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-310-darwin.so",
"name" : "_pocketfft_internal.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5262770176,
"size" : 442368,
"uuid" : "81e3f9fc-29c5-3843-81bc-fab8efd3e770",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/mtrand.cpython-310-darwin.so",
"name" : "mtrand.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5262000128,
"size" : 131072,
"uuid" : "5ec54277-809e-3795-a14d-dee9d20b68ab",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/bit_generator.cpython-310-darwin.so",
"name" : "bit_generator.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5263540224,
"size" : 196608,
"uuid" : "97d085bc-9be1-3cca-be18-b9e50cae392a",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_common.cpython-310-darwin.so",
"name" : "_common.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5266423808,
"size" : 1966080,
"uuid" : "86ff6196-a812-3f59-8d50-e4192d421768",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_hashlib.cpython-310-darwin.so",
"name" : "_hashlib.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5249335296,
"size" : 32768,
"uuid" : "cd543256-af7b-3a1a-9921-a115343e15eb",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_blake2.cpython-310-darwin.so",
"name" : "_blake2.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5263835136,
"size" : 294912,
"uuid" : "84410b20-1b0e-3cd2-bee0-4d51ea4e2b6e",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_bounded_integers.cpython-310-darwin.so",
"name" : "_bounded_integers.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5262229504,
"size" : 65536,
"uuid" : "4b071789-d970-307c-a7d4-e16d1364f8fe",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_mt19937.cpython-310-darwin.so",
"name" : "_mt19937.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5255839744,
"size" : 49152,
"uuid" : "60c380ad-ceae-3275-8123-a53d45950ed2",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_philox.cpython-310-darwin.so",
"name" : "_philox.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5262524416,
"size" : 65536,
"uuid" : "efdcabd3-7130-3ead-9e4d-50fdef83508e",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_pcg64.cpython-310-darwin.so",
"name" : "_pcg64.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5255970816,
"size" : 32768,
"uuid" : "e908538a-6436-3a53-ab5f-1d1b1bb18f6b",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_sfc64.cpython-310-darwin.so",
"name" : "_sfc64.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5265145856,
"size" : 557056,
"uuid" : "2685bf6f-5177-3760-b5fe-0c0909aa36f4",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/site-packages\/numpy\/random\/_generator.cpython-310-darwin.so",
"name" : "_generator.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5274583040,
"size" : 2572288,
"uuid" : "20e8f912-e3fe-38c2-82b8-b345b45cc230",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_ssl.cpython-310-darwin.so",
"name" : "_ssl.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5262376960,
"size" : 16384,
"uuid" : "eea4278c-026e-3e5e-bb5a-4f033e14cdc5",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_scproxy.cpython-310-darwin.so",
"name" : "_scproxy.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5279170560,
"size" : 1097728,
"uuid" : "15517b2b-c396-34e5-be6c-c6cce9418023",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/unicodedata.cpython-310-darwin.so",
"name" : "unicodedata.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5264244736,
"size" : 32768,
"uuid" : "a29e5cc2-bca9-3e27-afdc-ea4a83db00b1",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_multibytecodec.cpython-310-darwin.so",
"name" : "_multibytecodec.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5281398784,
"size" : 278528,
"uuid" : "e6daa32f-0e4b-39f0-9a7e-a3e68c6616b9",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/_decimal.cpython-310-darwin.so",
"name" : "_decimal.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5264637952,
"size" : 163840,
"uuid" : "2db2d3a8-cdb1-3020-b5ad-15c5ab04f848",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/pyexpat.cpython-310-darwin.so",
"name" : "pyexpat.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5262671872,
"size" : 16384,
"uuid" : "653373c9-b517-32ec-a70d-591bc2b53575",
"path" : "\/Applications\/Blender.app\/Contents\/Resources\/3.5\/python\/lib\/python3.10\/lib-dynload\/termios.cpython-310-darwin.so",
"name" : "termios.cpython-310-darwin.so"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5283086336,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.CloudDocsFileProvider",
"size" : 32768,
"uuid" : "26e33c5a-f76f-3570-8782-d0dc2d61ff00",
"path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/CloudDocsFileProvider.bundle\/Contents\/MacOS\/CloudDocsFileProvider",
"name" : "CloudDocsFileProvider",
"CFBundleVersion" : "1553.100.384"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5283184640,
"CFBundleShortVersionString" : "855.100.378",
"CFBundleIdentifier" : "com.apple.FileProviderOverride",
"size" : 32768,
"uuid" : "782f062d-b9d5-3e62-9ce7-b68d197712a2",
"path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FileProviderOverride.bundle\/Contents\/MacOS\/FileProviderOverride",
"name" : "FileProviderOverride",
"CFBundleVersion" : "855.100.378"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5305516032,
"CFBundleShortVersionString" : "13.3",
"CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
"size" : 131072,
"uuid" : "99856966-e77f-3294-a16a-e59a7e494572",
"path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FinderSyncCollaborationFileProviderOverride.bundle\/Contents\/MacOS\/FinderSyncCollaborationFileProviderOverride",
"name" : "FinderSyncCollaborationFileProviderOverride",
"CFBundleVersion" : "1563.5.2"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6819749888,
"size" : 582972,
"uuid" : "ac277a36-1808-327a-8761-cca585421212",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6823014400,
"size" : 237544,
"uuid" : "7acbd9bc-d056-310e-858d-81b116cf6d28",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6821494784,
"size" : 294912,
"uuid" : "8e87dc0e-a570-3933-b37d-5e05ad516206",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6823251968,
"size" : 53248,
"uuid" : "b401cfb3-8dfe-32db-92b3-ba8af0f8ca6e",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6980681728,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.audio.caulk",
"size" : 167936,
"uuid" : "06456788-36d4-3e9d-ab9a-eab934756fe4",
"path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
"name" : "caulk"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6857859072,
"CFBundleShortVersionString" : "5.0",
"CFBundleIdentifier" : "com.apple.audio.CoreAudio",
"size" : 6897664,
"uuid" : "41fa6c48-7a9f-3181-a122-953cfaa18117",
"path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
"name" : "CoreAudio",
"CFBundleVersion" : "5.0"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6823669760,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5087232,
"uuid" : "b4fdaece-9727-3969-b014-27f7f24c8e01",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1971"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6876508160,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15790080,
"uuid" : "cc3e5215-4cd7-364c-8750-6eb7002720ce",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299.50.120"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 6819086336,
"size" : 3539533824,
"uuid" : "ebddd61c-5dcf-399c-a88b-759edf197103"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)\nWritable regions: Total=2.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 4480K 8 \nCG image 256K 8 \nColorSync 576K 26 \nCoreAnimation 144K 9 \nCoreGraphics 48K 3 \nCoreImage 16K 1 \nCoreUI image data 496K 7 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 1.2G 157 \nMALLOC guard page 192K 9 \nMALLOC_MEDIUM (reserved) 896.0M 10 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nOpenGL GLSL 256K 3 \nSTACK GUARD 624K 39 \nStack 53.2M 40 \nStack Guard 16K 1 \nVM_ALLOCATE 90.1M 800 \nVM_ALLOCATE (reserved) 32K 1 reserved VM address space (unallocated)\n__AUTH 901K 236 \n__AUTH_CONST 16.3M 425 \n__CTF 824 1 \n__DATA 24.9M 501 \n__DATA_CONST 27.8M 510 \n__DATA_DIRTY 1084K 140 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 912.0M 85 \n__OBJC_RO 66.2M 1 \n__OBJC_RW 2011K 1 \n__TEXT 574.3M 528 \ndyld private memory 656K 4 \nmapped file 206.0M 32 \nshared memory 1008K 19 \n=========== ======= ======= \nTOTAL 4.4G 3613 \nTOTAL, minus reserved VM space 3.1G 3613 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "2022416585a3fddcc1380ef08e2ab4977c88d3df",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "60356660bbe37970735c5624",
"factorPackIds" : {
},
"deploymentId" : 240000027
},
{
"rolloutId" : "62c74108bcb0435c2153f963",
"factorPackIds" : {
"SIRI_TEXT_TO_SPEECH" : "646e992abe9a764ca8f53344"
},
"deploymentId" : 240000197
}
],
"experiments" : [
{
"treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
"experimentId" : "6317d2003d24842ff850182a",
"deploymentId" : 400000013
},
{
"treatmentId" : "d28d100b-301c-49ae-b6c9-57930102d4d4",
"experimentId" : "64466b09a3b9440a82a18c34",
"deploymentId" : 400000002
}
]
}
}
Model: MacBookPro18,4, BootROM 8422.100.650, proc 10:8:2 processors, 32 GB, SMC
Graphics: Apple M1 Max, Apple M1 Max, Built-In
Display: Cintiq 27QHD, 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, 0x4387), wl0: Mar 8 2023 18:27:05 version 20.96.27.0.8.7.144 FWID 01-ec2ac09e
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: Cintiq 27QHDT Hub
USB Device: Cintiq 27QHDT Hub
USB Device: Cintiq 27QHDT Hub
USB Device: Cintiq 27QHDT Hub
USB Device: Single RS232-HS
USB Device: Cintiq 27QHD Tablet
USB Device: Cintiq 27QHDT Hub
USB Device: ExpressKey Remote
USB Device: Microsoft® Nano Transceiver v2.1
USB Device: Cintiq 27QHDT Hub
USB Device: 2.4G Wireless Receiver
USB Device: USB31Bus
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
If you want to see the file I'm using it's here, but it seems to do the same thing no matter what file I try it with: https://www.dropbox.com/s/vc7qlgra5jdf4hx/Cyberpunk-Scenes-v4.blend?dl=0
Although, if I just start a new file and make a sequence of storyboard frames, even scribbling on a couple, it doesn't give me any trouble to duplicate them. The problem is when I've been working on something for a while, maybe it gets overloaded trying to copy the shot?
Not sure if I have something set up wrong but I keep getting this error when trying to duplicate shots