"vscode:/vscode.git/clone" did not exist on "4f8458d8d6c59a47c6ffbb1ac88c69854ccf1592"
fixed a deadlock caused by too much finished processes in queue so that I/O...
fixed a deadlock caused by too much finished processes in queue so that I/O clients writing to the wirte side of the pipe used to awake the main thread where blocking. Then a BGSAVE started waiting for the last active thread to finish, condition impossible because all the I/O threads where blocking on threads. Takes this as a note to myself...
Please register or sign in to comment