mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
...to become writable. Solves triangular deadlock problem that happened in the following case (copied from https://github.com/LadybirdBrowser/ladybird/issues/1816): - The WebContent process is spinning on `send_sync_but_allow_failure` waiting for the UI process to respond - The UI process is spinning on `send_sync_but_allow_failure`, waiting for RequestServer to respond - RequestServer is stuck in this loop, trying to write to the WebContent's socket file (when I attach to RS, we are always in the sched_yield call, so we're spinning on EAGAIN). For me the issue was reliably reproducible on Google Maps and with this change we no longer deadlock there.
34 KiB
34 KiB