Git Product home page Git Product logo

shockemu's Issues

"Abort trap: 6" on run.sh

Hey,

On MacBook Air M1 2020 running macOS Big Sur 11.5:

  • System Integrity Protection status: disabled
  • build.sh has been changed: python3 shockemu.py $1
  • Running the build gives a warning but is creating new iohid_wrap.dylib, iohid_wrap.m and mapKeys.h:
iohid_wrap.m:64:35: warning: cast to smaller integer type 'unsigned int' from 'IOHIDDeviceRef _Nonnull' (aka 'struct __IOHIDDevice *') [-Wpointer-to-int-cast]
        printf("IOHIDDeviceOpen %08x\n", (unsigned int) device);
                                         ^~~~~~~~~~~~~~~~~~~~~
1 warning generated.

However, when I execute the run script, I get:

./run.sh: line 3: 3172 Abort trap: 6 DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=iohid_wrap.dylib /Applications/RemotePlay.app/Contents/MacOS/RemotePlay > /dev/null 2>&1

For information, I can manually start RemotePlay using this command: /Applications/RemotePlay.app/Contents/MacOS/RemotePlay

PS: is this soft only working with RemotePlay? How can I make it to work with any other app using the PS4 DualShock?

Thanks for your help!

[M1 related?] SyntaxError: invalid syntax

paulosigales@Paulos-Mac-mini ShockEmu % ./build.sh example.se
  File "shockemu.py", line 49
    print('{v} = {k};'.format(v=v,k=k),file=fp)
                                           ^
SyntaxError: invalid syntax
iohid_wrap.m:64:35: warning: cast to smaller integer type 'unsigned int' from 'IOHIDDeviceRef _Nonnull' (aka 'struct __IOHIDDevice *') [-Wpointer-to-int-cast]
        printf("IOHIDDeviceOpen %08x\n", (unsigned int) device);
                                         ^~~~~~~~~~~~~~~~~~~~~
1 warning generated.
paulosigales@Paulos-Mac-mini ShockEmu % 
paulosigales@Paulos-Mac-mini ShockEmu % csrutil status
System Integrity Protection status: disabled.

Command line tools - version: 12.5.0.0.1.1617976050
Big Sour 11.3 - Mac Mini M1
Bluetooth keyboard - Logitech K380

Some idea?

With file('mapKeys.h', 'w') as fp: NameError: name 'file' is not defined - 'mapKeys.h' file not found

For some reason I'm having this issue. I use Python3 as default so i updated the code using https://www.pythonconverter.com/ but i was already having this issue before updating the code. I have no clue why this happens and i'm not too into code. The full Terminal output is as follows:

alex@MacBook-Pro shockemu % ./build.sh gamepad.se
gcc -DDEBUG -o gpad-daemon gpad-daemon.c gamepad.c -framework Foundation -framework IOKit
Traceback (most recent call last):
  File "shockemu.py", line 36, in <module>
    with file('mapKeys.h', 'w') as fp:
NameError: name 'file' is not defined
iohid_wrap.m:426:10: fatal error: 'mapKeys.h' file not found
#include "mapKeys.h"
         ^~~~~~~~~~~
1 error generated.

Cannot compile (macOS Big Sur)

stefan@Stefans-MacBook-Pro ShockEmu % ./build.sh only_keyboard.se File "shockemu.py", line 49 print('{v} = {k};'.format(v=v,k=k),file=fp) ^ SyntaxError: invalid syntax iohid_wrap.m:246:10: fatal error: 'mapKeys.h' file not found #include "mapKeys.h" ^~~~~~~~~~~ 1 error generated.

error

Hi,

I get the error (IOError: [Errno 2] No such file or directory: 'only_keyboard.se')

I don't really know what I am doing just wondering if its something I am doing wrong.

Thanks

crushed when I using keyboard to input something

./run.sh: line 3: 11308 Segmentation fault: 11 DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=iohid_wrap.dylib /Applications/RemotePlay.app/Contents/MacOS/RemotePlay > /dev/null 2>&1

macOS 12.0.1 apple MacBook m1 pro13' python3.9.
System Integrity Protection status: disabled.

crushed when I using keyboard to input something

Crash on macOS 12 (Monterey)

Even with SIP disabled... ¯\_(ツ)_/¯

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

Process:               RemotePlay [1701]
Path:                  /Applications/RemotePlay.app/Contents/MacOS/RemotePlay
Identifier:            com.playstation.RemotePlay
Version:               4.1.0 (4.1.0)
Code Type:             X86-64 (Native)
Parent Process:        Exited process [1699]
Responsible:           Terminal [652]
User ID:               501

Date/Time:             2021-07-11 21:33:10.9327 +0200
OS Version:            macOS 12.0 (21A5268h)
Report Version:        12
Bridge OS Version:     6.0 (19P50284g)
Anonymous UUID:        5AFB3FA4-1C8E-3B03-3A01-6C1AB821AF0B


Time Awake Since Boot: 58 seconds

System Integrity Protection: disabled

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

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

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

VM Region Info: 0x75 is not in any region.  Bytes before following region: 4404907915
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      1068d9000-106c61000    [ 3616K] r-x/r-x SM=COW  ...OS/RemotePlay

Application Specific Information:



Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   iohid_wrap.dylib              	       0x10ae0423e -[HIDRunner keyDown:] + 62
1   AppKit                        	    0x7ff81d77fce4 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 7150
2   AppKit                        	    0x7ff81d77ded6 -[NSWindow(NSEventRouting) sendEvent:] + 352
3   AppKit                        	    0x7ff81d77ccea -[NSApplication(NSEvent) sendEvent:] + 3022
4   AppKit                        	    0x7ff81da34c6f -[NSApplication _handleEvent:] + 65
5   AppKit                        	    0x7ff81d5fbf6a -[NSApplication run] + 623
6   AppKit                        	    0x7ff81d5d01b8 NSApplicationMain + 816
7   RemotePlay                    	       0x1068e1149 0x1068d9000 + 33097
8   dyld                          	       0x10fd004d5 start + 421

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

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

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

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

Thread 5:
0   libsystem_pthread.dylib       	    0x7ff81ab440b0 start_wqthread + 0

