ish-app / ish-app/ish

Locking Issue (pthread_rwlock_destroy())

Open
#1,684 23 comments 0 reactions 0 assignees View on GitHub
unconfirmed
Dominant language
C
Stars
20.5k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

I believe this is an attempt to destroy a non existent lock? See below for Xcode debugging output.

Screen Shot 2022-01-03 at 4 35 53 PM

```
NAME PASS STOP NOTIFY
=========== ===== ===== ======
SIGUSR1 true false true
2022-01-03 15:51:54.428211-0800 iSH[38784:22309315] [default] could not create original path for node { isDir = ?, path = '/private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app' }, proceeding: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"
2022-01-03 15:51:54.430926-0800 iSH[38784:22309315] [default] could not create original path for node { isDir = ?, path = '/private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app' }, proceeding: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"
2022-01-03 15:51:54.433121-0800 iSH[38784:22309315] [default] could not create original path for node { isDir = ?, path = '/private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app' }, proceeding: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"
2022-01-03 15:51:54.464185-0800 iSH[38784:22309315] error adjusting domains: Error Domain=NSFileProviderErrorDomain Code=-2002 "The executable currently located at file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/ is translocated and can't be launched." UserInfo={NSDebugDescription=The executable currently located at file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/ is translocated and can't be launched., NSLocalizedDescription=The application cannot be used from this location., NSURL=file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/}
2022-01-03 15:51:54.464287-0800 iSH[38784:22309315] error adjusting domains: Error Domain=NSFileProviderErrorDomain Code=-2002 "The executable currently located at file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/ is translocated and can't be launched." UserInfo={NSDebugDescription=The executable currently located at file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/ is translocated and can't be launched., NSLocalizedDescription=The application cannot be used from this location., NSURL=file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/}
2022-01-03 15:51:54.464367-0800 iSH[38784:22309315] error adjusting domains: Error Domain=NSFileProviderErrorDomain Code=-2002 "The executable currently located at file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/ is translocated and can't be launched." UserInfo={NSDebugDescription=The executable currently located at file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/ is translocated and can't be launched., NSLocalizedDescription=The application cannot be used from this location., NSURL=file:///private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app/}
2022-01-03 15:51:54.494803-0800 iSH[38784:22309315] [logging-persist] cannot open file at line 45340 of [d24547a13b]
2022-01-03 15:51:54.494867-0800 iSH[38784:22309315] [logging-persist] os_unix.c:45340: (0) open(/var/db/DetachedSignatures) - Undefined error: 0
2022-01-03 15:51:54.510631-0800 iSH[38784:22309315] IOMFB: FigInstallVirtualDisplay not found
2022-01-03 15:51:54.510798-0800 iSH[38784:22309315] iomfb_match_callback: primary
2022-01-03 15:51:54.510877-0800 iSH[38784:22309315] iomfb_match_callback: external-0
2022-01-03 15:51:54.510932-0800 iSH[38784:22309315] iomfb_match_callback: external-1
2022-01-03 15:51:54.510992-0800 iSH[38784:22309315] iomfb_match_callback: external-2
2022-01-03 15:51:54.511049-0800 iSH[38784:22309315] iomfb_match_callback: external-3
2022-01-03 15:51:54.632462-0800 iSH[38784:22309315] (
"/sbin/init"
)
2022-01-03 15:51:54.685067-0800 iSH[38784:22309872] [] nw_endpoint_copy_association_with_evaluator nw_context_caches_are_shared(context (), endpoint->context ()) is false
2022-01-03 15:51:54.685383-0800 iSH[38784:22309872] [] nw_endpoint_copy_association_with_evaluator nw_context_caches_are_shared(context (), endpoint->context ()) is false
2022-01-03 15:51:54.751977-0800 iSH[38784:22309869] [quic] quic_packet_parser_inner [C1.1.1:7] [580c9e8867e16dc4-97f32d948a23495499a9fa77a54db5be0d72ef09] SH fixed bit is zero
2022-01-03 15:51:54.797178-0800 iSH[38784:22309869] [] nw_protocol_default_get_local called with null protocol->default_input_handler
2022-01-03 15:51:54.797724-0800 iSH[38784:22309869] [] nw_protocol_default_get_local called with null protocol->default_input_handler, dumping backtrace:
[arm64] libnetcore-2750.60.12
0 libnetwork.dylib 0x00000001c5179118 __nw_create_backtrace_string + 120
1 libnetwork.dylib 0x00000001c4916a60 nw_protocol_default_get_local + 548
2 libnetwork.dylib 0x00000001c4b60220 nw_protocol_http3_add_input_handler + 1244
3 libnetwork.dylib 0x00000001c4b7452c nw_protocol_http3_stream_add_input_handler + 448
4 libnetwork.dylib 0x00000001c4f5a508 nw_masque_setup_server_connect + 116
5 libnetwork.dylib 0x00000001c4f599e8 nw_protocol_masque_get_input_frames + 508
6 libnetwork.dylib 0x00000001c4e9ec84 nw_protocol_implementation_get_input_internal + 132
7 libnetwork.dylib 0x00000001c4e9dd88 nw_protocol_implementation_read + 392
8 libnetwork.dylib 0x00000001c4eafb04 nw_protocol_implementation_connected + 952
9 libnetwork.dylib 0x00000001c4f582c4 nw_masque_mark_connected + 380
10 libnetwork.dylib 0x00000001c4f566c8 nw_masque_handle_connect_response + 732
11 libnetwork.dylib 0x00000001c4f558a4 __nw_protocol_masque_input_available_block_invoke + 968
12 libnetwork.dylib 0x00000001c4f54978 nw_protocol_masque_input_available + 700
13 libnetwork.dylib 0x00000001c4b3a5e0 nw_protocol_http3_stream_input_available + 124
14 libnetwork.dylib 0x00000001c4e609f8 __nw_protocol_instance_flush_batched_input_internal_block_invoke + 116
15 libnetwork.dylib 0x00000001c494c51c nw_hash_table_apply + 168
16 libnetwork.dylib 0x00000001c4e5fd8c nw_protocol_instance_flush_batched_input_internal + 208
17 libnetwork.dylib 0x00000001c4e9dd94 nw_protocol_implementation_read + 404
18 libnetwork.dylib 0x00000001c4ea751c nw_protocol_implementation_get_input_frames + 132
19 libnetwork.dylib 0x00000001c4b480e0 nw_http3_framer_get_input_frames + 268
20 libnetwork.dylib 0x00000001c4b6ff58 nw_protocol_http3_stream_get_input_frames + 400
21 libnetwork.dylib 0x00000001c4f54908 nw_protocol_masque_input_available + 588
22 libnetwork.dylib 0x00000001c4b3a5e0 nw_protocol_http3_stream_input_available + 124
23 libnetwork.dylib 0x00000001c4e609f8 __nw_protocol_instance_flush_batched_input_internal_block_invoke + 116
24 libnetwork.dylib 0x00000001c494c51c nw_hash_table_apply + 168
25 libnetwork.dylib 0x00000001c4e5fd8c nw_protocol_instance_flush_batched_input_internal + 208
26 libnetwork.dylib 0x00000001c4e9dd94 nw_protocol_implementation_read + 404
27 libnetwork.dylib 0x00000001c4e9d40c nw_protocol_implementation_input_available + 96
28 libnetwork.dylib 0x00000001c4970d24 nw_socket_update_input_source + 180
29 libclang_rt.asan_ios_dynamic.dylib 0x0000000101cad520 __wrap_dispatch_source_set_event_handler_block_invoke + 196
30 libdispatch.dylib 0x00000001016c1d24 _dispatch_client_callout + 20
31 libdispatch.dylib 0x00000001016c5694 _dispatch_continuation_pop + 816
32 libdispatch.dylib 0x00000001016e052c _dispatch_source_invoke + 1476
33 libdispatch.dylib 0x00000001016cdd9c _dispatch_workloop_invoke + 2896
34 libdispatch.dylib 0x00000001016dbb40 _dispatch_workloop_worker_thread + 1240
35 libsystem_pthread.dylib 0x00000001015e3f14 _pthread_wqthread + 288
36 libsystem_pthread.dylib 0x00000001015ebaac start_wqthread + 8
2022-01-03 15:51:54.826167-0800 iSH[38784:22309315] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"",
"",
""
)

Will attempt to recover by breaking constraint

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-01-03 15:51:54.831051-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.831399-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.839451-0800 iSH[38784:22309862] [] nw_http_headers_enumerate cannot enumerate headers before parsing is complete
2022-01-03 15:51:54.886329-0800 iSH[38784:22309315] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"",
"",
""
)

Will attempt to recover by breaking constraint

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-01-03 15:51:54.889311-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.889539-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.961824-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.962058-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.962252-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.962421-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.962967-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.963142-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.963305-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:54.963444-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:55.077287-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:55.077523-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:55.077843-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 943}, {1330, 55}}
2022-01-03 15:51:55.078034-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 943}, {1330, 55}}
2022-01-03 15:51:55.103216-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 943}, {1330, 55}}
2022-01-03 15:51:55.103456-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 943}, {1330, 55}}
2022-01-03 15:51:55.103732-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:55.103907-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:55.124242-0800 iSH[38784:22309315] [default] could not create original path for node { isDir = ?, path = '/private/var/folders/dj/363wwg7d28zf1xy8z1qtcxww0000gn/X/ACC7027C-72C0-5CB5-8B84-AED230F6CFFA/d/Wrapper/iSH.app' }, proceeding: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"
2022-01-03 15:51:55.206542-0800 iSH[38784:22309315] Metal API Validation Enabled
2022-01-03 15:51:55.325748-0800 iSH[38784:22309315] [UIKit] RTIClient not around when we have a delegate! Attempting to recover...
2022-01-03 15:51:55.411676-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:55.411910-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.223183-0800 iSH[38784:22309315] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"",
"",
""
)

Will attempt to recover by breaking constraint

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-01-03 15:51:59.226176-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:51:59.226471-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:51:59.226658-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:51:59.247775-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.247997-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.248217-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.248424-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.248565-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.248669-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.249282-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.249513-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.249654-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.249896-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.250060-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.250185-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.736341-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.737249-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.737752-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:51:59.998291-0800 iSH[38784:22309315] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"",
"",
"",
""
)

Will attempt to recover by breaking constraint

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful.
2022-01-03 15:52:00.001239-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:52:00.001463-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:52:00.001619-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:52:00.001765-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 713}, {1024, 55}}
2022-01-03 15:52:00.024090-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.024318-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.024452-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.024581-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.024802-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.024987-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.025107-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.025207-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.025835-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026074-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026219-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026349-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026562-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026725-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026853-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.026956-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.518097-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.518640-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.518955-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:00.519254-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:24.895053-0800 iSH[38784:22309315] [RTILog] -[RTIDocumentState firstRectForCharacterRange:] ERROR: We are falling back to the first value. The client is not setting the range correctly.
2022-01-03 15:52:24.897854-0800 iSH[38784:22309315] [RTILog] -[RTIDocumentState firstRectForCharacterRange:] ERROR: We are falling back to the first value. The client is not setting the range correctly.
2022-01-03 15:52:46.013738-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.013961-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.014097-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.014227-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.014450-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.014586-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.014702-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.014812-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.015458-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.015683-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.015828-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.015980-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.016199-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.016365-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.016497-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.016625-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.029988-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.030239-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.030406-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.030550-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.030766-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.030924-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.031052-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.031185-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.031770-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.031960-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.032277-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.032438-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.032655-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.032816-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.032935-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:46.033054-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.615718-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.615965-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.616114-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.616261-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.616489-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.616638-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.616755-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.616871-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.617366-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.617505-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.617619-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.617733-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.617982-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.624879-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.625042-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.625181-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.673790-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.674006-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.674186-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.674323-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.674528-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.674667-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.674910-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.675027-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.675547-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.675711-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.675833-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.675956-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.676132-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.676267-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.676380-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:52:59.676492-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.757906-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.758173-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.758345-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.758501-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.758724-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.758872-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.758994-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.759117-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.759651-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.759809-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.759934-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.760062-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.762974-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.763170-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.763314-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:16.763447-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 678}, {1025, 55}}
2022-01-03 15:53:52.351637-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.351940-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.352101-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.352257-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.352506-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.352698-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.352832-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.352955-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 722}, {1046, 55}}
2022-01-03 15:53:52.406162-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.406429-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.406569-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.406699-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.406917-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.407086-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.407299-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.407537-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 857}, {1094, 55}}
2022-01-03 15:53:52.425526-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.425863-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.426025-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.426165-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.426396-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.426571-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.426701-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.426819-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 931}, {1110, 55}}
2022-01-03 15:53:52.457597-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.457905-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.458057-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.458202-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.458440-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.458898-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.459045-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.459243-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1001}, {1125, 55}}
2022-01-03 15:53:52.499451-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.499737-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.499879-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.500009-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.500218-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.500405-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.500529-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.500869-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1071}, {1143, 55}}
2022-01-03 15:53:52.522772-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.523129-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.523285-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.523434-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.528318-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.528789-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.528958-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.529116-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1101}, {1152, 55}}
2022-01-03 15:53:52.550687-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.550993-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.551158-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.551296-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.551519-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.551708-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.551844-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.551977-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1122}, {1158, 55}}
2022-01-03 15:53:52.834665-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.834986-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.835143-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.835288-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.835524-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.835703-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.835834-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.836402-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1159, 55}}
2022-01-03 15:53:52.868457-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.868752-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.868905-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.869048-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.869277-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.869450-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.869578-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.869771-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1165, 55}}
2022-01-03 15:53:52.892358-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.892654-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.892796-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.892932-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.893155-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.893333-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.893460-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.893813-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1167, 55}}
2022-01-03 15:53:52.923167-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.923450-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.923599-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.923741-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.923959-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.924128-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.924250-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.924422-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1171, 55}}
2022-01-03 15:53:52.970073-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.970371-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.970818-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.970975-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.971206-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.971385-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.971524-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:52.971646-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1173, 55}}
2022-01-03 15:53:53.005276-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.005561-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.005708-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.005849-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.006078-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.006253-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.006390-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.006740-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1176, 55}}
2022-01-03 15:53:53.026739-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027003-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027146-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027275-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027488-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027644-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027765-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:53:53.027885-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.088319-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.088592-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.088741-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.088877-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.089208-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.089389-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.089528-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.089753-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.090531-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.090706-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.090839-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.094348-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.094608-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.094780-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.094920-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:54:46.095045-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.524595-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.524852-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.525000-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.525194-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.525406-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.525560-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.525683-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.525804-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.526446-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.526672-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.526817-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.526949-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.530288-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.530490-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.530636-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:29.530770-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.343038-0800 iSH[38784:22328766] Scene destruction request failed with error: (null)
2022-01-03 15:57:32.418110-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.418355-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.418556-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.418704-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.418913-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.419070-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.419195-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.419314-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.419962-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.420209-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.420354-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.420481-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.420680-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.420848-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.420972-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:32.421087-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.122557-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.122849-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.123013-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.123158-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.123381-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.123544-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.123684-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.123808-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.124335-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.124493-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.124620-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.127950-0800 iSH[38784:22309315] UIKeyboardWillChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.128195-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.128375-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.128506-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:57:34.128630-0800 iSH[38784:22309315] UIKeyboardDidChangeFrameNotification NSRect: {{0, 1125}, {1177, 55}}
2022-01-03 15:58:01.230011-0800 iSH[38784:22309315] [Process] 0x107d73180 - [PID=38795] WebProcessProxy::didClose: (web process 0 crash)
2022-01-03 15:58:01.230103-0800 iSH[38784:22309315] [Process] 0x107d73180 - [PID=38795] WebProcessProxy::processDidTerminateOrFailedToLaunch: reason=4
2022-01-03 15:58:01.230202-0800 iSH[38784:22309315] [ProcessSuspension] 0x10628caa0 - ProcessAssertion: Failed to acquire RBS Background assertion 'ConnectionTerminationWatchdog' for process because PID is invalid
2022-01-03 15:58:01.230264-0800 iSH[38784:22329355] [ProcessSuspension] 0x10628caa0 - ProcessAssertion: Failed to acquire RBS assertion 'ConnectionTerminationWatchdog' for process with PID=0, error: (null)
2022-01-03 15:58:01.230332-0800 iSH[38784:22309315] [Process] 0x107a4a698 - [pageProxyID=5, webPageID=6, PID=38795] WebPageProxy::processDidTerminate: (pid 38795), reason 4
2022-01-03 15:58:01.231584-0800 iSH[38784:22309315] [Loading] 0x107a4a698 - [pageProxyID=5, webPageID=6, PID=38795] WebPageProxy::dispatchProcessDidTerminate: reason=4
2022-01-03 15:58:04.268509-0800 iSH[38784:22309315] [Process] 0x1545a4f80 - [PID=39359] WebProcessProxy::didBecomeUnresponsive:
2022-01-03 15:58:04.268618-0800 iSH[38784:22309315] [Process] 0x107a4a698 - [pageProxyID=5, webPageID=6, PID=39359] WebPageProxy::processDidBecomeUnresponsive:
2022-01-03 15:58:07.237052-0800 iSH[38784:22309315] [Process] NetworkProcessProxy::didBecomeUnresponsive: NetworkProcess with PID 38799 became unresponsive, terminating it
=================================================================
(lldb)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The report names no source file or test; start by reproducing the Xcode debugging output and tracing the pthread_rwlock_destroy() call through the lock lifecycle. Establish whether a non-existent lock is being destroyed, then verify the issue with a focused regression check or reproducible result.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
mobile-dev, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.