Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: Segmentation fault on macOS on v0.7.5 and higher #1858

Closed
sjkummer opened this issue Nov 7, 2019 · 3 comments
Closed

Regression: Segmentation fault on macOS on v0.7.5 and higher #1858

sjkummer opened this issue Nov 7, 2019 · 3 comments

Comments

@sjkummer
Copy link
Contributor

sjkummer commented Nov 7, 2019

Janus can be successfully compiled and run on macOS until v0.7.4
On v0.7.5 and higher (until the current master) a segmentation fault occurs at startup.

Build

git checkout v0.7.5
sh ./autogen.sh
./configure --prefix=/usr/local/janus PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/libnice/lib/pkgconfig
make
sudo make install

Log

---------------------------------------------------
  Starting Meetecho Janus (WebRTC Server) v0.7.5
---------------------------------------------------

Checking command line arguments...
Debug/log level is 4
Debug/log timestamps are disabled
Debug/log colors are enabled
Adding 'vmnet' to the ICE ignore list...
Using 192.168.1.20 as local IP...
[WARN] Token based authentication disabled
Initializing recorder code
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, full-trickle, IPv6 support disabled)
  >> xx.xx.xx.xx:xx (IPv4)
Testing STUN server: message is of 20 bytes
  >> Our public address is xx.xx.xx.xx
TURN REST API backend: (disabled)
Crypto: OpenSSL pre-1.1.0
[WARN] The libsrtp installation does not support AES-GCM profiles
[WARN] No cert/key specified, autogenerating some...
Fingerprint of our certificate: D6:F7:56:52:C2:98:FB:E5:00:8B:D1:9B:2F:74:61:5A:3D:5E:5C:27:9B:46:A9:AD:48:28:44:9D:5E:23:76:1B
[WARN] Event handlers support disabled
Plugins folder: /usr/local/janus/lib/janus/plugins
Joining Janus requests handler thread
Sessions watchdog started
Loading plugin 'libjanus_audiobridge.0.dylib'...
JANUS AudioBridge plugin initialized!
Loading plugin 'libjanus_textroom.0.dylib'...
JANUS TextRoom plugin initialized!
Loading plugin 'libjanus_sip.0.dylib'...
JANUS SIP plugin initialized!
Loading plugin 'libjanus_videoroom.0.dylib'...
JANUS VideoRoom plugin initialized!
Loading plugin 'libjanus_voicemail.0.dylib'...
JANUS VoiceMail plugin initialized!
Loading plugin 'libjanus_videocall.0.dylib'...
JANUS VideoCall plugin initialized!
Loading plugin 'libjanus_nosip.0.dylib'...
JANUS NoSIP plugin initialized!
Loading plugin 'libjanus_streaming.0.dylib'...
JANUS Streaming plugin initialized!
Loading plugin 'libjanus_recordplay.0.dylib'...
JANUS Record&Play plugin initialized!
Loading plugin 'libjanus_echotest.0.dylib'...
JANUS EchoTest plugin initialized!
Transport plugins folder: /usr/local/janus/lib/janus/transports
Loading transport plugin 'libjanus_websockets.0.dylib'...
libwebsockets logging: 0
WebSockets server started (port 8188)...
[WARN] Secure WebSockets server disabled
[WARN] Admin WebSockets server disabled
[WARN] Secure Admin WebSockets server disabled
JANUS WebSockets transport plugin initialized!
Loading transport plugin 'libjanus_http.0.dylib'...
WebSockets thread started
HTTP webserver started (port 8088, /janus path listener)...
[WARN] HTTPS webserver disabled
[WARN] Admin/monitor HTTP webserver disabled
[WARN] Admin/monitor HTTPS webserver disabled
JANUS REST (HTTP/HTTPS) transport plugin initialized!
Loading transport plugin 'libjanus_rabbitmq.0.dylib'...
RabbitMQ SSL support disabled
[WARN] RabbitMQ support disabled (Janus API)
[WARN] RabbitMQ support disabled (Admin API)
[WARN] RabbitMQ support disabled for both Janus and Admin API, giving up
[WARN] The 'janus.transport.rabbitmq' plugin could not be initialized
Segmentation fault: 11

Stacktrace

Process:               janus [13935]
Path:                  /usr/local/janus/bin/janus
Identifier:            janus
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        bash [78602]
Responsible:           Terminal [381]
User ID:               501

Date/Time:             2019-11-07 21:37:22.878 +0100
OS Version:            Mac OS X 10.15.1 (19B88)
Report Version:        12
Anonymous UUID:        8FB6635C-065F-6966-A071-246BEC8790B1

Sleep/Wake UUID:       A44C9FFA-5F3E-45BA-99A8-560C93B8527C

Time Awake Since Boot: 73000 seconds
Time Since Wake:       2100 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [13935]

VM Regions Near 0:
--> 
    __TEXT                 000000010d982000-000000010da08000 [  536K] r-x/r-x SM=COW  /usr/local/janus/bin/janus

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_platform.dylib      	0x00007fff6e183732 _platform_strlen + 18
1   libsystem_c.dylib             	0x00007fff6e02c2c8 vsscanf_l + 128
2   libsystem_c.dylib             	0x00007fff6e01d3a8 sscanf + 160
3   janus                         	0x000000010d9c8ecb main + 31595 (janus.c:4808)
4   libdyld.dylib                 	0x00007fff6df852e5 start + 1

Thread 1:: log
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   janus                         	0x000000010d9cb633 janus_log_thread + 99 (log.c:102)
4   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
5   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
6   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 2:: SCTP iterator
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libusrsctp.1.dylib            	0x000000010e3037db sctp_iterator_thread + 66
3   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
4   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 3:: SCTP addr mon
0   libsystem_kernel.dylib        	0x00007fff6e0d1516 __recvfrom + 10
1   libusrsctp.1.dylib            	0x000000010e2e88a8 recv_function_route + 95
2   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
3   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 4:: SCTP/UDP/IP4 rcv
0   libsystem_kernel.dylib        	0x00007fff6e0d38f2 __recvmsg + 10
1   libusrsctp.1.dylib            	0x000000010e2e9143 recv_function_udp + 842
2   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
3   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 5:: SCTP/UDP/IP6 rcv
0   libsystem_kernel.dylib        	0x00007fff6e0d38f2 __recvmsg + 10
1   libusrsctp.1.dylib            	0x000000010e2e99dc recv_function_udp6 + 926
2   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
3   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 6:: SCTP timer
0   libsystem_kernel.dylib        	0x00007fff6e0d57e6 __select + 10
1   libusrsctp.1.dylib            	0x000000010e2b542d user_sctp_timer_iterate + 338
2   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
3   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 7:: timeout watchdog
0   libsystem_kernel.dylib        	0x00007fff6e0d65be poll + 10
1   libglib-2.0.0.dylib           	0x000000010df3e376 g_main_context_iterate + 422
2   libglib-2.0.0.dylib           	0x000000010df3e71f g_main_loop_run + 239
3   janus                         	0x000000010d9ca87f janus_sessions_watchdog + 303 (janus.c:593)
4   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
5   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
6   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 8:: sessions requests
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   janus                         	0x000000010d9caa8c janus_transport_requests + 284 (janus.c:2991)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 9:: mixer 1234
0   libsystem_kernel.dylib        	0x00007fff6e0d2032 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff6e0550fa nanosleep + 196
2   libglib-2.0.0.dylib           	0x000000010df6a285 g_usleep + 69
3   libjanus_audiobridge.0.dylib  	0x000000010e7b4231 janus_audiobridge_mixer_thread + 2481 (janus_audiobridge.c:4484)
4   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
5   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
6   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 10:: audiobridge handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_audiobridge.0.dylib  	0x000000010e7b59cc janus_audiobridge_handler + 332 (janus_audiobridge.c:3436)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 11:: textroom handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_textroom.0.dylib     	0x000000010e82f1ac janus_textroom_handler + 332 (janus_textroom.c:2576)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 12:: sip handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_sip.0.dylib          	0x000000010e84c6ec janus_sip_handler + 364 (janus_sip.c:2120)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 13:: videoroom rtcpfwd
0   libsystem_kernel.dylib        	0x00007fff6e0d65be poll + 10
1   libglib-2.0.0.dylib           	0x000000010df3e376 g_main_context_iterate + 422
2   libglib-2.0.0.dylib           	0x000000010df3e71f g_main_loop_run + 239
3   libjanus_videoroom.0.dylib    	0x000000010ec4366b janus_videoroom_rtp_forwarder_rtcp_thread + 251 (janus_videoroom.c:6641)
4   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
5   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
6   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 14:: videoroom handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_videoroom.0.dylib    	0x000000010ec438ac janus_videoroom_handler + 332 (janus_videoroom.c:4883)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 15:: voicemail handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_voicemail.0.dylib    	0x000000010ec7780c janus_voicemail_handler + 332 (janus_voicemail.c:648)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 16:: videocall handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_videocall.0.dylib    	0x000000010ec8c4cc janus_videocall_handler + 348 (janus_videocall.c:982)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 17:: nosip handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_nosip.0.dylib        	0x000000010ec9faac janus_nosip_handler + 316 (janus_nosip.c:1197)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 18:: mp 1
0   libsystem_kernel.dylib        	0x00007fff6e0d65be poll + 10
1   libjanus_streaming.0.dylib    	0x000000010ecde2cf janus_streaming_relay_thread + 3791 (janus_streaming.c:6385)
2   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
3   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
4   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 19:: mp 2
0   libsystem_kernel.dylib        	0x00007fff6e0d2032 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff6e0550fa nanosleep + 196
2   libglib-2.0.0.dylib           	0x000000010df6a285 g_usleep + 69
3   libjanus_streaming.0.dylib    	0x000000010ece22f6 janus_streaming_filesource_thread + 1110
4   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
5   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
6   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 20:: streaming handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_streaming.0.dylib    	0x000000010ecc10cc janus_streaming_handler + 332 (janus_streaming.c:3957)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 21:: recordplay handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_recordplay.0.dylib   	0x000000010ecf6f3c janus_recordplay_handler + 332 (janus_recordplay.c:1385)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 22:: echotest handler
0   libsystem_kernel.dylib        	0x00007fff6e0d1916 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6e192040 _pthread_cond_wait + 701
2   libglib-2.0.0.dylib           	0x000000010df8e2fc g_cond_wait + 44
3   libglib-2.0.0.dylib           	0x000000010df0aeb5 g_async_queue_pop_intern_unlocked + 117
4   libglib-2.0.0.dylib           	0x000000010df0ae08 g_async_queue_pop + 40
5   libjanus_echotest.0.dylib     	0x000000010ed0e8cc janus_echotest_handler + 348 (janus_echotest.c:799)
6   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
7   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
8   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 23:: ws thread
0   libsystem_kernel.dylib        	0x00007fff6e0d65be poll + 10
1   libwebsockets.15.dylib        	0x000000010ed4d2ec _lws_plat_service_tsi + 394
2   libwebsockets.15.dylib        	0x000000010ed33c4f lws_service + 59
3   libjanus_websockets.0.dylib   	0x000000010ed209d9 janus_websockets_thread + 297 (janus_websockets.c:977)
4   libglib-2.0.0.dylib           	0x000000010df68f42 g_thread_proxy + 66
5   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
6   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 24:: MHD-listen
0   libsystem_kernel.dylib        	0x00007fff6e0d65be poll + 10
1   libmicrohttpd.12.dylib        	0x000000010edf2354 MHD_poll + 505
2   libmicrohttpd.12.dylib        	0x000000010edf510f MHD_polling_thread + 47
3   libsystem_pthread.dylib       	0x00007fff6e191d36 _pthread_start + 125
4   libsystem_pthread.dylib       	0x00007fff6e18e58f thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x2dcfabe3f5350018  rbx: 0x00007ffee227c900  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x00007fff97fbdcc8  rbp: 0x00007ffee227c850  rsp: 0x00007ffee227c850
   r8: 0x000007ffa8b40fb0   r9: 0x0000000000000007  r10: 0x00007ffee227d72c  r11: 0x00007fff6e01d308
  r12: 0x00007fff97fbdcc8  r13: 0x00007ffee227c860  r14: 0x0000000000000000  r15: 0x000000010da022db
  rip: 0x00007fff6e183732  rfl: 0x0000000000010246  cr2: 0x0000000000000000
  