Thread 6:
0   libsystem_kernel.dylib        	    0x7ff81ab1448a __semwait_signal + 10
1   libsystem_c.dylib             	    0x7ff81aa2b959 nanosleep + 196
2   libsystem_c.dylib             	    0x7ff81aa2b88f usleep + 53
3   RemotePlay                    	       0x106983aca 0x1068d9000 + 699082
4   RemotePlay                    	       0x10695a2c4 0x1068d9000 + 529092
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 7:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x10697e5a6 0x1068d9000 + 677286
3   RemotePlay                    	       0x106959dfe 0x1068d9000 + 527870
4   RemotePlay                    	       0x106959849 0x1068d9000 + 526409
5   RemotePlay                    	       0x106959af9 0x1068d9000 + 527097
6   RemotePlay                    	       0x106986550 0x1068d9000 + 709968
7   RemotePlay                    	       0x10698411c 0x1068d9000 + 700700
8   RemotePlay                    	       0x10698417b 0x1068d9000 + 700795
9   RemotePlay                    	       0x10695a21e 0x1068d9000 + 528926
10  libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
11  libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 8:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x10697e5a6 0x1068d9000 + 677286
3   RemotePlay                    	       0x106959dfe 0x1068d9000 + 527870
4   RemotePlay                    	       0x106959849 0x1068d9000 + 526409
5   RemotePlay                    	       0x106959af9 0x1068d9000 + 527097
6   RemotePlay                    	       0x106948d98 0x1068d9000 + 458136
7   RemotePlay                    	       0x10697eaae 0x1068d9000 + 678574
8   RemotePlay                    	       0x10695a2c4 0x1068d9000 + 529092
9   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
10  libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 9:: ScePadOutput(port0)
0   libsystem_kernel.dylib        	    0x7ff81ab11ba6 semaphore_wait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aa45 _dispatch_sema4_wait + 16
2   libdispatch.dylib             	    0x7ff81a99af14 _dispatch_semaphore_wait_slow + 98
3   RemotePlay                    	       0x1069b0db0 0x1068d9000 + 884144
4   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 10:: ScePadOutput(port1)
0   libsystem_kernel.dylib        	    0x7ff81ab11ba6 semaphore_wait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aa45 _dispatch_sema4_wait + 16
2   libdispatch.dylib             	    0x7ff81a99af14 _dispatch_semaphore_wait_slow + 98
3   RemotePlay                    	       0x1069b0db0 0x1068d9000 + 884144
4   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 11:: ScePadOutput(port2)
0   libsystem_kernel.dylib        	    0x7ff81ab11ba6 semaphore_wait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aa45 _dispatch_sema4_wait + 16
2   libdispatch.dylib             	    0x7ff81a99af14 _dispatch_semaphore_wait_slow + 98
3   RemotePlay                    	       0x1069b0db0 0x1068d9000 + 884144
4   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 12:: ScePadOutput(port3)
0   libsystem_kernel.dylib        	    0x7ff81ab11ba6 semaphore_wait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aa45 _dispatch_sema4_wait + 16
2   libdispatch.dylib             	    0x7ff81a99af14 _dispatch_semaphore_wait_slow + 98
3   RemotePlay                    	       0x1069b0db0 0x1068d9000 + 884144
4   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 13:: ScePadInsertionAndRemoval
0   libsystem_kernel.dylib        	    0x7ff81ab11b6a mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff81ab11edb mach_msg + 59
2   CoreFoundation                	    0x7ff81ac115c5 __CFRunLoopServiceMachPort + 319
3   CoreFoundation                	    0x7ff81ac0fc87 __CFRunLoopRun + 1325
4   CoreFoundation                	    0x7ff81ac0f099 CFRunLoopRunSpecific + 563
5   Foundation                    	    0x7ff81ba6ca77 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   Foundation                    	    0x7ff81baf25d1 -[NSRunLoop(NSRunLoop) runUntilDate:] + 103
7   RemotePlay                    	       0x1069bdbed 0x1068d9000 + 936941
8   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
9   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
10  libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 14:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	    0x7ff81ab11b6a mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff81ab11edb mach_msg + 59
2   CoreFoundation                	    0x7ff81ac115c5 __CFRunLoopServiceMachPort + 319
3   CoreFoundation                	    0x7ff81ac0fc87 __CFRunLoopRun + 1325
4   CoreFoundation                	    0x7ff81ac0f099 CFRunLoopRunSpecific + 563
5   AppKit                        	    0x7ff81d77a72c _NSEventThread + 132
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 15:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	    0x7ff81ab11b6a mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff81ab11edb mach_msg + 59
2   CoreFoundation                	    0x7ff81ac115c5 __CFRunLoopServiceMachPort + 319
3   CoreFoundation                	    0x7ff81ac0fc87 __CFRunLoopRun + 1325
4   CoreFoundation                	    0x7ff81ac0f099 CFRunLoopRunSpecific + 563
5   CFNetwork                     	    0x7ff81f7be1d2 0x7ff81f572000 + 2408914
6   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 16:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   libc++.1.dylib                	    0x7ff81aaafb73 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3   RemotePlay                    	       0x1068de727 0x1068d9000 + 22311
4   RemotePlay                    	       0x10692205c 0x1068d9000 + 299100
5   RemotePlay                    	       0x106921686 0x1068d9000 + 296582
6   Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 17:
0   libsystem_kernel.dylib        	    0x7ff81ab1aa76 kevent64 + 10
1   RemotePlay                    	       0x1069613cf 0x1068d9000 + 558031
2   RemotePlay                    	       0x10696dc4c 0x1068d9000 + 609356
3   RemotePlay                    	       0x10696d9e5 0x1068d9000 + 608741
4   RemotePlay                    	       0x10695a2c4 0x1068d9000 + 529092
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 18:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x10697e5a6 0x1068d9000 + 677286
3   RemotePlay                    	       0x10697136c 0x1068d9000 + 623468
4   RemotePlay                    	       0x10696d71f 0x1068d9000 + 608031
5   RemotePlay                    	       0x10696f48d 0x1068d9000 + 615565
6   RemotePlay                    	       0x10696d9fb 0x1068d9000 + 608763
7   RemotePlay                    	       0x10695a2c4 0x1068d9000 + 529092
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 19:: trpClient:9297
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x10697e5a6 0x1068d9000 + 677286
3   RemotePlay                    	       0x106959dfe 0x1068d9000 + 527870
4   RemotePlay                    	       0x106959849 0x1068d9000 + 526409
5   RemotePlay                    	       0x106959af9 0x1068d9000 + 527097
6   RemotePlay                    	       0x106966af0 0x1068d9000 + 580336
7   RemotePlay                    	       0x10695a2c4 0x1068d9000 + 529092
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 20:: EventMgr
0   libsystem_kernel.dylib        	    0x7ff81ab1825e poll + 10
1   RemotePlay                    	       0x106a9674f 0x1068d9000 + 1824591
2   RemotePlay                    	       0x106a93316 0x1068d9000 + 1811222
3   RemotePlay                    	       0x106a8f4f3 0x1068d9000 + 1795315
4   RemotePlay                    	       0x106af1db8 0x1068d9000 + 2198968
5   RemotePlay                    	       0x106ae7722 0x1068d9000 + 2156322
6   RemotePlay                    	       0x106ae4e05 0x1068d9000 + 2145797
7   RemotePlay                    	       0x106af9ba9 0x1068d9000 + 2231209
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 21:: trpClient:9296
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b79eeb 0x1068d9000 + 2756331
4   RemotePlay                    	       0x106b82c0c 0x1068d9000 + 2792460
5   RemotePlay                    	       0x1069cff67 0x1068d9000 + 1011559
6   RemotePlay                    	       0x1069ccae9 0x1068d9000 + 998121
7   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 22:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x10697e5a6 0x1068d9000 + 677286
3   RemotePlay                    	       0x106959dfe 0x1068d9000 + 527870
4   RemotePlay                    	       0x106959849 0x1068d9000 + 526409
5   RemotePlay                    	       0x106959af9 0x1068d9000 + 527097
6   RemotePlay                    	       0x1069633f9 0x1068d9000 + 566265
7   RemotePlay                    	       0x1069621f4 0x1068d9000 + 561652
8   RemotePlay                    	       0x10695a2c4 0x1068d9000 + 529092
9   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
10  libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 23:: takc-Receiver
0   libsystem_kernel.dylib        	    0x7ff81ab1825e poll + 10
1   RemotePlay                    	       0x106af5862 0x1068d9000 + 2213986
2   RemotePlay                    	       0x106af44c9 0x1068d9000 + 2208969
3   RemotePlay                    	       0x106af4726 0x1068d9000 + 2209574
4   RemotePlay                    	       0x106bd1ba5 0x1068d9000 + 3115941
5   RemotePlay                    	       0x106bc7adf 0x1068d9000 + 3074783
6   RemotePlay                    	       0x106bc54c1 0x1068d9000 + 3065025
7   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 24:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106bcfb80 0x1068d9000 + 3107712
4   RemotePlay                    	       0x106bcd451 0x1068d9000 + 3097681
5   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 25:: crypt thread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af7071 0x1068d9000 + 2220145
3   RemotePlay                    	       0x106b00864 0x1068d9000 + 2259044
4   RemotePlay                    	       0x106af9ba9 0x1068d9000 + 2231209
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 26:: crypt thread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af7071 0x1068d9000 + 2220145
3   RemotePlay                    	       0x106b00864 0x1068d9000 + 2259044
4   RemotePlay                    	       0x106af9ba9 0x1068d9000 + 2231209
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 27:: takc-CongestionControl
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af964d 0x1068d9000 + 2229837
3   RemotePlay                    	       0x106bc9160 0x1068d9000 + 3080544
4   RemotePlay                    	       0x106bc5cc5 0x1068d9000 + 3067077
5   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 28:: NetConnRecv
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b8f78b 0x1068d9000 + 2844555
4   RemotePlay                    	       0x106b87cc1 0x1068d9000 + 2813121
5   RemotePlay                    	       0x106bc5e0c 0x1068d9000 + 3067404
6   RemotePlay                    	       0x106b89ce2 0x1068d9000 + 2821346
7   RemotePlay                    	       0x106b88e7f 0x1068d9000 + 2817663
8   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
9   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
10  libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 29:: NetConnSend
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af964d 0x1068d9000 + 2229837
3   RemotePlay                    	       0x106b8939a 0x1068d9000 + 2818970
4   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 30:: NetConnAudioSend
0   libsystem_kernel.dylib        	    0x7ff81ab1448a __semwait_signal + 10
1   libsystem_c.dylib             	    0x7ff81aa2b959 nanosleep + 196
2   libsystem_c.dylib             	    0x7ff81aa2b88f usleep + 53
3   RemotePlay                    	       0x106b89636 0x1068d9000 + 2819638
4   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 31:: ControllerCallback Invoke Thread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b8210e 0x1068d9000 + 2789646
4   RemotePlay                    	       0x106af9ba9 0x1068d9000 + 2231209
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 32:: VideoPump Thread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x1069d2b13 0x1068d9000 + 1022739
4   RemotePlay                    	       0x1069cf93d 0x1068d9000 + 1009981
5   RemotePlay                    	       0x1069cdf14 0x1068d9000 + 1003284
6   RemotePlay                    	       0x1069ccae9 0x1068d9000 + 998121
7   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 33:: AMCP Logging Spool
0   libsystem_kernel.dylib        	    0x7ff81ab11ba6 semaphore_wait_trap + 10
1   caulk                         	    0x7ff82349e1be caulk::mach::semaphore::wait_or_error() + 16
2   caulk                         	    0x7ff823484fd2 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                         	    0x7ff823484c96 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*) + 41
4   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
5   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 34:: com.apple.coreaudio.AQClient
0   libsystem_kernel.dylib        	    0x7ff81ab11b6a mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff81ab11edb mach_msg + 59
2   CoreFoundation                	    0x7ff81ac115c5 __CFRunLoopServiceMachPort + 319
3   CoreFoundation                	    0x7ff81ac0fc87 __CFRunLoopRun + 1325
4   CoreFoundation                	    0x7ff81ac0f099 CFRunLoopRunSpecific + 563
5   AudioToolbox                  	    0x7ff82873ab61 CADeprecated::GenericRunLoopThread::Entry(void*) + 157
6   libAudioToolboxUtility.dylib  	    0x7ff82731215b CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 35:
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   libc++.1.dylib                	    0x7ff81aaafb73 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3   RemotePlay                    	       0x1068df8dd 0x1068d9000 + 26845
4   RemotePlay                    	       0x1068de93f 0x1068d9000 + 22847
5   RemotePlay                    	       0x10692b8f0 0x1068d9000 + 338160
6   RemotePlay                    	       0x10692dc81 0x1068d9000 + 347265
7   libswiftObjectiveC.dylib      	    0x7ff82fa06e6c autoreleasepool<A>(invoking:) + 44
8   RemotePlay                    	       0x10692dbe1 0x1068d9000 + 347105
9   RemotePlay                    	       0x10692c396 0x1068d9000 + 340886
10  Foundation                    	    0x7ff81ba656e5 __NSThread__start__ + 1066
11  libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
12  libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 36:: DecodeAudioThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b97087 0x1068d9000 + 2875527
4   RemotePlay                    	       0x106b7e922 0x1068d9000 + 2775330
5   RemotePlay                    	       0x106b7d106 0x1068d9000 + 2769158
6   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 37:: DecodeAudioThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b97087 0x1068d9000 + 2875527
4   RemotePlay                    	       0x106b7e922 0x1068d9000 + 2775330
5   RemotePlay                    	       0x106b7d106 0x1068d9000 + 2769158
6   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 38:: DecodeAudioThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b97087 0x1068d9000 + 2875527
4   RemotePlay                    	       0x106b7e922 0x1068d9000 + 2775330
5   RemotePlay                    	       0x106b7d106 0x1068d9000 + 2769158
6   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 39:: DecodeAudioThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b97087 0x1068d9000 + 2875527
4   RemotePlay                    	       0x106b7e922 0x1068d9000 + 2775330
5   RemotePlay                    	       0x106b7d106 0x1068d9000 + 2769158
6   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 40:: DecodeAudioThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b97087 0x1068d9000 + 2875527
4   RemotePlay                    	       0x106b7e922 0x1068d9000 + 2775330
5   RemotePlay                    	       0x106b7d106 0x1068d9000 + 2769158
6   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 41:: DecodeVideoThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106b97087 0x1068d9000 + 2875527
4   RemotePlay                    	       0x106b7e266 0x1068d9000 + 2773606
5   RemotePlay                    	       0x106b7d125 0x1068d9000 + 2769189
6   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
7   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 42:: Send Audio Thread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af712f 0x1068d9000 + 2220335
3   RemotePlay                    	       0x106bbed29 0x1068d9000 + 3038505
4   RemotePlay                    	       0x106bbcc9d 0x1068d9000 + 3030173
5   RemotePlay                    	       0x106bbd36a 0x1068d9000 + 3031914
6   RemotePlay                    	       0x106bbcb17 0x1068d9000 + 3029783
7   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
8   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 43:: Encode Audio Thread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   RemotePlay                    	       0x106af964d 0x1068d9000 + 2229837
3   RemotePlay                    	       0x106bbd281 0x1068d9000 + 3031681
4   RemotePlay                    	       0x106bbcb25 0x1068d9000 + 3029797
5   RemotePlay                    	       0x106af9bfe 0x1068d9000 + 2231294
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 44:
0   libsystem_kernel.dylib        	    0x7ff81ab11ba6 semaphore_wait_trap + 10
1   caulk                         	    0x7ff82349e1be caulk::mach::semaphore::wait_or_error() + 16
2   caulk                         	    0x7ff823484fd2 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                         	    0x7ff823484c96 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*) + 41
4   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
5   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 45:: com.apple.coremedia.imagequeue.coreanimation.common
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   CoreMedia                     	    0x7ff8234cce21 WaitOnConditionTimed + 78
3   CoreMedia                     	    0x7ff8234b3f96 FigSemaphoreWaitRelative + 160
4   MediaToolbox                  	    0x7ff827afab97 0x7ff827682000 + 4688791
5   CoreMedia                     	    0x7ff8234cc9d4 figThreadMain + 522
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 46:: AQConverterThread
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   libAudioToolboxUtility.dylib  	    0x7ff82732fc2c CADeprecated::CAGuard::Wait() + 54
3   AudioToolbox                  	    0x7ff828692029 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 707
4   libAudioToolboxUtility.dylib  	    0x7ff82731215b CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77
5   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 47:: com.apple.coremedia.videomediaconverter
0   libsystem_kernel.dylib        	    0x7ff81ab145b6 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff81ab48b2d _pthread_cond_wait + 1224
2   CoreMedia                     	    0x7ff8234ce6a1 WaitOnCondition + 11
3   CoreMedia                     	    0x7ff8234b3f8f FigSemaphoreWaitRelative + 153
4   MediaToolbox                  	    0x7ff827af20c0 0x7ff827682000 + 4653248
5   CoreMedia                     	    0x7ff8234cc9d4 figThreadMain + 522
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 48:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	    0x7ff81ab11b6a mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff81ab11edb mach_msg + 59
2   CoreAudio                     	    0x7ff81c769875 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111
3   CoreAudio                     	    0x7ff81c5faa05 HALC_ProxyIOContext::IOWorkLoop() + 3939
4   CoreAudio                     	    0x7ff81c5f94c5 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 63
5   CoreAudio                     	    0x7ff81c7bfe54 HALB_IOThread::Entry(void*) + 72
6   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
7   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 49:
0   libsystem_kernel.dylib        	    0x7ff81ab11bbe semaphore_timedwait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aabf _dispatch_sema4_timedwait + 72
2   libdispatch.dylib             	    0x7ff81a99aeec _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	    0x7ff81a9a97b2 _dispatch_worker_thread + 286
4   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
5   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 50:
0   libsystem_kernel.dylib        	    0x7ff81ab11bbe semaphore_timedwait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aabf _dispatch_sema4_timedwait + 72
2   libdispatch.dylib             	    0x7ff81a99aeec _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	    0x7ff81a9a97b2 _dispatch_worker_thread + 286
4   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
5   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15

