From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CD1413858CDA; Sun, 14 Aug 2022 00:46:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD1413858CDA From: "freswa at archlinux dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/29485] New: Make hangs when the test misc/tst-pidfile returns FAIL_UNSUPPORTED Date: Sun, 14 Aug 2022 00:46:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: freswa at archlinux dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2022 00:46:14 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29485 Bug ID: 29485 Summary: Make hangs when the test misc/tst-pidfile returns FAIL_UNSUPPORTED Product: glibc Version: 2.36 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: freswa at archlinux dot org CC: carlos at redhat dot com Target Milestone: --- Created attachment 14275 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14275&action=3Ded= it Patch fixing the bug Arch Linux builds glibc in a systemd-nspawn. To avoid issues with the testsuite, we disable some tests that require syscalls not allowed by nspaw= n. Commit (bisected) 325ba824b0611e14e96b38dbc486acf255f9e568 introduced a han= g of make after printing the test summary at the end. The root cause in sysdeps/unix/sysv/linux/tst-pidfd.c is the early return in line 150 which is causing the process, spawned in line 46, to hang on line = 84 waiting for the signal in line 170. Patch attached. --=20 You are receiving this mail because: You are on the CC list for the bug.=