Logical CPU:     0
Error Code:      0x00000004 (no mapping for user data write)
Trap Number:     14


Binary Images:
       0x10d982000 -        0x10da07ff3 +janus (0) <9DE57E2A-7542-3E85-A477-4AF59EE46003> /usr/local/janus/bin/janus
       0x10da2a000 -        0x10da30fff +libconfig.11.dylib (0) <F2938173-D87D-3402-8E9F-99D25CD18FD6> /usr/local/opt/libconfig/lib/libconfig.11.dylib
       0x10da3a000 -        0x10da75ffb +libnice.10.dylib (0) <C4E6A0E1-F148-3274-B689-EC507753636D> /usr/local/libnice/lib/libnice.10.dylib
       0x10da9c000 -        0x10dbe8ff7 +libgnutls.30.dylib (0) <1ACB2C29-BFC6-39FA-A45C-8FD2E4615D19> /usr/local/opt/gnutls/lib/libgnutls.30.dylib
       0x10dc34000 -        0x10dc35ff3 +libgthread-2.0.0.dylib (0) <D760603A-C332-3C76-823F-2E5F99D92EC2> /usr/local/opt/glib/lib/libgthread-2.0.0.dylib
       0x10dc40000 -        0x10dd8bffb +libgio-2.0.0.dylib (0) <44B63BCB-D0B6-3368-BEA8-8133ADC51382> /usr/local/opt/glib/lib/libgio-2.0.0.dylib
       0x10de9e000 -        0x10ded7fff +libgobject-2.0.0.dylib (0) <922797E4-1438-338A-A6BB-9F006FD485C6> /usr/local/opt/glib/lib/libgobject-2.0.0.dylib
       0x10df03000 -        0x10dff2fff +libglib-2.0.0.dylib (0) <AAFE543A-7D98-3394-9B85-3CB1747CAB76> /usr/local/opt/glib/lib/libglib-2.0.0.dylib
       0x10e04d000 -        0x10e055ffb +libintl.8.dylib (0) <CD236902-DB50-39BB-86BB-E9F0D22E5649> /usr/local/opt/gettext/lib/libintl.8.dylib
       0x10e05f000 -        0x10e067ff3 +libjansson.4.dylib (0) <AC130728-6541-392A-86E6-3047FCD1D281> /usr/local/opt/jansson/lib/libjansson.4.dylib
       0x10e06e000 -        0x10e0adfff +libssl.1.0.0.dylib (0) <F2AF64F3-26FD-3EB7-B219-C852F668F346> /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
       0x10e0d0000 -        0x10e222127 +libcrypto.1.0.0.dylib (0) <8FABE5D8-733E-3F3E-8560-F15B1E1215B0> /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
       0x10e29d000 -        0x10e2acff3 +libsrtp2.1.dylib (0) <9B83A6CA-7976-355F-9207-8460823B46E1> /usr/local/opt/srtp/lib/libsrtp2.1.dylib
       0x10e2b3000 -        0x10e318ff3 +libusrsctp.1.dylib (0) <9A8442F0-C0F8-36CF-BBBB-21FFDF47B38A> /usr/local/opt/libusrsctp/lib/libusrsctp.1.dylib
       0x10e329000 -        0x10e3caff3 +libp11-kit.0.dylib (0) <7416C885-4C5F-3CB2-A80A-3E1C1E7EFF0A> /usr/local/opt/p11-kit/lib/libp11-kit.0.dylib
       0x10e418000 -        0x10e434ffb +libidn2.0.dylib (0) <5D11E999-01AA-348E-80A4-C98017A88F95> /usr/local/opt/libidn2/lib/libidn2.0.dylib
       0x10e43b000 -        0x10e59fff7 +libunistring.2.dylib (0) <6887B4FC-BBA5-3118-9AD5-BB0255EC8648> /usr/local/opt/libunistring/lib/libunistring.2.dylib
       0x10e5b9000 -        0x10e5c5fff +libtasn1.6.dylib (0) <0DAF469D-1001-34D9-A3D4-1897953F048D> /usr/local/opt/libtasn1/lib/libtasn1.6.dylib
       0x10e5cc000 -        0x10e5f1ff7 +libnettle.6.dylib (0) <F07C4E8D-7087-384C-AC93-46234AEB2391> /usr/local/opt/nettle/lib/libnettle.6.dylib
       0x10e5fd000 -        0x10e626ffb +libhogweed.4.dylib (0) <E0C32E51-C7D4-3C15-A269-272AD3BC3BBE> /usr/local/opt/nettle/lib/libhogweed.4.dylib
       0x10e631000 -        0x10e68cfff +libgmp.10.dylib (0) <FF1577B7-A7A8-3522-9CDA-25515AEEC22A> /usr/local/opt/gmp/lib/libgmp.10.dylib
       0x10e699000 -        0x10e69dfff +libffi.6.dylib (0) <E9868842-D4B2-36D7-A7C4-C3F9F6651B6C> /usr/local/opt/libffi/lib/libffi.6.dylib
       0x10e6a2000 -        0x10e6a4ff3 +libgmodule-2.0.0.dylib (0) <AD48B931-7FAC-3262-8CF6-3D085328965E> /usr/local/Cellar/glib/2.62.2/lib/libgmodule-2.0.0.dylib
       0x10e6ab000 -        0x10e715fff +libpcre.1.dylib (0) <56C30BD0-9132-3FFB-AD2B-2D995132F810> /usr/local/opt/pcre/lib/libpcre.1.dylib
       0x10e7b0000 -        0x10e7d5fff +libjanus_audiobridge.0.dylib (0) <BB3F7607-604D-371C-8FF6-FB47290CE101> /usr/local/janus/lib/janus/plugins/libjanus_audiobridge.0.dylib
       0x10e7dd000 -        0x10e825ff3 +libopus.0.dylib (0) <0D5C4A88-2412-3D3B-B49A-F11C00BA8C05> /usr/local/opt/opus/lib/libopus.0.dylib
       0x10e82d000 -        0x10e842ff7 +libjanus_textroom.0.dylib (0) <BBED368E-C413-3FD1-84C2-5FAA748D5A2E> /usr/local/janus/lib/janus/plugins/libjanus_textroom.0.dylib
       0x10e849000 -        0x10e86fff7 +libjanus_sip.0.dylib (0) <CC7AB6CD-8E0C-389A-98D5-C92D3A5374FD> /usr/local/janus/lib/janus/plugins/libjanus_sip.0.dylib
       0x10e877000 -        0x10e942fff +libsofia-sip-ua.0.dylib (0) <D83188E4-BD00-3898-A950-F800C934ED1E> /usr/local/opt/sofia-sip/lib/libsofia-sip-ua.0.dylib
       0x10e99d000 -        0x10e9ecfff +libssl.1.1.dylib (0) <8CC754E3-C1EE-37A0-AD64-D89C69816928> /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
       0x10ea15000 -        0x10ebae553 +libcrypto.1.1.dylib (0) <0E7D90A2-D870-3A17-B784-81564B61D7B9> /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib
       0x10ec40000 -        0x10ec6cfff +libjanus_videoroom.0.dylib (0) <2B943318-D59E-3B07-B913-E04E99923613> /usr/local/janus/lib/janus/plugins/libjanus_videoroom.0.dylib
       0x10ec75000 -        0x10ec7cff7 +libjanus_voicemail.0.dylib (0) <72E6B282-539F-37AE-840E-448EA31DCBB3> /usr/local/janus/lib/janus/plugins/libjanus_voicemail.0.dylib
       0x10ec82000 -        0x10ec86ffb +libogg.0.dylib (0) <E9DB1B92-841E-3AC4-A867-BBF6FDDE0B83> /usr/local/opt/libogg/lib/libogg.0.dylib
       0x10ec8b000 -        0x10ec97ff3 +libjanus_videocall.0.dylib (0) <B43B2FDE-E37D-3222-B9F2-E965D9FABB9F> /usr/local/janus/lib/janus/plugins/libjanus_videocall.0.dylib
       0x10ec9d000 -        0x10ecaeff3 +libjanus_nosip.0.dylib (0) <F324DEB5-53AF-318B-B538-DE486CD28F91> /usr/local/janus/lib/janus/plugins/libjanus_nosip.0.dylib
       0x10ecb5000 -        0x10ececfff +libjanus_streaming.0.dylib (0) <2D19B65B-A814-3A11-BB2B-EE6A0E0A825B> /usr/local/janus/lib/janus/plugins/libjanus_streaming.0.dylib
       0x10ecf4000 -        0x10ed06ffb +libjanus_recordplay.0.dylib (0) <21D1A807-BA9E-3802-99C0-93556A630AED> /usr/local/janus/lib/janus/plugins/libjanus_recordplay.0.dylib
       0x10ed0d000 -        0x10ed16ffb +libjanus_echotest.0.dylib (0) <DFF1701C-4217-34E1-946C-803A9E9D1055> /usr/local/janus/lib/janus/plugins/libjanus_echotest.0.dylib
       0x10ed1c000 -        0x10ed25ffb +libjanus_websockets.0.dylib (0) <792822AD-3D4B-30ED-B00A-730A5ADB16B9> /usr/local/janus/lib/janus/transports/libjanus_websockets.0.dylib
       0x10ed2b000 -        0x10ed5effb +libwebsockets.15.dylib (0) <E1AF6643-7F15-30DD-B4CB-69EFC704C1BB> /usr/local/opt/libwebsockets/lib/libwebsockets.15.dylib
       0x10ed72000 -        0x10ed8bff3 +libuv.1.dylib (0) <487BDF6A-1560-311A-8E07-84AD3AFEB9C3> /usr/local/opt/libuv/lib/libuv.1.dylib
       0x10ed99000 -        0x10edc5fff +libevent-2.1.7.dylib (0) <357D85DB-2EB4-3049-AD50-08D518D7F83A> /usr/local/opt/libevent/lib/libevent-2.1.7.dylib
       0x10edd6000 -        0x10ede4fff +libjanus_http.0.dylib (0) <44D625ED-8981-3D80-AFC5-C1322874579E> /usr/local/janus/lib/janus/transports/libjanus_http.0.dylib
       0x10edeb000 -        0x10ee00ffb +libmicrohttpd.12.dylib (0) <C076EE5F-ABD3-3393-9D01-71C088BF7254> /usr/local/opt/libmicrohttpd/lib/libmicrohttpd.12.dylib
       0x1195d9000 -        0x119669b5f  dyld (733.6) <DAFEA246-2F9A-3DCB-A37C-4246D4F92770> /usr/lib/dyld
    0x7fff32841000 -     0x7fff32841fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <956D070C-B522-3A08-891A-CAD6BA4082D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff32859000 -     0x7fff32ec4fdf  com.apple.vImage (8.1 - 524.2) <DCF3349F-1159-3F46-81E0-C18E041DC940> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff32ec5000 -     0x7fff3312dfff  libBLAS.dylib (1303) <B950B953-116A-3C78-91A9-F983F61BC795> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff3312e000 -     0x7fff3341dff7  libBNNS.dylib (144.40.3) <BAE2A5E4-14A1-3C54-86DF-888FA26C745E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff3341f000 -     0x7fff337c4fff  libLAPACK.dylib (1303) <5C248B39-F233-3074-A3A5-AF8F436FBF87> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff337c5000 -     0x7fff337daff8  libLinearAlgebra.dylib (1303) <3AEC87AB-568C-3D88-959A-D6D8C2776FEC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff337db000 -     0x7fff337e0ff3  libQuadrature.dylib (7) <7EE59014-8FC5-3369-868B-8A87E590BF78> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff337e1000 -     0x7fff33851fff  libSparse.dylib (103) <093F97A4-47DE-38DF-BB7A-FF5A3FB0BB3B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff33852000 -     0x7fff33864fef  libSparseBLAS.dylib (1303) <4536B3F7-7017-36F5-B500-1A63F691CE03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff33865000 -     0x7fff33a3effb  libvDSP.dylib (735) <E849AEB0-2995-38A4-B0C3-4ACEAF434D12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff33a3f000 -     0x7fff33afafd3  libvMisc.dylib (735) <18B48679-444E-3680-A9B2-006A8D1DE3EB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff33afb000 -     0x7fff33afbfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <79C1A1C7-E97A-3B7A-8737-444B402A7AA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff33ca0000 -     0x7fff34a58ffe  com.apple.AppKit (6.9 - 1894.10.126) <76EB4086-CA3D-3448-8CE0-9812F9A94F3A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff34aa8000 -     0x7fff34aa8fff  com.apple.ApplicationServices (48 - 50) <0748E453-524B-33BA-806B-22786DED2958> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff34aa9000 -     0x7fff34b14fff  com.apple.ApplicationServices.ATS (377 - 493) <CF8434BF-B51D-3A68-B6FC-AFB0765530A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff34bad000 -     0x7fff34bebffa  libFontRegistry.dylib (274) <A512DEE5-A697-3EE6-AF9D-606C9D9156A0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff34c46000 -     0x7fff34c75ff7  com.apple.ATSUI (1.0 - 1) <50DC5F09-5336-3718-AEE9-490773BA3070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff34c76000 -     0x7fff34c7aff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <D4F7C969-FE2C-3036-94E3-FD2882F89C6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff34d15000 -     0x7fff34d6bffa  com.apple.HIServices (1.22 - 672) <0B1FD2E8-DEBD-3ED3-82F7-E0F80F21621A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff34d6c000 -     0x7fff34d7afff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <72ECDBB9-F607-3FB3-ABC3-882C9EFB3245> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff34d7b000 -     0x7fff34dc0ff2  com.apple.print.framework.PrintCore (15 - 516) <78F4A9D5-82F5-3578-A78F-CDD438DB6A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff34dc1000 -     0x7fff34dcbfff  com.apple.QD (4.0 - 413) <63CCC6D7-659A-341A-A8A4-55B596EEFE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff34dcc000 -     0x7fff34dd9ff0  com.apple.speech.synthesis.framework (9.0.22 - 9.0.22) <202F6033-A76D-3B2C-9BA9-9CCF4493AB4D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff34dda000 -     0x7fff34ebaff2  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <CAE6B655-8D07-3040-811E-CE5DE42249AE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff34ebc000 -     0x7fff34ebcfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <FE7A9727-7F3F-3E0F-B827-DF421993ED12> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff35232000 -     0x7fff355a9ffb  com.apple.CFNetwork (1120 - 1120) <5EA797F3-2F7A-3E0C-8DBC-DBE145004EC5> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff35628000 -     0x7fff3591cff3  com.apple.HIToolbox (2.1.1 - 993.4) <AB2DC9D2-6A2A-3EB0-8ED9-8053CFEEC0A9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff35967000 -     0x7fff3596dff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <E2CECD92-568A-3C7A-AD98-D99CEF1BBCBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff35b16000 -     0x7fff35d01ff7  com.apple.ColorSync (4.13.0 - 3394.3) <DCAECEC5-F7D0-3A28-AE9D-3FA59CC9FB26> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff35feb000 -     0x7fff364faffa  com.apple.audio.CoreAudio (5.0 - 5.0) <73C7F0DD-8919-3056-AB1F-67705F942A04> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff3654d000 -     0x7fff36584ff0  com.apple.CoreBluetooth (1.0 - 1) <E57B1D4A-DF7A-37F3-833A-CD440EB58685> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff36585000 -     0x7fff36963ffc  com.apple.CoreData (120 - 973.1) <AC3856BC-894E-30C4-BA99-25C06A3D9FE8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff36964000 -     0x7fff36a70ff6  com.apple.CoreDisplay (1.0 - 186.2.4) <AD10EEEB-9A5F-3904-A487-50F13E4B2357> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff36a71000 -     0x7fff36ef0fe7  com.apple.CoreFoundation (6.9 - 1673.126) <15D61616-B29B-3BDB-8624-4B84A4956485> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff36ef2000 -     0x7fff3756aff0  com.apple.CoreGraphics (2.0 - 1348.12.4.3) <B8D7910C-0C72-315F-8CE1-C257FD0ADD84> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff37578000 -     0x7fff378d5ff5  com.apple.CoreImage (15.0.0 - 910.8) <CE3DB305-25FF-31FE-9334-C2370473BAAF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff37e5e000 -     0x7fff37e5efff  com.apple.CoreServices (1069.11 - 1069.11) <C8F86BE7-AAED-30A6-BBC2-550446137E7C> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff37e5f000 -     0x7fff37ee4ff7  com.apple.AE (838 - 838) <3301AF1B-D178-306A-9641-B57AA03FB1BE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff37ee5000 -     0x7fff381c6fff  com.apple.CoreServices.CarbonCore (1217 - 1217) <FAA1467B-6D39-3EBE-9810-A4DF49478F10> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff381c7000 -     0x7fff38214ffd  com.apple.DictionaryServices (1.2 - 323) <C1798F09-36D3-3C8E-AF72-A3DE63962AF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff38215000 -     0x7fff3821dfff  com.apple.CoreServices.FSEvents (1268.40.5 - 1268.40.5) <9BB76885-7CD7-3369-B759-33F7E5DA5392> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff3821e000 -     0x7fff38457ff0  com.apple.LaunchServices (1069.11 - 1069.11) <88F59BD5-412A-35EE-AD45-E6BF80B24891> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff38458000 -     0x7fff384f0ff9  com.apple.Metadata (10.7.0 - 2074.4) <028AC15A-35B7-3E1F-BCDC-470C8EA0CA09> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff384f1000 -     0x7fff3851eff7  com.apple.CoreServices.OSServices (1069.11 - 1069.11) <A667F007-A599-3869-99F7-1F8460011015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3851f000 -     0x7fff38586fff  com.apple.SearchKit (1.4.1 - 1.4.1) <F0A931E4-0C31-36BA-8DD7-01FDF9813FB7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff38587000 -     0x7fff385abffd  com.apple.coreservices.SharedFileList (131 - 131) <62C3066A-3991-313F-AE2D-75B2B5934D52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff388d3000 -     0x7fff38a87ff6  com.apple.CoreText (643.1.1.5 - 643.1.1.5) <4525DC61-0B5B-33B2-A249-68C6A1267EE7> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff38a88000 -     0x7fff38accfff  com.apple.CoreVideo (1.8 - 334.0) <52692CD0-764F-3D77-9087-2825ED39AD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff38acd000 -     0x7fff38b5aff1  com.apple.framework.CoreWLAN (13.0 - 1455.3) <3F7DCCA2-A5E2-3196-B2C7-31491192E75C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff38dfc000 -     0x7fff38e02ff7  com.apple.DiskArbitration (2.7 - 2.7) <A3D2B0A0-3C72-3893-87BF-D45FE398A905> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff39134000 -     0x7fff394fbff4  com.apple.Foundation (6.9 - 1673.126) <470C2315-3047-39BB-BB6B-2C620087091C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff39568000 -     0x7fff395b8ff3  com.apple.GSS (4.0 - 2.0) <A149061D-5893-35B5-AE7F-BA889DFEADB2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff396f2000 -     0x7fff3980aff8  com.apple.Bluetooth (7.0.1 - 7.0.1f1) <61A2BDF8-E3AC-3714-A967-92404AC52389> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff39871000 -     0x7fff39914ffb  com.apple.framework.IOKit (2.0.2 - 1726.41.1) <FBB4A97B-D7CF-3B8C-932D-672343D63260> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff39916000 -     0x7fff39926ff4  com.apple.IOSurface (269.6 - 269.6) <DB88C9C2-0F53-3C77-98F0-1D8A1DFA9CB1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3999d000 -     0x7fff39af9ffe  com.apple.ImageIO.framework (3.3.0 - 1972.11.4.4) <2809F8D6-7B13-3703-B266-C5B7A6B62D97> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff39afa000 -     0x7fff39afdfff  libGIF.dylib (1972.11.4.4) <2BFC7FDD-4A4F-323C-B60A-3B4AE526F7CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff39afe000 -     0x7fff39bb8fef  libJP2.dylib (1972.11.4.4) <214BCCF5-2A06-3B4A-B2B8-4ECCB4B32D1C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff39bb9000 -     0x7fff39bddfef  libJPEG.dylib (1972.11.4.4) <DBE9F84B-D9A2-3044-BFE2-B3853025FD9F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff39e5b000 -     0x7fff39e75fe7  libPng.dylib (1972.11.4.4) <BD63D82F-55E5-32DB-96F9-8D7A3CDDA272> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff39e76000 -     0x7fff39e77fff  libRadiance.dylib (1972.11.4.4) <2454AEBE-BE87-3D0F-BE68-6ECA3FCA361C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff39e78000 -     0x7fff39ec1fff  libTIFF.dylib (1972.11.4.4) <73A90FA4-9A51-3653-8F14-2EBBFEED3F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff3b2e6000 -     0x7fff3b2f8ff3  com.apple.Kerberos (3.0 - 1) <8018F664-0026-3CC3-8685-3E2FE0BF2C7F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3b2f9000 -     0x7fff3b2f9fff  libHeimdalProxy.dylib (77) <51DB9CFB-808F-32E8-BB34-39F6702DBDED> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3b2fa000 -     0x7fff3b330fff  com.apple.LDAPFramework (2.4.28 - 194.5) <33F235C9-B0D4-3005-B395-DACE6DD93855> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff3bea7000 -     0x7fff3bf6aff9  com.apple.Metal (212.2.3 - 212.2.3) <AA7DE079-2DFD-3E9F-A041-464CFBE1ABAE> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3bf87000 -     0x7fff3bfc3ff3  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <FB95B500-E5A3-3FAD-882E-D12FD9CA0964> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3bfc4000 -     0x7fff3c04afe6  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <C0E349E7-ADE3-3353-8CFF-3DAD653F810E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3c04b000 -     0x7fff3c06fff8  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <8665FDF1-210F-3A8C-9D5D-FA0C49FD8C8C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3c070000 -     0x7fff3c085fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <EE7CF802-BF7F-3EEC-9EC2-26A3B3432275> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3c086000 -     0x7fff3c1e5ff4  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <46C9BDBB-1FB9-3E1A-A02C-818D16E472D9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3c1e6000 -     0x7fff3c234fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <7CFEE008-E1AD-30FE-B0B7-9A7459701234> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3c235000 -     0x7fff3c236ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <241617D0-E5E7-3E36-971E-E278D15990A9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3d17c000 -     0x7fff3d188ffe  com.apple.NetFS (6.0 - 4.0) <5C3C3672-2549-316E-9AC6-A1CFDCD16E9C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3d189000 -     0x7fff3d2ccff6  com.apple.Network (1.0 - 1) <38F65393-1393-3888-9F02-C4087F19CA0D> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff3fcf5000 -     0x7fff3fd4dff7  com.apple.opencl (3.5 - 3.5) <D734AF0C-0EA3-3264-BBF9-D3099ACF47E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3fd4e000 -     0x7fff3fd6afff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <AA81FC34-A7F6-3DA2-A275-B34F75099C7B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3fd6b000 -     0x7fff3fd76fff  com.apple.OpenDirectory (10.15 - 220.40.1) <ECFA2FFB-D5B6-3916-96F7-9F3A1EB1E534> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff406d1000 -     0x7fff406d3fff  libCVMSPluginSupport.dylib (17.10.22) <48C3CA4F-69EF-31E7-9120-0BA8E9162ACA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff406d4000 -     0x7fff406d9fff  libCoreFSCache.dylib (176.9) <D5D62F22-9099-370B-B264-B5398554EF0B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff406da000 -     0x7fff406defff  libCoreVMClient.dylib (176.9) <31DA9263-05A0-35A5-9CB8-40F8311B964B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff406df000 -     0x7fff406e7ff7  libGFXShared.dylib (17.10.22) <B153F11B-C10F-38FE-AB8D-9E6C5315F210> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff406e8000 -     0x7fff406f2fff  libGL.dylib (17.10.22) <59E124FF-8F56-3028-9816-40699F152B3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff406f3000 -     0x7fff40728fff  libGLImage.dylib (17.10.22) <7EC55D26-7FA5-3B7B-A552-C50FA0308101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff408bc000 -     0x7fff408f8fff  libGLU.dylib (17.10.22) <A4C86485-7CDF-30B0-ACB5-B0D11CA88ED0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff41328000 -     0x7fff41337ff7  com.apple.opengl (17.10.22 - 17.10.22) <0142B045-DCF8-3554-A7FB-48A173541E40> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff422f1000 -     0x7fff4256fff0  com.apple.QuartzCore (1.11 - 815.19.4.2) <5F492A40-BBBC-3A31-83A8-32462A7B1FB4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff430bc000 -     0x7fff43402ff6  com.apple.security (7.0 - 59306.41.2) <FB3774D5-C940-35FB-960A-86253A01BDAE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff43403000 -     0x7fff4348bff7  com.apple.securityfoundation (6.0 - 55236) <6482C994-4DB4-320D-8FD4-50C998EA8856> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff434e5000 -     0x7fff434e9ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <2B80E13A-AFFC-355A-AA82-CCDEF4718E66> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff44276000 -     0x7fff442e0ff7  com.apple.SystemConfiguration (1.19 - 1.19) <A52A533D-DA25-3607-A18E-CA7C539E1C52> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff4803c000 -     0x7fff48100fef  com.apple.APFS (1412.41.1 - 1412.41.1) <0319F563-43AE-3F80-9107-7F0056E726DB> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff491dc000 -     0x7fff491ddff1  com.apple.AggregateDictionary (1.0 - 1) <93D38CEB-C8F2-3011-8810-64D1E33B0D62> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff49bf4000 -     0x7fff49c18ff3  com.apple.framework.Apple80211 (13.0 - 1460.1) <5290ABDC-D781-31CF-AD23-C39D3BA3FBD6> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff49d4e000 -     0x7fff49d5dfdf  com.apple.AppleFSCompression (119 - 1.0) <7EEDBF8A-8812-33D6-A5B0-F7D36825EE73> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff49e5c000 -     0x7fff49e67ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <B84D3BAB-BCF7-3DD8-A656-498D5444DC9D> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff49ea9000 -     0x7fff49ef1fff  com.apple.AppleJPEG (1.0 - 1) <CFE57DD6-F663-3DBF-8D37-BEFABF557D1F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4a2ca000 -     0x7fff4a2ceff7  com.apple.AppleSRP (5.0 - 1) <77EB08CE-419B-38D5-9160-C1D4D3EE5131> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff4a2cf000 -     0x7fff4a2f1ffb  com.apple.applesauce (1.0 - 16.22) <EFF69698-9566-3957-B3F5-CEC2B206EE7C> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4a3b1000 -     0x7fff4a3b4ffb  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <F4F1A097-C691-38BC-B91B-FFD828C3EA4E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4a44e000 -     0x7fff4a45dff1  com.apple.AssertionServices (1.0 - 223.40.19) <73B5C0D9-AB04-3961-A01D-FFBC94D1348E> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff4afee000 -     0x7fff4b22bfff  com.apple.audio.AudioToolboxCore (1.0 - 1104.26) <9D7C2174-0854-3C13-AF80-E814A9EC013C> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff4b22c000 -     0x7fff4b345ff0  com.apple.AuthKit (1.0 - 1) <F190E8C4-1D9B-34F2-9255-902509534E6A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff4b500000 -     0x7fff4b509ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <5E2B9000-49D6-3BFA-97F1-3B47A8A7418D> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4b50a000 -     0x7fff4b5abff8  com.apple.backup.framework (1.11.1 - 1298.1.2) <3C069796-5360-32F6-8841-BC263B94B2A3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4b5ac000 -     0x7fff4b62dffd  com.apple.BaseBoard (464.1 - 464.1) <1A44B522-904F-3541-BC8C-5EDF0C6EE49C> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4b72f000 -     0x7fff4b76bff7  com.apple.bom (14.0 - 219.1) <4D4C4ACA-A1DD-3D0B-B362-8D202EBE8D9B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4d1b8000 -     0x7fff4d1c9fff  com.apple.CommonAuth (4.0 - 2.0) <1D04F654-22B1-37EF-90AD-3ADB5238806A> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4d1dd000 -     0x7fff4d1f4fff  com.apple.commonutilities (8.0 - 900) <0B13423D-84E7-394A-8E2A-62D815B5BC4B> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4dd14000 -     0x7fff4dd33ff4  com.apple.analyticsd (1.0 - 1) <CFAD97DE-F4F0-3A1B-B6FE-855164CC68CC> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4dffe000 -     0x7fff4e009ff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <E382C414-45C5-370B-A011-ED8FFCE8737D> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4e281000 -     0x7fff4e291ff3  com.apple.CoreEmoji (1.0 - 107) <8D1CA277-C4F7-3F3B-919E-73B68D39535E> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4e8e2000 -     0x7fff4e94cff8  com.apple.CoreNLP (1.0 - 213) <329A9840-CBD8-33A2-A584-2805042284A9> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4edbb000 -     0x7fff4edc3ff8  com.apple.CorePhoneNumbers (1.0 - 1) <D4405704-6DD4-3486-9DE4-80FC91F1F80B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff4f50f000 -     0x7fff4f532fff  com.apple.CoreSVG (1.0 - 129) <00FDBCD4-A7CC-3E32-AC10-878B6A74596F> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff4f567000 -     0x7fff4f595ff7  com.apple.CSStore (1069.11 - 1069.11) <792520D2-5D81-3867-8DC7-75F8205D5A5B> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff4fbb5000 -     0x7fff4fce1ffc  com.apple.coreui (2.1 - 607) <5FB17928-EB0D-3C46-B078-7B9621261385> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4fce2000 -     0x7fff4fe7dffe  com.apple.CoreUtils (6.1 - 610.14) <62284EE1-1F77-3487-8DD0-43BDCFFD27D2> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff4ffb2000 -     0x7fff4ffc5ff1  com.apple.CrashReporterSupport (10.13 - 15011) <E4E96CDA-DFC4-3096-BCFC-994DB61D3E4D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff50231000 -     0x7fff50243ff0  com.apple.framework.DFRFoundation (1.0 - 252) <A7A09B8B-CEAD-3480-906E-9C3B685E6611> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff50244000 -     0x7fff50249fff  com.apple.DSExternalDisplay (3.1 - 380) <F34E4A29-FD30-3DD0-946E-0AEDAE04EB18> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff502b2000 -     0x7fff5032dff8  com.apple.datadetectorscore (8.0 - 659) <0E160ECD-98B5-3D9E-B155-0942A4B009A5> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff503b8000 -     0x7fff50513ff7  com.apple.desktopservices (1.14.1 - 1281.1.1) <44D9F114-0D09-331E-8CD2-3A191E5AE8E1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff51d47000 -     0x7fff52162ff9  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <9F0FB4FD-C77F-3494-9898-9709BA2F1315> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff527c8000 -     0x7fff528ffffc  libFontParser.dylib (277.2.1.2) <92F025B1-AEE5-3BF8-8515-24FAF66AD7C2> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff52999000 -     0x7fff529a9ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <E7C8B563-8C55-30CC-AA12-EC9A6B1DAB1A> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff57515000 -     0x7fff5751bfff  com.apple.GPUWrangler (4.5.9 - 4.5.9) <382B7462-5644-3C3E-968A-A5A9EBAFEECA> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff5897a000 -     0x7fff58988ffb  com.apple.GraphVisualizer (1.0 - 100.1) <415AAD69-0A45-3B21-9698-D8798A48E5A2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff58b1b000 -     0x7fff58bd9ff4  com.apple.Heimdal (4.0 - 2.0) <735D30D6-8713-382B-97EA-12EFCC053486> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5ad10000 -     0x7fff5ad18ff5  com.apple.IOAccelerator (438.2.7 - 438.2.7) <98C1C6DE-68A7-3396-B3D6-336CF11964AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5ad1b000 -     0x7fff5ad31ff7  com.apple.IOPresentment (1.0 - 37) <E3AACF97-C85A-3720-90F0-61CAEF721F3D> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5b0bb000 -     0x7fff5b106ffc  com.apple.IconServices (438.2 - 438.2) <49E47D81-CBE8-3CB3-82F6-927B0AE64086> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5b2c3000 -     0x7fff5b2c9ffc  com.apple.InternationalSupport (1.0 - 44) <E881A3F9-7D1E-3943-B8DB-7BF31057CBB6> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5b50a000 -     0x7fff5b52afff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <A6E97F92-DF9D-35F3-9DD8-2951FF162578> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5b681000 -     0x7fff5b74fff5  com.apple.LanguageModeling (1.0 - 215) <D3478ED9-A757-355F-A4A0-464E133182D6> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5b750000 -     0x7fff5b798ff7  com.apple.Lexicon-framework (1.0 - 72) <94910CCB-C386-3912-84A2-1A730BB6EF62> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5b79f000 -     0x7fff5b7a3ff6  com.apple.LinguisticData (1.0 - 353) <23AF4473-4FDB-39D9-8862-7D23276606A9> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5caf4000 -     0x7fff5cb40ff7  com.apple.spotlight.metadata.utilities (1.0 - 2074.4) <8957F147-9371-3728-896E-FC517AC7E86E> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5cb41000 -     0x7fff5cc0fffd  com.apple.gpusw.MetalTools (1.0 - 1) <494BAEE0-8742-31F9-BC6D-C947A2756C5F> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5ce3f000 -     0x7fff5ce5dfff  com.apple.MobileKeyBag (2.0 - 1.0) <C137BEF9-6103-3AA5-B4BB-25BFE550B473> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5d0c4000 -     0x7fff5d0f2ff7  com.apple.MultitouchSupport.framework (3410.2 - 3410.2) <67076218-F639-3C44-9670-20B54714E339> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5d567000 -     0x7fff5d571fff  com.apple.NetAuth (6.2 - 6.2) <BA114B8C-BE33-3DBB-BDC8-25423DBBD3A3> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5df5f000 -     0x7fff5dfabff7  com.apple.OTSVG (1.0 - 643.1.1.5) <239EB765-2776-30F4-A300-4DF12C987D0F> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff5f13a000 -     0x7fff5f145ffe  com.apple.PerformanceAnalysis (1.243 - 243) <FCF592E9-A0C8-3E31-BC87-91AEE71C2869> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5f146000 -     0x7fff5f16effb  com.apple.persistentconnection (1.0 - 1.0) <E6842FE3-D767-3540-95D3-39A213B45BD7> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff61a8e000 -     0x7fff61aa7fff  com.apple.ProtocolBuffer (1 - 274.20.7.15.1) <89CB1292-0A41-3848-9AE1-CC5CEA756A25> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff61eac000 -     0x7fff61ed5ff9  com.apple.RemoteViewServices (2.0 - 148) <D8DCE656-7CBF-381A-827A-B8AA2A34CC08> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6203a000 -     0x7fff62075ff0  com.apple.RunningBoardServices (1.0 - 223.40.19) <30C89668-9DEE-3948-B4EA-6DC9099497C2> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff63ad4000 -     0x7fff63bf8ff4  com.apple.Sharing (1496.4 - 1496.4) <509EE7C8-C096-372E-B1CC-1CBB7B59DFEF> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff64c2c000 -     0x7fff64f24ffa  com.apple.SkyLight (1.600.0 - 440.14) <87B4BC36-78DA-3320-B455-FACB48DC63AA> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6576c000 -     0x7fff6577afff  com.apple.SpeechRecognitionCore (6.0.91 - 6.0.91) <6D164E0A-5C8D-3125-933F-F4842C731E01> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6625b000 -     0x7fff6626bff3  com.apple.TCC (1.0 - 1) <87BE8D5C-5D35-3434-8BDF-1615349C7A21> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6675d000 -     0x7fff66824ff4  com.apple.TextureIO (3.10.9 - 3.10.9) <499A5034-C527-30AC-9580-912423C3C2D8> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff669a1000 -     0x7fff669a2fff  com.apple.TrustEvaluationAgent (2.0 - 33) <4327B52D-2681-3195-B1F8-270D9137F932> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6767b000 -     0x7fff678d4ffa  com.apple.UIFoundation (1.0 - 659.5) <99072103-6A73-3538-944A-5FD2AF709A78> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff69526000 -     0x7fff69527fff  com.apple.WatchdogClient.framework (1.0 - 67.40.1) <B1228D4E-50B5-3630-A7F4-5598651CE963> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6a0fe000 -     0x7fff6a101ffe  com.apple.dt.XCTTargetBootstrap (1.0 - 15508) <BA4C9007-2C3E-33DE-B81C-608918D2FDF1> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6a17a000 -     0x7fff6a188ffd  com.apple.audio.caulk (1.0 - 32.3) <089441BF-D7F6-388F-8D89-0262AB2EEA3F> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff6a4c8000 -     0x7fff6a4caff3  com.apple.loginsupport (1.0 - 1) <FFE90A0A-BEBC-3032-9368-94C016BE0795> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6a7fd000 -     0x7fff6a832ff2  libAudioToolboxUtility.dylib (1104.26) <261CDFD3-BEFF-3BE8-9322-8A0F5282D4B9> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6a839000 -     0x7fff6a86eff7  libCRFSuite.dylib (48) <CDEA70A4-318B-3990-9AAE-1D7B18132760> /usr/lib/libCRFSuite.dylib
    0x7fff6a871000 -     0x7fff6a87bff3  libChineseTokenizer.dylib (34) <4D68248B-BD40-32E3-ABCA-CE23BCA0A6A4> /usr/lib/libChineseTokenizer.dylib
    0x7fff6a908000 -     0x7fff6a90afff  libDiagnosticMessagesClient.dylib (112) <83F42398-DB41-3BB2-B8A1-10D78C4B5778> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6a94f000 -     0x7fff6ab06ff3  libFosl_dynamic.dylib (100.4) <F5583DFD-E3A1-3D6A-8698-613F7FA119A0> /usr/lib/libFosl_dynamic.dylib
    0x7fff6ab2d000 -     0x7fff6ab33ff3  libIOReport.dylib (54) <EC75DB3B-CFC4-3235-8C2F-CE3C29CA8CFE> /usr/lib/libIOReport.dylib
    0x7fff6ac4a000 -     0x7fff6ac69fff  libMobileGestalt.dylib (826.40.7) <C9875B8D-F7C6-32F6-A94D-1F2CA20D00CE> /usr/lib/libMobileGestalt.dylib
    0x7fff6add0000 -     0x7fff6add1ff3  libSystem.B.dylib (1281) <1DD1BCD2-2C85-3B81-8CAF-224FB042F441> /usr/lib/libSystem.B.dylib
    0x7fff6ae61000 -     0x7fff6ae62fff  libThaiTokenizer.dylib (3) <22582C9C-3D32-3832-8925-813E4F2BA8DA> /usr/lib/libThaiTokenizer.dylib
    0x7fff6ae7a000 -     0x7fff6ae90fff  libapple_nghttp2.dylib (1.39.2) <9B990E6A-D9EB-3F2C-B7CA-085A47D4BC62> /usr/lib/libapple_nghttp2.dylib
    0x7fff6aec5000 -     0x7fff6af37ff7  libarchive.2.dylib (72.40.2) <25C00824-621A-3FF1-9B6C-52999B6DDF4E> /usr/lib/libarchive.2.dylib
    0x7fff6af38000 -     0x7fff6afcefc5  libate.dylib (2.0.9) <53750831-1A8E-3AF3-A22D-53C08F9D7002> /usr/lib/libate.dylib
    0x7fff6afd2000 -     0x7fff6afd2ff3  libauto.dylib (187) <F4B3519A-A4FC-30E0-805C-70C99BA3FDDA> /usr/lib/libauto.dylib
    0x7fff6b090000 -     0x7fff6b0a0fff  libbsm.0.dylib (60) <E57A0CC6-226D-3529-A23A-D5DD6674DB3E> /usr/lib/libbsm.0.dylib
    0x7fff6b0a1000 -     0x7fff6b0adfff  libbz2.1.0.dylib (44) <F3D26C17-BC6E-3A83-A3BB-137343C87303> /usr/lib/libbz2.1.0.dylib
    0x7fff6b0ae000 -     0x7fff6b101fff  libc++.1.dylib (800.7) <1D42387D-206A-3F06-9B5F-705B83EAC295> /usr/lib/libc++.1.dylib
    0x7fff6b102000 -     0x7fff6b116fff  libc++abi.dylib (800.7) <D89ABFBF-3754-35AB-BAEE-FBF14857F79B> /usr/lib/libc++abi.dylib
    0x7fff6b117000 -     0x7fff6b117ffb  libcharset.1.dylib (59) <EC5B95D9-388B-3351-9192-CD6CDB8C3E0F> /usr/lib/libcharset.1.dylib
    0x7fff6b118000 -     0x7fff6b129ffb  libcmph.dylib (8) <49C8E101-945E-369B-91D3-2129000DFF35> /usr/lib/libcmph.dylib
    0x7fff6b12a000 -     0x7fff6b141fe7  libcompression.dylib (87) <77B35FFD-CE66-3CCA-BEDD-9771D698CEE3> /usr/lib/libcompression.dylib
    0x7fff6b40e000 -     0x7fff6b424fff  libcoretls.dylib (167) <4F054E37-783A-3FCD-B90B-23A0A83621D9> /usr/lib/libcoretls.dylib
    0x7fff6b425000 -     0x7fff6b426ffb  libcoretls_cfhelpers.dylib (167) <62E31BC8-A823-3816-B130-2BB550433203> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6b8ca000 -     0x7fff6b9cefe7  libcrypto.44.dylib (47.11.1) <7607262D-CEFA-3B52-A07E-7DC7904F9BD8> /usr/lib/libcrypto.44.dylib
    0x7fff6b9e4000 -     0x7fff6ba43fff  libcups.2.dylib (483) <38F989F6-5143-3D01-9F41-3B34553B68F0> /usr/lib/libcups.2.dylib
    0x7fff6ba45000 -     0x7fff6baacfff  libcurl.4.dylib (118) <F75E40BA-8DA6-39E7-BDFE-C9F4823BF5E0> /usr/lib/libcurl.4.dylib
    0x7fff6bb4f000 -     0x7fff6bb4fff3  libenergytrace.dylib (21) <1CE2BD78-F68E-36A3-BCE9-E9EAB78D9FF3> /usr/lib/libenergytrace.dylib
    0x7fff6bb50000 -     0x7fff6bb69ff7  libexpat.1.dylib (19) <E209623A-A410-3749-AD6D-2850241CB873> /usr/lib/libexpat.1.dylib
    0x7fff6bb77000 -     0x7fff6bb79ff7  libfakelink.dylib (149) <528A0ABE-B583-3DA1-8E5B-9CA7E89303DE> /usr/lib/libfakelink.dylib
    0x7fff6bb88000 -     0x7fff6bb8dfff  libgermantok.dylib (24) <5E297121-22A7-3A2F-92B9-DD3E5C829CC7> /usr/lib/libgermantok.dylib
    0x7fff6bb8e000 -     0x7fff6bb97ff7  libheimdal-asn1.dylib (564.40.3) <6C5102F7-85BE-34E0-BFC7-0569FCAE2755> /usr/lib/libheimdal-asn1.dylib
    0x7fff6bb98000 -     0x7fff6bc88ff7  libiconv.2.dylib (59) <EB71AC8F-EA44-3BEE-A210-2D92251CA51D> /usr/lib/libiconv.2.dylib
    0x7fff6bc89000 -     0x7fff6bee1ff7  libicucore.A.dylib (64243.0.1) <4CBF52D7-7235-34C8-9FF1-8657076B604F> /usr/lib/libicucore.A.dylib
    0x7fff6befb000 -     0x7fff6befcfff  liblangid.dylib (133) <DCC4FA36-0563-3BD2-AE35-9BAF52F5BD98> /usr/lib/liblangid.dylib
    0x7fff6befd000 -     0x7fff6bf15ffb  liblzma.5.dylib (16) <7D2522C8-8CBE-32C9-8743-A8F598602F4C> /usr/lib/liblzma.5.dylib
    0x7fff6bf2d000 -     0x7fff6bfd4fff  libmecab.dylib (883) <FDA0E623-F6F2-3402-B72C-0C60A32C2CC1> /usr/lib/libmecab.dylib
    0x7fff6bfd5000 -     0x7fff6c235ff9  libmecabra.dylib (883) <2E84458F-5748-3A9B-94F3-CAF3C79E6383> /usr/lib/libmecabra.dylib
    0x7fff6c5a1000 -     0x7fff6c5d0ff7  libncurses.5.4.dylib (57) <7115BD9E-9A53-3538-BA7C-6D71E8C0F9F1> /usr/lib/libncurses.5.4.dylib
    0x7fff6c6ff000 -     0x7fff6cb71ff4  libnetwork.dylib (1880.40.26) <D8C5B7F0-04D5-3470-A9C4-EF8B2FF96986> /usr/lib/libnetwork.dylib
    0x7fff6cc10000 -     0x7fff6cc41ff6  libobjc.A.dylib (781) <D866A31E-5CB1-3327-8D22-C4F83C9225D0> /usr/lib/libobjc.A.dylib
    0x7fff6cc54000 -     0x7fff6cc58fff  libpam.2.dylib (25) <02ABA04D-5843-3850-82A3-EBECA6FC2CDF> /usr/lib/libpam.2.dylib
    0x7fff6cc5b000 -     0x7fff6cc8eff7  libpcap.A.dylib (89.40.2) <C4F9F5BD-BA21-3038-9665-4D298FB7511C> /usr/lib/libpcap.A.dylib
    0x7fff6cd10000 -     0x7fff6cd28fff  libresolv.9.dylib (67.40.1) <34848168-B77D-3749-A7ED-B1F3F92E5162> /usr/lib/libresolv.9.dylib
    0x7fff6cd6f000 -     0x7fff6cd81fff  libsasl2.2.dylib (213) <FA0CF2A0-1989-3CCF-8118-45017132788B> /usr/lib/libsasl2.2.dylib
    0x7fff6cd84000 -     0x7fff6cf71ff7  libsqlite3.dylib (308.4) <2D0B1BE5-9B8A-394F-82F7-F612B1A6C73F> /usr/lib/libsqlite3.dylib
    0x7fff6d065000 -     0x7fff6d092ffb  libssl.46.dylib (47.11.1) <37B2EA03-9748-3324-ADDD-75F67D1E9D15> /usr/lib/libssl.46.dylib
    0x7fff6d166000 -     0x7fff6d1c1ff0  libusrtcp.dylib (1880.40.26) <9FE938A6-BC56-3245-87D6-88C3C7A1F81D> /usr/lib/libusrtcp.dylib
    0x7fff6d1c2000 -     0x7fff6d1c5ffb  libutil.dylib (57) <B88D4C21-DAEF-3566-8EAE-5973C51A16FD> /usr/lib/libutil.dylib
    0x7fff6d1c6000 -     0x7fff6d1d3fff  libxar.1.dylib (420) <46AAA43E-6FC6-38A8-B696-62143706D33B> /usr/lib/libxar.1.dylib
    0x7fff6d1d9000 -     0x7fff6d2bbff7  libxml2.2.dylib (32.12) <0DB777D9-F9A1-3921-BFCE-05A000293915> /usr/lib/libxml2.2.dylib
    0x7fff6d2bf000 -     0x7fff6d2e7fff  libxslt.1.dylib (16.7) <C30A840F-E7E7-39D5-A633-9C256650B552> /usr/lib/libxslt.1.dylib
    0x7fff6d2e8000 -     0x7fff6d2fafff  libz.1.dylib (76) <3EC7A143-AF2D-35EE-9C08-542B2907E3D2> /usr/lib/libz.1.dylib
    0x7fff6dd60000 -     0x7fff6dd65ff7  libcache.dylib (83) <74F6459D-3606-3ADB-9808-F6B0FE70062D> /usr/lib/system/libcache.dylib
    0x7fff6dd66000 -     0x7fff6dd71ff7  libcommonCrypto.dylib (60165) <1333752F-5117-3E86-803A-06E166D80C8C> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6dd72000 -     0x7fff6dd79fff  libcompiler_rt.dylib (101.2) <0437EBEF-8191-3912-A365-D6BB75C7A810> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6dd7a000 -     0x7fff6dd83fff  libcopyfile.dylib (166.40.1) <7FAF372E-BAD5-30E6-A8F2-A3D06B91DC80> /usr/lib/system/libcopyfile.dylib
    0x7fff6dd84000 -     0x7fff6de1bfef  libcorecrypto.dylib (866.40.8) <AE25C9EE-5D63-3E49-B3AA-D482D35C085A> /usr/lib/system/libcorecrypto.dylib
    0x7fff6df32000 -     0x7fff6df73ff0  libdispatch.dylib (1173.40.5) <1FF421B6-4BF0-3B5F-8F56-5ED3B3EFE06F> /usr/lib/system/libdispatch.dylib
    0x7fff6df74000 -     0x7fff6dfa9fff  libdyld.dylib (733.6) <2FA4B359-624B-337C-9207-CDCF841C2E52> /usr/lib/system/libdyld.dylib
    0x7fff6dfaa000 -     0x7fff6dfaaffb  libkeymgr.dylib (30) <7EEF9246-30B4-34DD-8AD6-79679D1A7784> /usr/lib/system/libkeymgr.dylib
    0x7fff6dfab000 -     0x7fff6dfb7ff7  libkxld.dylib (6153.41.3) <F9FF90CE-DCB0-3918-882F-6E475A6E244A> /usr/lib/system/libkxld.dylib
    0x7fff6dfb8000 -     0x7fff6dfb8ff7  liblaunch.dylib (1738.40.10) <CC02D5B3-A95D-3B16-8EE5-D62521CFE899> /usr/lib/system/liblaunch.dylib
    0x7fff6dfb9000 -     0x7fff6dfbeff7  libmacho.dylib (949.0.1) <6C3E49B2-594D-3B9D-82DB-C4ABEB9788AB> /usr/lib/system/libmacho.dylib
    0x7fff6dfbf000 -     0x7fff6dfc1ff3  libquarantine.dylib (110.40.3) <A1BCAA32-A194-3DBE-9930-8F49A4AEF284> /usr/lib/system/libquarantine.dylib
    0x7fff6dfc2000 -     0x7fff6dfc3ff7  libremovefile.dylib (48) <DD7AE862-F179-3C07-A4FC-5775DDD4D3E6> /usr/lib/system/libremovefile.dylib
    0x7fff6dfc4000 -     0x7fff6dfdbfff  libsystem_asl.dylib (377.40.1) <ECE44856-D279-3B5D-A0AA-8BE421D200C4> /usr/lib/system/libsystem_asl.dylib
    0x7fff6dfdc000 -     0x7fff6dfdcfff  libsystem_blocks.dylib (74) <DC521115-905A-3A0D-9337-C55FACCEA85F> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6dfdd000 -     0x7fff6e064ff7  libsystem_c.dylib (1353.41.1) <5AD50779-955E-3F56-BCB9-1E14833B3455> /usr/lib/system/libsystem_c.dylib
    0x7fff6e065000 -     0x7fff6e068fff  libsystem_configuration.dylib (1061.40.2) <7A2329E0-3C84-3DB7-BC32-E7796C50D621> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6e069000 -     0x7fff6e06cff7  libsystem_coreservices.dylib (114) <DF341577-A307-3722-BB24-D4AACEAB19B3> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6e06d000 -     0x7fff6e074fff  libsystem_darwin.dylib (1353.41.1) <E862B5B1-A367-39CA-8319-B2F9DFADF606> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6e075000 -     0x7fff6e07cffb  libsystem_dnssd.dylib (1096.40.7) <2A9C6F3E-427B-332E-BDD3-D4651306F3DE> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6e07d000 -     0x7fff6e07effb  libsystem_featureflags.dylib (17) <B94C0052-B75A-3169-80AA-5F480588AF6E> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6e07f000 -     0x7fff6e0ccff7  libsystem_info.dylib (538) <18CC56C5-5325-3375-BF99-FAE7F4F19DDD> /usr/lib/system/libsystem_info.dylib
    0x7fff6e0cd000 -     0x7fff6e0f9ff7  libsystem_kernel.dylib (6153.41.3) <18918E9C-45BC-3D5A-A6B6-3DBC60EEE2E1> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6e0fa000 -     0x7fff6e141ff7  libsystem_m.dylib (3178) <636A1A1C-7AFC-3E82-B86B-0173912A3437> /usr/lib/system/libsystem_m.dylib
    0x7fff6e142000 -     0x7fff6e169ff7  libsystem_malloc.dylib (283.40.1) <F82A587B-44A2-3699-A218-9D3ECEE23D5A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6e16a000 -     0x7fff6e177ff3  libsystem_networkextension.dylib (1095.40.22) <7F206A43-A941-3BAB-AE3A-16169F2FE6AB> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6e178000 -     0x7fff6e181fff  libsystem_notify.dylib (241) <C95CC58E-35E7-3828-AA2A-6EED73C12DE5> /usr/lib/system/libsystem_notify.dylib
    0x7fff6e182000 -     0x7fff6e18bfe7  libsystem_platform.dylib (220) <0CCDD81F-0891-3400-8A97-6CAC3BBBE2F9> /usr/lib/system/libsystem_platform.dylib
    0x7fff6e18c000 -     0x7fff6e196ff7  libsystem_pthread.dylib (416.40.3) <53C65598-9E9E-36FF-BDC2-74F228E58C5C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6e197000 -     0x7fff6e19bffb  libsystem_sandbox.dylib (1217.41.1) <2183D15E-2CFD-3160-80CE-A948F0529005> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6e19c000 -     0x7fff6e19efff  libsystem_secinit.dylib (62.40.2) <D2782294-ACDC-30FF-A794-B4C1B324526B> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6e19f000 -     0x7fff6e1a6ffb  libsystem_symptoms.dylib (1238.40.4) <A44E4405-E22E-32E9-83DE-8C7A82401DA0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6e1a7000 -     0x7fff6e1bdff2  libsystem_trace.dylib (1147.40.13) <376CC435-E656-37D9-A5FF-C49B6E4525E2> /usr/lib/system/libsystem_trace.dylib
    0x7fff6e1bf000 -     0x7fff6e1c4ffb  libunwind.dylib (35.4) <44448F1F-08E5-3425-ADBA-C38A9E8F90C7> /usr/lib/system/libunwind.dylib
    0x7fff6e1c5000 -     0x7fff6e1f9ff6  libxpc.dylib (1738.40.10) <99CC9436-D653-3762-ADBB-9054EBD1BA2B> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 3958922
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=526.6M resident=0K(0%) swapped_out_or_unallocated=526.6M(100%)
Writable regions: Total=76.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=76.0M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Kernel Alloc Once                    8K        1 
MALLOC                            55.3M       22 
MALLOC guard page                   16K        3 
STACK GUARD                       56.1M       25 
Stack                             20.2M       25 
__DATA                            22.0M      298 
__DATA_CONST                       624K       31 
__FONT_DATA                          4K        1 
__LINKEDIT                       356.9M       47 
__OBJC_RO                         32.0M        1 
__OBJC_RW                         1780K        2 
__TEXT                           169.7M      291 
__UNICODE                          564K        1 
mapped file                         28K        1 
shared memory                       12K        3 
===========                     =======  ======= 
TOTAL                            715.5M      753 