Thread 51:
0   libsystem_kernel.dylib        	    0x7ff81ab11bbe semaphore_timedwait_trap + 10
1   libdispatch.dylib             	    0x7ff81a99aabf _dispatch_sema4_timedwait + 72
2   libdispatch.dylib             	    0x7ff81a99aeec _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	    0x7ff81a9a97b2 _dispatch_worker_thread + 286
4   libsystem_pthread.dylib       	    0x7ff81ab485b8 _pthread_start + 125
5   libsystem_pthread.dylib       	    0x7ff81ab440d3 thread_start + 15


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000011  rbx: 0x00007fcd3a532090  rcx: 0x0000000000000011  rdx: 0x0000000000000000
  rdi: 0x0000600001318840  rsi: 0x00007ff83522d7da  rbp: 0x000000010acef830  rsp: 0x000000010acef810
   r8: 0x0000000000000011   r9: 0xfffeffffffffffff  r10: 0x00007ff85c239182  r11: 0x00007ff81d816b76
  r12: 0x00007fcd3a532090  r13: 0x00007ff83518bf4a  r14: 0x00007ff8352c3799  r15: 0x00007ff835289cc1
  rip: 0x000000010ae0423e  rfl: 0x0000000000010203  cr2: 0x0000000000000075
  
Logical CPU:     0
Error Code:      0x00000006 (no mapping for user data write)
Trap Number:     14

