mdbx-tests: обнуление pid на входе в osal_actor_poll().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2025-04-18 10:47:10 +03:00
parent 2ceda89b05
commit f6ce9381af

View File

@ -510,6 +510,7 @@ int osal_actor_poll(mdbx_pid_t &pid, unsigned timeout) {
options |= WCONTINUED;
#endif
pid = 0;
while (sigalarm_tail == sigalarm_head) {
int status;
pid = waitpid(0, &status, options);