Re: buildfarm instance bichir stuck - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: buildfarm instance bichir stuck
Date
Msg-id CA+hUKGLL4Q6Y6BNp2CwpO+0cmbPqwghuOr3w94MtMgnKTdkh4w@mail.gmail.com
Whole thread Raw
In response to Re: buildfarm instance bichir stuck  (Robins Tharakan <tharakan@gmail.com>)
Responses Re: buildfarm instance bichir stuck
Re: buildfarm instance bichir stuck
List pgsql-hackers
On Wed, Apr 7, 2021 at 7:31 PM Robins Tharakan <tharakan@gmail.com> wrote:
> Correct. This is easily reproducible on this test-instance, so let me know if you want me to test a patch.

From your description it sounds like signals are not arriving at all,
rather than some more complicated race.  Let's go back to basics...
what does the attached program print for you?  I see:

tmunro@x1:~/junk$ cc test-signalfd.c
tmunro@x1:~/junk$ ./a.out
blocking SIGURG...
creating a signalfd to receive SIGURG...
creating an epoll set...
adding signalfd to epoll set...
polling the epoll set... 0
sending a signal...
polling the epoll set... 1

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres
Next
From: Robins Tharakan
Date:
Subject: Re: buildfarm instance bichir stuck