Changes between Version 1 and Version 2 of Ticket #15895, comment 13
- Timestamp:
- Sep 7, 2021, 8:09:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15895, comment 13
v1 v2 1 1 Got it again. This time, both launch_daemons's "main worker" threads are waiting for their respective "have runnable job" semaphores (two different semaphores, 1194 and 1543) while the main threads are waiting for messages in BLooper. 2 3 Also, app_server seems also stuck, waiting for cursor data; input_server's cursor thread is stuck waiting for the app_server link lock.