Thread 0 instruction stream:
  48 8b 45 f8 8a 88 91 00-00 00 48 8b 45 f8 80 e1  H.E.......H.E...
  01 88 48 41 5d c3 66 2e-0f 1f 84 00 00 00 00 00  ..HA].f.........
  66 90 55 48 89 e5 48 83-ec 20 48 89 7d f8 48 89  f.UH..H.. H.}.H.
  75 f0 48 89 55 e8 48 8b-05 7d 56 00 00 48 8b 4d  u.H.U.H..}V..H.M
  e8 48 8b 35 8a 54 00 00-48 89 cf 48 89 45 e0 ff  .H.5.T..H..H.E..
  15 dd 0d 00 00 44 0f b7-c0 44 89 c1 48 8b 55 e0  .....D...D..H.U.
 [c6]44 0a 64 01 48 8b 0d-4e 56 00 00 48 8b 35 67  .D.d.H..NV..H.5g	<==
  54 00 00 48 89 cf ff 15-b6 0d 00 00 48 83 c4 20  T..H........H.. 
  5d c3 55 48 89 e5 48 83-ec 20 48 89 7d f8 48 89  ].UH..H.. H.}.H.
  75 f0 48 89 55 e8 48 8b-05 1d 56 00 00 48 8b 4d  u.H.U.H...V..H.M
  e8 48 8b 35 2a 54 00 00-48 89 cf 48 89 45 e0 ff  .H.5*T..H..H.E..
  15 7d 0d 00 00 44 0f b7-c0 44 89 c1 48 8b 55 e0  .}...D...D..H.U.