Model: MacBookPro11,2, BootROM 157.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2.8 GHz, 16 GB, SMC 2.18f15
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.106.3 AirPortDriverBrcmNIC-1435.3)
Bluetooth: Version 7.0.1f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM1024F, 1 TB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
@lminiero
Copy link
Member

lminiero commented Nov 7, 2019

Please put all that in a gist or pastebin link. As clearly explained in the guidelines, I won't accept such a huge amount of text inline here, and won't even look at it as it is.

@atoppi
Copy link
Member

atoppi commented Nov 8, 2019

It seems that libnice_version_string is NULL.
Could you try again with a clean install ?
What is the output of pkg-config --modversion nice on your machine ?
What is the content of the version.c file after a Janus compiling ?

@sjkummer
Copy link
Contributor Author

sjkummer commented Nov 8, 2019

Sorry for my late response. However, I can confirm that dd1cb8e fixes the issue 🙂

voicenter added a commit to voicenter/janus-gateway that referenced this issue Apr 24, 2020
* Updated link to project in resources (docs)

* Add exception var to catch stmt to fix rollup (meetecho#1848)

* Fixed typo

* fix nullptr dereference in streaming plugin (meetecho#1855)

* VP9 SVC fixes (meetecho#1849)

* Fixed SIP hangup not sending CANCEL, when inviting (fixes meetecho#1856)

* Use strtol more, and add checks when atoi is used (meetecho#1852)

* Fixed broken code in AudioBridge

* Fixed regression when setting up DataChannels

* Fix RTP fuzzing target according to recent VP9 changes.

* Fixed rare race condition in HTTP plugin that could cause leak (fixes meetecho#1665)

* add missing closing curly bracket (meetecho#1859)

* Don't scan libnice version if it wasn't retrieved (fixes meetecho#1858)

* Fixed wrong clock rate being used for RTP header updates when using G.722

* Feature/ignore unreachable ice server (meetecho#1854)

* Keep track of clock rates associated to payload types, for RTCP

* Don't send RTCP SR if outgoing media has been disabled via SDP update

* Bumped version in postprocessing tool as well

* Fixes to RTSP latching procedure (fixes meetecho#1536, replaces meetecho#1851) (meetecho#1866)

* New functionality to add custom Contact URI params to SIP REGISTER (meetecho#1874)

* Reduced verbosity of some lines in the SIP plugin

* Reduced default twcc_period value from 1s to 200ms

* SIP plugin: custom (non-standard) headers on incoming events (requests) (meetecho#1873)

* Bumped to version 0.8.0

* Gzip compression utility in the core (and sample event handler) (meetecho#1846)

* New category of plugins for modular logging (meetecho#1814)

* Fixed linking error for post-rocessing tools after recent changes

* Remove option to enable rtx (now always supported, when negotiated) (meetecho#1877)

* Updated documentation to include some info on the new logger modules

* Avoid gzip functions when fuzzing in OSS and add zlib dependency when fuzzing locally.

* Fixed exception to GPL code (see meetecho#713)

* Fixed wrong default folder for loggers

* Added link to new video on Simulcast and SVC to docs

* Add CHANGELOG.md file into the project (meetecho#1885)

* Fix RTSP SETUP when url includes query string parameters (fixes meetecho#1869) (meetecho#1875)

* Added changelog (and info on tagged versions) to documentation

* [Suggestion] Started the refactoring of the janus.js (meetecho#1830)

* Make sure libcurl is available before using CURL_AT_LEAST_VERSION (fixes meetecho#1887)

* Fixed small typos in demos

* Fixed obsolete value for TWCC period default in docs/hints

* Make sure the installed libcurl knows about CURL_AT_LEAST_VERSION

* Fixed variable shadowing

* Added fwrite checks in record.c (warnings only)

* Updated changelog (v0.8.0)

* Bumped to version 0.8.1

* Remove SIPre plugin from the repo (meetecho#1894)

* Binary data support in data channels (meetecho#1878)

* Fixed typo in SIP plugin

* Allow RTCP ports to be picked randomly using 0, in Streaming plugin

* Check if rtcp port is > 0 before creating a RTCP socket.

* Revert "Check if rtcp port is > 0 before creating a RTCP socket."

This reverts commit a0b7dbf.

* Check if rtcp port is > 0 before creating a RTCP socket, in Videoroom plugin.

* Add in mountpoint/forwarder create response the allocated RTCP ports.

* he 'referred_by' field currently holds the SIP URI value copied from the (meetecho#1896)

* Fixed warnings introduced in meetecho#1896

* Fixed leak in SIP plugin (fixes meetecho#1897)

* Fixed occasional memory leak in Streaming plugin (fixes meetecho#1900)

* Fix out of bounds array access for last_spatial_layer (meetecho#1906)

* startup: only close the logger directory if it was opened (meetecho#1903)

* Only close the event handlers directory if it was opened (see meetecho#1903)

* fixed typo (meetecho#1916)

* Move loggers cleanup to end of logger thread (fixes meetecho#1904)

* Fixed late initialization of janus.js constructor callbacks (fixes meetecho#1912)

* Added reference to Snap repo in resources (docs)

* Fixed warnings when building DTLS bio code

* Don't keep TextRoom plugin loaded if data channels were not compiled

* Updated year in demos and docs

* Use sendBeacon instead of sync XHR in onbeforeunload (fixes meetecho#1902) (meetecho#1918)

* Fixed occasional buffer overflow error when post-processing H.264 recordings

* Increase buffer when post-processing VP8/VP9 recordings too (see previous commit)

* Updated Changelog

* Bumped to version 0.8.2

* Fix a possible race condition when joining as a subscriber and destroying the session. (meetecho#1911)

* More verbose output on postprocessing output error

* Fixed reference to deprecated configuration file

* Added check on AudioBridge instance in setup_media (fixes meetecho#1923)

* Added missing check on SDP attribute value existence

* Add new configuration property to add protected folders not to save to (meetecho#1919)

* Fixed undefined reference when building postprocessor utilities

* Better parsing of RTSP messages (see meetecho#1922) (meetecho#1925)

* Fixed undefined reference when building fuzzers

* Add missing mutex unlocks in videoroom message handler.

* Add math library when fuzzing locally.

* Add audio skew compensation to janus-pp-rec. (meetecho#1870)

* Updated man file for janus-pp-rec

* Remove odd respond to automatically responded OPTIONS request (meetecho#1930)

* Fix g_async_queue usage (meetecho#1929)

* typo (meetecho#1934)

AudioBridge documentation typo in request mute|unmute

* Fixed broken links in docs (plugins list)

* Removed deprecated warning in screensharing demo

* Removed deprecated text from screensharing demo

* Fixed helpers not being able to send SUBSCRIBE requests in SIP plugin

* Small tweaks after static analysis

* Added Coverity badge

* Janus Travis CI integration (meetecho#1932)

* Updated Changelog (0.8.2)

* Bumped to version 0.9.0

* Refactoring of core-plugin callbacks and RTP extensions termination (meetecho#1884)

* Support for transport-wide CC on outgoing streams (meetecho#1889)

* Dynamically update NACK queue size depending on RTT (meetecho#1867)

* Fixed broken RTP fuzzer

* Fixed typo when adding audio attribute to SDP

* Fixed RTCP parsing issue found by OSS-fuzz

* Fix volume-related functions in janus.js (meetecho#1935)

* Fixed leak when parsing broken TWCC RTCP message (Credit to OSS-Fuzz)

* Add travis_retry to git clone commands.

* Fixed occasional segfault when parsing TWCC RTCP message (Credit to OSS-Fuzz)

* Add OSS-Fuzz badge.

* Fixed regression on video bitrates when using monodirectional PeerConnections

* Update janus_audiobridge.c (meetecho#1938)

The target of participant should also acknowledge the latest mute/unmute status which has been made by administrator.

* Travis libnice clang flags (meetecho#1941)

Do not check cast-alignment errors when compiling libnice with clang.

* Fixed occasional error messages on console when trying to add RTP extensions

* Update debugging section in Janus documentation.

* Optimized parsing of TWCC RTCP message (Credit to OSS-Fuzz)

* Renamed corpora file

* Avoid RTP header memory misalignment in rtx packets (meetecho#1943)

* We should allow to have ICE-TCP enabled without ICE Lite. Recent versions of libnice allow this combination and gather tcp passive candidates etc. in this setup. (meetecho#1946)

* conf: transports: document events option (meetecho#1952)

* Updated Changelog (0.9.0)

* Bumped to version 0.9.1

* Configurable global prefix for log lines (meetecho#1940)

* add missing callbacks.error check (meetecho#1959)

* janus_sip: add missing check for NULL (meetecho#1963)

Fixes meetecho#1962

* Remove Sofia reference from the title of the SIP demo

* rtp: drop dead code in rtp_header_update callers (meetecho#1964)

* Subtype for some event, and better docs for event handlers (fixes meetecho#1953) (meetecho#1957)

* Added link to new event handlers documentation to the doc main page

* Removed unused variables

* Added license badge to the README

* Small tweaks to demo intro text

* Detect H264 key frames with smaller SPS units (meetecho#1965)

Reduces the H264 keyframe length check from 16 to 6 bytes.
6 bytes seems to be the lower bound of any possibly valid SPS NAL unit,
based on Section 7.3 of the H264 specification.

For reference, we have been observing Chrome 80 producing SPS units
of 12 bytes or less.

* Support for strings as unique IDs in AudioBridge, VideoRoom, TextRoom (meetecho#1880)

* If glib is too old, generate uuid manually when needed (see meetecho#1880)

* Fixed errors creating VideoRoom when strings are used (see meetecho#1880)

* Remove duplicated codecs when answering SIP call (meetecho#1966)

* Fixed a couple of JSON attributes in VideoRoom when strings are used (see meetecho#1880)

* Make sure a publisher exists when asking for a VideoRoom subscriber renegotiation (fixes meetecho#1970)

* Added errno info when socket operations fail in Streaming plugin

* Fixed typos in TextRoom

* Support for strings as unique mountpoint IDs in Streaming plugin (meetecho#1969)

* fix meetecho#1967 (meetecho#1968)

Fixed error callback not being invoked when an HTTP error happens trying to attach to a plugin

* Added checks on nice_address_set_from_string (fixes meetecho#1973)

* Fixed broken method signature in Streaming plugin when not using libcurl

* Remove /root from the list of protected folders. Make comment text more clear.

* Valgrind fixes for sockaddr structs (meetecho#1976)

Avoid use of uninitialized members

* Hide libcurl from pkg-config when testing travis-ci with LIBCURL = NO.

* Fixed leak when creating Streaming mountpoint dynamically

* Reduced log level to info when logger and event handlers are not found (meetecho#1980)

* Always use base SSRC when recording VideoRoom simulcast participant

* Removed wrong comment

* Fixed broken DTMF in SIP demo

* Add UI to SIP demo to remove helpers, when created

* Fixed occasional missing referred-by info in SIP demo

* Reply to incoming REFER with 202 right away, not 100, in SIP plugin

* Added more checks on nice_address_set_from_string (fixes meetecho#1973) (meetecho#1981)

* Several enhancements to SIP demo

* Fixed abort at server shutdown after using SIP transfers

* Fixed typo in SIP demo code

* Updated Changelog (0.9.1)

* Bumped to version 0.9.2

* Make prebuffering in AudioBridge configurable (meetecho#1975)

* Add G.711 support to the AudioBridge plugin (meetecho#1979)

* Added maximum value for AudioBridge prebuffering property

* Converted HTTP transport plugin to single thread (meetecho#1173)

* Added -f to rm in html Makefile.am (fixes meetecho#1985)

* Small fixes for TypeScript declaration file (meetecho#1986)

Based on the current RTCConfiguration spec (https://w3c.github.io/webrtc-pc/#dom-rtcconfiguration), iceServers does not expect an array of strings.
Updating to type provided by TypeScript's lib.dom.d.ts

* ice: ensure that stream is non-NULL (meetecho#1987)

This fixes a crash on later stream checks (e.g., transport_wide_cc et al).

* Fixed typo in querylogger_parameters (copy/paste error) (meetecho#1989)

* Fixed double unlock when listing private rooms in AudioBridge (meetecho#1988)

* Make sure the session still has a reference when cleaning up HTTP requests

* Fixes to leaks and race conditions in VoiceMail plugin (meetecho#1993)

* Several fixes to session management in VideoCall plugin (meetecho#1994)

* update dtls ciphers (meetecho#1995)

* Implement ECDSA Certificate generation (meetecho#1997)

* Small tweaks to meetecho#1997 (renamed, moved and documented RSA property in janus.jcfg)

* Fix rare race condition when claiming sessions (meetecho#1990)

* Fix occasional deadlock in VideoRoom (2) (credits to @mivuDing, fixes meetecho#1982) (meetecho#1984)

* Added option to enforce validation on DTLS certificates (meetecho#1992)

Made DTLS ciphers configurable as well

* Fixed typo when renegotiating audio in janus.js (fixes meetecho#2002)

* Added option to ignore mDNS candidates (meetecho#1998)

* Fixed deadlock when using claim on HTTP transport (fixes meetecho#2000)

* Support for RTSP 'Content-Base' header in Streaming plugin (meetecho#1999)

* Added link to FOSDEM 2020 talk on RTP forwarders to the docs

* Fixed small leak in SIP plugin when holding calls

* Added called URI to 'incomingcall' and 'missed_call' events in SIP plugin

* Add repos for openSUSE and SUSE (meetecho#2009)

* Use user_id_str for kicked, leaving, and unpublished events, if enabled. (meetecho#2010)

Co-authored-by: Michael Shiel <[email protected]>

* http_transport: add NULL checks (meetecho#2012)

Refs meetecho#2005

* Update media direction in SIP plugin if remote address is 0.0.0.0 ('hold' fix) (meetecho#2013)

* Prepare RTCP Sender Reports by considering the last RTP timestamp sent. (meetecho#2007)

* Track pending nack cleanup tasks and cancel them when freeing a stream. (meetecho#2014)

* Fixed typo in janus.js error code (fixes meetecho#2018

* Reverted change on janus.js (see meetecho#2018)

* Resolve mDNS candidates asynchronously with GResolver (see meetecho#1998) (meetecho#2004)

* Reference count janus_request instances (meetecho#2020)

Added better management of refcount on HTTP session when using it too, and refcount support to hanus_http_msg as well

* Updates to mutex unlocking in textroom and videoroom plugins (meetecho#2026)

* Updated Changelog (0.9.2)

* Bumped to version 0.9.3

* Add Python aiortc-based functional testing. (meetecho#1971)

* test_aiortc: cleanup (meetecho#2027)

* Fixed missing refcount init for Admin API (fixes meetecho#2029)

* Bumping back to 0.9.2 to re-tag

* Updated changelog for 0.9.2

* Bumped to version 0.9.3 (again)

* janus_http: return earlier if request is NULL (meetecho#2031)

* Fixed janus-pp-rec build warnings when using ffmpeg >= 4.x

* Fixed VideoRoom destroy not working when using strings

* Fixed av_register_all deprecation check in post-processor

* plugins: drop tautology (meetecho#2041)

gateway is always set before initialized, so the latter is always true.

* Don't set ICE credentials when parsing remote credentials (meetecho#2046)

* Detect libsrtp(2) using pkg-config (fixes meetecho#2019) (meetecho#2033)

* Added support for static Opus files to Streaming plugin (meetecho#2040)

* Added support for generic metadata to Streaming mountpoints

* Fixed printout of metadata in Streaming demo

* Added notes on building libsrtp (see meetecho#2024)

* Add configurable DSCP ToS for PeerConnections (meetecho#2055)

* Always add remote candidates from the libnice loop (see meetecho#2045) (meetecho#2048)

* Fixed Streaming destroy not working when using strings

* Use refcount for Streaming plugin helper threads (meetecho#2039)

* Added option to disable building AES-GCM support (see meetecho#2024 and meetecho#2054)

* Fixed typo

* Fixed outdated info in VideoRoom docs

* Fixed syntax error in sample Streaming plugin configuration file

* Support for additional constraints on screenshare media (meetecho#2043)

* refactoring-clean up (const-var, semicolons, ===, etc.) (meetecho#2044)

* Reference subscriber when handling related messages (see meetecho#2045) (meetecho#2061)

* Added option to configure time needed to detect a missing simulcast substream (meetecho#2063)

* Reverted isTrickleEnabled check in janus.js (fixes meetecho#2064)

* Don't show warnings for rtx RTCP packets

* Made libnice warning clearer, and upped suggested version (fixes meetecho#2069)

* Add missing info to videoroom "list" response (meetecho#2068)

* Use custom GSource to handle HTTP request timeouts (see meetecho#2062 and meetecho#2066) (meetecho#2075)

* Define the libnice version string as extern in version.h (fixes gcc10 error)

* Fixed AudioBridge create API not working properly when using string IDs

* Fixed a few typos in AudioBridge errors

* Fix copy-paste error in Streaming plugin docs

* Fix libasan use after free in janus_videoroom_handler when events are enabled (meetecho#2091)

* Added project to resources in the docs

* Return mountpoint IP addresses, if a bind interface/IP was provided

* Swap RR/SR Report Blocks if the first block contains rtx data. (meetecho#2089)

* Add support for playback of audio files in AudioBridge (meetecho#2088)

* Updated Changelog (0.9.3)

* Bumped to version 0.9.4

* Fixed returned address when adding multicast Streaming mountpoints

* More checks when hanging up VideoRoom subscriber (see meetecho#2087) (meetecho#2093)

* Added new docker image to the resources in the docs

* Updated AudioBridge documentation with new playback feature

* Don't wait forever for candidates when half-trickling

* Add some missing static declarations to HTTP and WS transports.

Co-authored-by: Lorenzo Miniero <[email protected]>
Co-authored-by: Agustin Polo <[email protected]>
Co-authored-by: Yongje Lee <[email protected]>
Co-authored-by: Alessandro Toppi <[email protected]>
Co-authored-by: Sebastian Schmid <[email protected]>
Co-authored-by: Imer Husejnovic <[email protected]>
Co-authored-by: Oscar <[email protected]>
Co-authored-by: Irek <[email protected]>
Co-authored-by: Tristan Matthews <[email protected]>
Co-authored-by: Jon Rafkind <[email protected]>
Co-authored-by: kuekerino <[email protected]>
Co-authored-by: Yurii Cherniavskyi <[email protected]>
Co-authored-by: Meirza Arson <[email protected]>
Co-authored-by: Groupboard <[email protected]>
Co-authored-by: Cameron Lucas <[email protected]>
Co-authored-by: hxl-dy <[email protected]>
Co-authored-by: Alessandro Amirante <[email protected]>
Co-authored-by: mp16 <[email protected]>
Co-authored-by: Paul Zhang <[email protected]>
Co-authored-by: Philipp Hancke <[email protected]>
Co-authored-by: Sean DuBois <[email protected]>
Co-authored-by: Ancor Gonzalez Sosa <[email protected]>
Co-authored-by: Michael Shiel <[email protected]>
Co-authored-by: Michael Shiel <[email protected]>
Co-authored-by: agclark81 <[email protected]>
Co-authored-by: Alex Pavlov <[email protected]>
Co-authored-by: alexamirante <[email protected]>
Co-authored-by: Federico Lorenzi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants