From 679c1eb939121b60d861058ab976e85e9acba046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 19 Apr 2025 23:43:43 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-tests:=20=D0=BE=D0=B1=D0=BD=D1=83=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20pid=20=D0=BD=D0=B0=20=D0=B2=D1=85?= =?UTF-8?q?=D0=BE=D0=B4=D0=B5=20=D0=B2=20`osal=5Factor=5Fpoll()`=20(backpo?= =?UTF-8?q?rt).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/osal-unix.c++ | 1 + 1 file changed, 1 insertion(+) diff --git a/test/osal-unix.c++ b/test/osal-unix.c++ index b7233d03..dd58b827 100644 --- a/test/osal-unix.c++ +++ b/test/osal-unix.c++ @@ -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);