Binary Images:
       0x10ae01000 -        0x10ae04fff iohid_wrap.dylib (*) <6449e49c-a029-3848-9061-477885829a07> /Users/USER/Downloads/*/iohid_wrap.dylib
    0x7ff81d5cd000 -     0x7ff81e43efff com.apple.AppKit (6.9) <bead4430-adda-33a7-8140-3b32cbf91760> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1068d9000 -        0x106c60fff com.playstation.RemotePlay (4.1.0) <30626901-2825-3e1e-9324-1aef9738ff19> /Applications/RemotePlay.app/Contents/MacOS/RemotePlay
       0x10fcfb000 -        0x10fd62fff dyld (*) <1051784a-31a4-3307-b922-6e65e511ff69> /usr/lib/dyld
    0x7ff81ab42000 -     0x7ff81ab4dfff libsystem_pthread.dylib (*) <c853a271-7b75-35bf-ba0a-434228dbadad> /usr/lib/system/libsystem_pthread.dylib
    0x7ff81ab11000 -     0x7ff81ab41fff libsystem_kernel.dylib (*) <c2f2ceeb-8197-3b4e-8458-14a92fc82ae9> /usr/lib/system/libsystem_kernel.dylib
    0x7ff81aa1b000 -     0x7ff81aaa3fff libsystem_c.dylib (*) <f645e818-dec6-3d70-b6ae-ed8ac3323e7f> /usr/lib/system/libsystem_c.dylib
    0x7ff81a997000 -     0x7ff81a9ddfff libdispatch.dylib (*) <e58c5edc-31e8-3348-a549-e28bc4d53470> /usr/lib/system/libdispatch.dylib
    0x7ff81ba0d000 -     0x7ff81bdbffff com.apple.Foundation (6.9) <b6d88a17-a065-35c4-ba33-342c0daf004e> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7ff81ab90000 -     0x7ff81b091fff com.apple.CoreFoundation (6.9) <03186249-98b8-3e9a-a73c-0d537aa69e98> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff81f572000 -     0x7ff81fa10fff com.apple.CFNetwork (1300.1) <154df334-e54d-335f-b022-353dec55b5ef> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7ff81aaa4000 -     0x7ff81aafafff libc++.1.dylib (*) <d1dfe45c-f1ce-3b49-8b21-51835edc6d9f> /usr/lib/libc++.1.dylib
    0x7ff823483000 -     0x7ff8234a5fff com.apple.audio.caulk (1.0) <bdeb8512-5eca-3a5d-adaf-e754f4046263> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7ff82865c000 -     0x7ff82878bfff com.apple.audio.toolbox.AudioToolbox (1.14) <ec59beb0-d2f5-3637-a60e-9a5197442449> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7ff827305000 -     0x7ff827335fff libAudioToolboxUtility.dylib (*) <005cf113-e9fa-39cd-bc95-fa3adbb49c44> /usr/lib/libAudioToolboxUtility.dylib
    0x7ff82fa06000 -     0x7ff82fa07fff libswiftObjectiveC.dylib (*) <cadb2ad1-6300-3af6-9a4c-159ad27ca229> /usr/lib/swift/libswiftObjectiveC.dylib
    0x7ff8234a6000 -     0x7ff82364ffff com.apple.CoreMedia (1.0) <158c26f1-4c4f-32bc-9728-3b396eb4676e> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7ff827682000 -     0x7ff82816dfff com.apple.MediaToolbox (1.0) <59daf59d-fec1-303b-8cf8-73dd19cdd509> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7ff81c445000 -     0x7ff81cb65fff com.apple.audio.CoreAudio (5.0) <23cecc59-e771-3cdc-8fcd-ff50c748e480> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
               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.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=2.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.0G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
Audio                             5136K        2 
CG backing stores                 2528K        4 
CG image                           108K        5 
ColorSync                          232K       26 
CoreAnimation                      472K       25 
CoreGraphics                        12K        2 
CoreMedia memory pool               32K        2 
CoreUI image data                 1304K       10 
Foundation                          16K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           362.6M       80 
MALLOC guard page                   96K       17 
MALLOC_MEDIUM (reserved)           1.3G       11         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
SQLite page cache                  128K        2 
STACK GUARD                       56.2M       52 
Stack                             33.5M       56 
VM_ALLOCATE                        360K       22 
__CTF                               759        1 
__DATA                            29.1M      524 
__DATA_CONST                      30.4M      347 
__DATA_DIRTY                      1695K      226 
__FONT_DATA                          4K        1 
__LINKEDIT                       610.1M       14 
__OBJC_RO                         80.6M        1 
__OBJC_RW                         3024K        2 
__TEXT                           495.9M      542 
__UNICODE                          588K        1 
dyld private memory               1024K        1 
libnetwork                         128K        8 
mapped file                      173.5M       32 
shared memory                      792K       19 
===========                     =======  ======= 
TOTAL                              3.5G     2042 
TOTAL, minus reserved VM space     1.8G     2042 



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

{"app_name":"RemotePlay","timestamp":"2021-07-11 21:33:12.00 +0200","app_version":"4.1.0","slice_uuid":"30626901-2825-3e1e-9324-1aef9738ff19","build_version":"4.1.0","platform":1,"bundleID":"com.playstation.RemotePlay","share_with_app_devs":1,"is_first_party":0,"etl_key":"3","bug_type":"309","os_version":"macOS 12.0 (21A5268h)","incident_id":"762E0370-724A-423D-9F6A-BBE6C5D88774","name":"RemotePlay"}
{
  "uptime" : 58,
  "procLaunch" : "2021-07-11 21:32:59.4357 +0200",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 209,
  "modelCode" : "MacBookPro15,3",
  "coalitionID" : 753,
  "osVersion" : {
    "train" : "macOS 12.0",
    "build" : "21A5268h",
    "releaseType" : "User"
  },
  "captureTime" : "2021-07-11 21:33:10.9327 +0200",
  "incident" : "762E0370-724A-423D-9F6A-BBE6C5D88774",
  "pid" : 1701,
  "cpuType" : "X86-64",
  "procName" : "RemotePlay",
  "procPath" : "\/Applications\/RemotePlay.app\/Contents\/MacOS\/RemotePlay",
  "bundleInfo" : {"CFBundleShortVersionString":"4.1.0","CFBundleVersion":"4.1.0","CFBundleIdentifier":"com.playstation.RemotePlay"},
  "storeInfo" : {"deviceIdentifierForVendor":"FC279280-062E-517D-8B2D-CFCBE10F0819","thirdParty":true},
  "parentProc" : "Exited process",
  "parentPid" : 1699,
  "coalitionName" : "com.apple.Terminal",
  "crashReporterKey" : "5AFB3FA4-1C8E-3B03-3A01-6C1AB821AF0B",
  "responsiblePid" : 652,
  "responsibleProc" : "Terminal",
  "bridgeVersion" : {"build":"19P50284g","train":"6.0"},
  "sip" : "disabled",
  "vmRegionInfo" : "0x75 is not in any region.  Bytes before following region: 4404907915\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      1068d9000-106c61000    [ 3616K] r-x\/r-x SM=COW  ...OS\/RemotePlay",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000075","rawCodes":[1,117],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000075"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":1701},
  "vmregioninfo" : "0x75 is not in any region.  Bytes before following region: 4404907915\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      1068d9000-106c61000    [ 3616K] r-x\/r-x SM=COW  ...OS\/RemotePlay",
  "asi" : {"dyld":[]},
  "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":8242,"instructionState":{"instructionStream":{"bytes":[72,139,69,248,138,136,145,0,0,0,72,139,69,248,128,225,1,136,72,65,93,195,102,46,15,31,132,0,0,0,0,0,102,144,85,72,137,229,72,131,236,32,72,137,125,248,72,137,117,240,72,137,85,232,72,139,5,125,86,0,0,72,139,77,232,72,139,53,138,84,0,0,72,137,207,72,137,69,224,255,21,221,13,0,0,68,15,183,192,68,137,193,72,139,85,224,198,68,10,100,1,72,139,13,78,86,0,0,72,139,53,103,84,0,0,72,137,207,255,21,182,13,0,0,72,131,196,32,93,195,85,72,137,229,72,131,236,32,72,137,125,248,72,137,117,240,72,137,85,232,72,139,5,29,86,0,0,72,139,77,232,72,139,53,42,84,0,0,72,137,207,72,137,69,224,255,21,125,13,0,0,68,15,183,192,68,137,193,72,139,85,224],"offset":96}},"threadState":{"r13":{"value":140704019431242,"objc-selector":"type"},"rax":{"value":17},"rflags":{"value":66051},"cpu":{"value":0},"r14":{"value":140704020707225,"objc-selector":"_firstResponderIvar"},"rsi":{"value":140704020092890,"objc-selector":"keyCode"},"r8":{"value":17},"cr2":{"value":117},"rdx":{"value":0},"r10":{"value":140704674451842,"symbolLocation":2,"symbol":"OBJC_CLASS_$_NSEvent"},"r9":{"value":18446462598732840959},"r15":{"value":140704020470977,"objc-selector":"inputContext"},"rbx":{"value":140519423549584},"trap":{"value":14,"description":"(no mapping for user data write)"},"err":{"value":6},"r11":{"value":140703623637878,"symbolLocation":0,"symbol":"-[NSEvent keyCode]"},"rip":{"value":4477436478,"matchesCrashFrame":1},"rbp":{"value":4476303408},"rsp":{"value":4476303376},"r12":{"value":140519423549584},"rcx":{"value":17},"flavor":"x86_THREAD_STATE","rdi":{"value":105553136289856}},"queue":"com.apple.main-thread","frames":[{"imageOffset":12862,"symbol":"-[HIDRunner keyDown:]","symbolLocation":62,"imageIndex":0},{"imageOffset":1780964,"symbol":"-[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:]","symbolLocation":7150,"imageIndex":1},{"imageOffset":1773270,"symbol":"-[NSWindow(NSEventRouting) sendEvent:]","symbolLocation":352,"imageIndex":1},{"imageOffset":1768682,"symbol":"-[NSApplication(NSEvent) sendEvent:]","symbolLocation":3022,"imageIndex":1},{"imageOffset":4619375,"symbol":"-[NSApplication _handleEvent:]","symbolLocation":65,"imageIndex":1},{"imageOffset":192362,"symbol":"-[NSApplication run]","symbolLocation":623,"imageIndex":1},{"imageOffset":12728,"symbol":"NSApplicationMain","symbolLocation":816,"imageIndex":1},{"imageOffset":33097,"imageIndex":2},{"imageOffset":21717,"symbol":"start","symbolLocation":421,"imageIndex":3}]},{"id":8258,"frames":[{"imageOffset":8368,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":8259,"frames":[{"imageOffset":8368,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":8265,"frames":[{"imageOffset":8368,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":8266,"frames":[{"imageOffset":8368,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":8270,"frames":[{"imageOffset":8368,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":8276,"frames":[{"imageOffset":13450,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":5},{"imageOffset":67929,"symbol":"nanosleep","symbolLocation":196,"imageIndex":6},{"imageOffset":67727,"symbol":"usleep","symbolLocation":53,"imageIndex":6},{"imageOffset":699082,"imageIndex":2},{"imageOffset":529092,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8277,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":677286,"imageIndex":2},{"imageOffset":527870,"imageIndex":2},{"imageOffset":526409,"imageIndex":2},{"imageOffset":527097,"imageIndex":2},{"imageOffset":709968,"imageIndex":2},{"imageOffset":700700,"imageIndex":2},{"imageOffset":700795,"imageIndex":2},{"imageOffset":528926,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8279,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":677286,"imageIndex":2},{"imageOffset":527870,"imageIndex":2},{"imageOffset":526409,"imageIndex":2},{"imageOffset":527097,"imageIndex":2},{"imageOffset":458136,"imageIndex":2},{"imageOffset":678574,"imageIndex":2},{"imageOffset":529092,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8280,"name":"ScePadOutput(port0)","frames":[{"imageOffset":2982,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":14917,"symbol":"_dispatch_sema4_wait","symbolLocation":16,"imageIndex":7},{"imageOffset":16148,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":98,"imageIndex":7},{"imageOffset":884144,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8281,"name":"ScePadOutput(port1)","frames":[{"imageOffset":2982,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":14917,"symbol":"_dispatch_sema4_wait","symbolLocation":16,"imageIndex":7},{"imageOffset":16148,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":98,"imageIndex":7},{"imageOffset":884144,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8282,"name":"ScePadOutput(port2)","frames":[{"imageOffset":2982,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":14917,"symbol":"_dispatch_sema4_wait","symbolLocation":16,"imageIndex":7},{"imageOffset":16148,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":98,"imageIndex":7},{"imageOffset":884144,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8283,"name":"ScePadOutput(port3)","frames":[{"imageOffset":2982,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":14917,"symbol":"_dispatch_sema4_wait","symbolLocation":16,"imageIndex":7},{"imageOffset":16148,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":98,"imageIndex":7},{"imageOffset":884144,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8284,"name":"ScePadInsertionAndRemoval","frames":[{"imageOffset":2922,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":3803,"symbol":"mach_msg","symbolLocation":59,"imageIndex":5},{"imageOffset":529861,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":9},{"imageOffset":523399,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":9},{"imageOffset":520345,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":9},{"imageOffset":391799,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":8},{"imageOffset":939473,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":103,"imageIndex":8},{"imageOffset":936941,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8319,"name":"com.apple.NSEventThread","frames":[{"imageOffset":2922,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":3803,"symbol":"mach_msg","symbolLocation":59,"imageIndex":5},{"imageOffset":529861,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":9},{"imageOffset":523399,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":9},{"imageOffset":520345,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":9},{"imageOffset":1759020,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":1},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8339,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":2922,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":3803,"symbol":"mach_msg","symbolLocation":59,"imageIndex":5},{"imageOffset":529861,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":9},{"imageOffset":523399,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":9},{"imageOffset":520345,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":9},{"imageOffset":2408914,"imageIndex":10},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":8638,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":47987,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >)","symbolLocation":93,"imageIndex":11},{"imageOffset":22311,"imageIndex":2},{"imageOffset":299100,"imageIndex":2},{"imageOffset":296582,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9191,"frames":[{"imageOffset":39542,"symbol":"kevent64","symbolLocation":10,"imageIndex":5},{"imageOffset":558031,"imageIndex":2},{"imageOffset":609356,"imageIndex":2},{"imageOffset":608741,"imageIndex":2},{"imageOffset":529092,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9192,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":677286,"imageIndex":2},{"imageOffset":623468,"imageIndex":2},{"imageOffset":608031,"imageIndex":2},{"imageOffset":615565,"imageIndex":2},{"imageOffset":608763,"imageIndex":2},{"imageOffset":529092,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9296,"name":"trpClient:9297","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":677286,"imageIndex":2},{"imageOffset":527870,"imageIndex":2},{"imageOffset":526409,"imageIndex":2},{"imageOffset":527097,"imageIndex":2},{"imageOffset":580336,"imageIndex":2},{"imageOffset":529092,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9831,"name":"EventMgr","frames":[{"imageOffset":29278,"symbol":"poll","symbolLocation":10,"imageIndex":5},{"imageOffset":1824591,"imageIndex":2},{"imageOffset":1811222,"imageIndex":2},{"imageOffset":1795315,"imageIndex":2},{"imageOffset":2198968,"imageIndex":2},{"imageOffset":2156322,"imageIndex":2},{"imageOffset":2145797,"imageIndex":2},{"imageOffset":2231209,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9879,"name":"trpClient:9296","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2756331,"imageIndex":2},{"imageOffset":2792460,"imageIndex":2},{"imageOffset":1011559,"imageIndex":2},{"imageOffset":998121,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9881,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":677286,"imageIndex":2},{"imageOffset":527870,"imageIndex":2},{"imageOffset":526409,"imageIndex":2},{"imageOffset":527097,"imageIndex":2},{"imageOffset":566265,"imageIndex":2},{"imageOffset":561652,"imageIndex":2},{"imageOffset":529092,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9882,"name":"takc-Receiver","frames":[{"imageOffset":29278,"symbol":"poll","symbolLocation":10,"imageIndex":5},{"imageOffset":2213986,"imageIndex":2},{"imageOffset":2208969,"imageIndex":2},{"imageOffset":2209574,"imageIndex":2},{"imageOffset":3115941,"imageIndex":2},{"imageOffset":3074783,"imageIndex":2},{"imageOffset":3065025,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9883,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":3107712,"imageIndex":2},{"imageOffset":3097681,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9884,"name":"crypt thread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220145,"imageIndex":2},{"imageOffset":2259044,"imageIndex":2},{"imageOffset":2231209,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9885,"name":"crypt thread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220145,"imageIndex":2},{"imageOffset":2259044,"imageIndex":2},{"imageOffset":2231209,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9886,"name":"takc-CongestionControl","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2229837,"imageIndex":2},{"imageOffset":3080544,"imageIndex":2},{"imageOffset":3067077,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9887,"name":"NetConnRecv","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2844555,"imageIndex":2},{"imageOffset":2813121,"imageIndex":2},{"imageOffset":3067404,"imageIndex":2},{"imageOffset":2821346,"imageIndex":2},{"imageOffset":2817663,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9888,"name":"NetConnSend","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2229837,"imageIndex":2},{"imageOffset":2818970,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9889,"name":"NetConnAudioSend","frames":[{"imageOffset":13450,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":5},{"imageOffset":67929,"symbol":"nanosleep","symbolLocation":196,"imageIndex":6},{"imageOffset":67727,"symbol":"usleep","symbolLocation":53,"imageIndex":6},{"imageOffset":2819638,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9890,"name":"ControllerCallback Invoke Thread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2789646,"imageIndex":2},{"imageOffset":2231209,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9891,"name":"VideoPump Thread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":1022739,"imageIndex":2},{"imageOffset":1009981,"imageIndex":2},{"imageOffset":1003284,"imageIndex":2},{"imageOffset":998121,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9892,"name":"AMCP Logging Spool","frames":[{"imageOffset":2982,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":111038,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":12},{"imageOffset":8146,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":12},{"imageOffset":7318,"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":41,"imageIndex":12},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9905,"name":"com.apple.coreaudio.AQClient","frames":[{"imageOffset":2922,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":3803,"symbol":"mach_msg","symbolLocation":59,"imageIndex":5},{"imageOffset":529861,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":9},{"imageOffset":523399,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":9},{"imageOffset":520345,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":9},{"imageOffset":912225,"symbol":"CADeprecated::GenericRunLoopThread::Entry(void*)","symbolLocation":157,"imageIndex":13},{"imageOffset":53595,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":77,"imageIndex":14},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9906,"frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":47987,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >)","symbolLocation":93,"imageIndex":11},{"imageOffset":26845,"imageIndex":2},{"imageOffset":22847,"imageIndex":2},{"imageOffset":338160,"imageIndex":2},{"imageOffset":347265,"imageIndex":2},{"imageOffset":3692,"symbol":"autoreleasepool<A>(invoking:)","symbolLocation":44,"imageIndex":15},{"imageOffset":347105,"imageIndex":2},{"imageOffset":340886,"imageIndex":2},{"imageOffset":362213,"symbol":"__NSThread__start__","symbolLocation":1066,"imageIndex":8},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9907,"name":"DecodeAudioThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2875527,"imageIndex":2},{"imageOffset":2775330,"imageIndex":2},{"imageOffset":2769158,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9908,"name":"DecodeAudioThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2875527,"imageIndex":2},{"imageOffset":2775330,"imageIndex":2},{"imageOffset":2769158,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9909,"name":"DecodeAudioThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2875527,"imageIndex":2},{"imageOffset":2775330,"imageIndex":2},{"imageOffset":2769158,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9910,"name":"DecodeAudioThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2875527,"imageIndex":2},{"imageOffset":2775330,"imageIndex":2},{"imageOffset":2769158,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9911,"name":"DecodeAudioThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2875527,"imageIndex":2},{"imageOffset":2775330,"imageIndex":2},{"imageOffset":2769158,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9912,"name":"DecodeVideoThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":2875527,"imageIndex":2},{"imageOffset":2773606,"imageIndex":2},{"imageOffset":2769189,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9915,"name":"Send Audio Thread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2220335,"imageIndex":2},{"imageOffset":3038505,"imageIndex":2},{"imageOffset":3030173,"imageIndex":2},{"imageOffset":3031914,"imageIndex":2},{"imageOffset":3029783,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9916,"name":"Encode Audio Thread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":2229837,"imageIndex":2},{"imageOffset":3031681,"imageIndex":2},{"imageOffset":3029797,"imageIndex":2},{"imageOffset":2231294,"imageIndex":2},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9917,"frames":[{"imageOffset":2982,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":111038,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":12},{"imageOffset":8146,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":12},{"imageOffset":7318,"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":41,"imageIndex":12},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9918,"name":"com.apple.coremedia.imagequeue.coreanimation.common","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":159265,"symbol":"WaitOnConditionTimed","symbolLocation":78,"imageIndex":16},{"imageOffset":57238,"symbol":"FigSemaphoreWaitRelative","symbolLocation":160,"imageIndex":16},{"imageOffset":4688791,"imageIndex":17},{"imageOffset":158164,"symbol":"figThreadMain","symbolLocation":522,"imageIndex":16},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9919,"name":"AQConverterThread","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":175148,"symbol":"CADeprecated::CAGuard::Wait()","symbolLocation":54,"imageIndex":14},{"imageOffset":221225,"symbol":"AQConverterManager::AQConverterThread::ConverterThreadEntry(void*)","symbolLocation":707,"imageIndex":13},{"imageOffset":53595,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":77,"imageIndex":14},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9920,"name":"com.apple.coremedia.videomediaconverter","frames":[{"imageOffset":13750,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":5},{"imageOffset":27437,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":4},{"imageOffset":165537,"symbol":"WaitOnCondition","symbolLocation":11,"imageIndex":16},{"imageOffset":57231,"symbol":"FigSemaphoreWaitRelative","symbolLocation":153,"imageIndex":16},{"imageOffset":4653248,"imageIndex":17},{"imageOffset":158164,"symbol":"figThreadMain","symbolLocation":522,"imageIndex":16},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9921,"name":"com.apple.audio.IOThread.client","frames":[{"imageOffset":2922,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":3803,"symbol":"mach_msg","symbolLocation":59,"imageIndex":5},{"imageOffset":3295349,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":111,"imageIndex":18},{"imageOffset":1792517,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":3939,"imageIndex":18},{"imageOffset":1787077,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":63,"imageIndex":18},{"imageOffset":3649108,"symbol":"HALB_IOThread::Entry(void*)","symbolLocation":72,"imageIndex":18},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9931,"frames":[{"imageOffset":3006,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":15039,"symbol":"_dispatch_sema4_timedwait","symbolLocation":72,"imageIndex":7},{"imageOffset":16108,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":7},{"imageOffset":75698,"symbol":"_dispatch_worker_thread","symbolLocation":286,"imageIndex":7},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9948,"frames":[{"imageOffset":3006,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":15039,"symbol":"_dispatch_sema4_timedwait","symbolLocation":72,"imageIndex":7},{"imageOffset":16108,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":7},{"imageOffset":75698,"symbol":"_dispatch_worker_thread","symbolLocation":286,"imageIndex":7},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":9949,"frames":[{"imageOffset":3006,"symbol":"semaphore_timedwait_trap","symbolLocation":10,"imageIndex":5},{"imageOffset":15039,"symbol":"_dispatch_sema4_timedwait","symbolLocation":72,"imageIndex":7},{"imageOffset":16108,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":58,"imageIndex":7},{"imageOffset":75698,"symbol":"_dispatch_worker_thread","symbolLocation":286,"imageIndex":7},{"imageOffset":26040,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":8403,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4477423616,
    "size" : 16384,
    "uuid" : "6449e49c-a029-3848-9061-477885829a07",
    "path" : "\/Users\/USER\/Downloads\/*\/iohid_wrap.dylib",
    "name" : "iohid_wrap.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703621238784,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15147008,
    "uuid" : "bead4430-adda-33a7-8140-3b32cbf91760",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2081.12"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4404908032,
    "CFBundleShortVersionString" : "4.1.0",
    "CFBundleIdentifier" : "com.playstation.RemotePlay",
    "size" : 3702784,
    "uuid" : "30626901-2825-3e1e-9324-1aef9738ff19",
    "path" : "\/Applications\/RemotePlay.app\/Contents\/MacOS\/RemotePlay",
    "name" : "RemotePlay",
    "CFBundleVersion" : "4.1.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4560236544,
    "size" : 425984,
    "uuid" : "1051784a-31a4-3307-b922-6e65e511ff69",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703576629248,
    "size" : 49152,
    "uuid" : "c853a271-7b75-35bf-ba0a-434228dbadad",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703576428544,
    "size" : 200704,
    "uuid" : "c2f2ceeb-8197-3b4e-8458-14a92fc82ae9",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703575420928,
    "size" : 561152,
    "uuid" : "f645e818-dec6-3d70-b6ae-ed8ac3323e7f",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703574880256,
    "size" : 290816,
    "uuid" : "e58c5edc-31e8-3348-a549-e28bc4d53470",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703592140800,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 3878912,
    "uuid" : "b6d88a17-a065-35c4-ba33-342c0daf004e",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1839"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703576948736,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5251072,
    "uuid" : "03186249-98b8-3e9a-a73c-0d537aa69e98",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1839"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703654420480,
    "CFBundleShortVersionString" : "1300.1",
    "CFBundleIdentifier" : "com.apple.CFNetwork",
    "size" : 4845568,
    "uuid" : "154df334-e54d-335f-b022-353dec55b5ef",
    "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork",
    "name" : "CFNetwork",
    "CFBundleVersion" : "1300.1"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703575982080,
    "size" : 356352,
    "uuid" : "d1dfe45c-f1ce-3b49-8b21-51835edc6d9f",
    "path" : "\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703720550400,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 143360,
    "uuid" : "bdeb8512-5eca-3a5d-adaf-e754f4046263",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703806373888,
    "CFBundleShortVersionString" : "1.14",
    "CFBundleIdentifier" : "com.apple.audio.toolbox.AudioToolbox",
    "size" : 1245184,
    "uuid" : "ec59beb0-d2f5-3637-a60e-9a5197442449",
    "path" : "\/System\/Library\/Frameworks\/AudioToolbox.framework\/Versions\/A\/AudioToolbox",
    "name" : "AudioToolbox",
    "CFBundleVersion" : "1.14"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703786094592,
    "size" : 200704,
    "uuid" : "005cf113-e9fa-39cd-bc95-fa3adbb49c44",
    "path" : "\/usr\/lib\/libAudioToolboxUtility.dylib",
    "name" : "libAudioToolboxUtility.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703927656448,
    "size" : 8192,
    "uuid" : "cadb2ad1-6300-3af6-9a4c-159ad27ca229",
    "path" : "\/usr\/lib\/swift\/libswiftObjectiveC.dylib",
    "name" : "libswiftObjectiveC.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703720693760,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CoreMedia",
    "size" : 1744896,
    "uuid" : "158c26f1-4c4f-32bc-9728-3b396eb4676e",
    "path" : "\/System\/Library\/Frameworks\/CoreMedia.framework\/Versions\/A\/CoreMedia",
    "name" : "CoreMedia",
    "CFBundleVersion" : "2896.9.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703789752320,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.MediaToolbox",
    "size" : 11452416,
    "uuid" : "59daf59d-fec1-303b-8cf8-73dd19cdd509",
    "path" : "\/System\/Library\/Frameworks\/MediaToolbox.framework\/Versions\/A\/MediaToolbox",
    "name" : "MediaToolbox",
    "CFBundleVersion" : "2896.9.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703602855936,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.audio.CoreAudio",
    "size" : 7475200,
    "uuid" : "23cecc59-e771-3cdc-8fcd-ff50c748e480",
    "path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "5.0"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=2.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.0G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               384K        3 \nActivity Tracing                   256K        1 \nAudio                             5136K        2 \nCG backing stores                 2528K        4 \nCG image                           108K        5 \nColorSync                          232K       26 \nCoreAnimation                      472K       25 \nCoreGraphics                        12K        2 \nCoreMedia memory pool               32K        2 \nCoreUI image data                 1304K       10 \nFoundation                          16K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           362.6M       80 \nMALLOC guard page                   96K       17 \nMALLOC_MEDIUM (reserved)           1.3G       11         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSQLite page cache                  128K        2 \nSTACK GUARD                       56.2M       52 \nStack                             33.5M       56 \nVM_ALLOCATE                        360K       22 \n__CTF                               759        1 \n__DATA                            29.1M      524 \n__DATA_CONST                      30.4M      347 \n__DATA_DIRTY                      1695K      226 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       610.1M       14 \n__OBJC_RO                         80.6M        1 \n__OBJC_RW                         3024K        2 \n__TEXT                           495.9M      542 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nlibnetwork                         128K        8 \nmapped file                      173.5M       32 \nshared memory                      792K       19 \n===========                     =======  ======= \nTOTAL                              3.5G     2042 \nTOTAL, minus reserved VM space     1.8G     2042 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "60c88ac7e7d17206e1f95943"
      },
      "deploymentId" : 250000052
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "60c8a86be7d17206e1f95956"
      },
      "deploymentId" : 250000112
    },
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "60ca460c10d03d047ed95dfe"
      },
      "deploymentId" : 250000082
    },
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 250000092
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "1d4a5456-684e-4f1e-bf95-0eeac082bb0f",
      "experimentId" : "60d252f4264dc553e825f173",
      "deploymentId" : 500000002
    }
  ]
}
}

Model: MacBookPro15,3, BootROM 1715.0.44.0.0 (iBridge: 19.16.10284.5.7,0), 6 processors, 6-Core Intel Core i9, 2,9 GHz, 32 GB, SMC 
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonProVega20Item, Radeon Pro Vega 20, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2400 MHz, SK Hynix, -
Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2400 MHz, SK Hynix, -
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jun 10 2021 01:36:05 version 9.30.458.2.32.5.73 FWID 01-54982fcc
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: Apple T2 Bus
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.5
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.