From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B1FD3894C13; Mon, 18 Jan 2021 21:42:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B1FD3894C13 From: "iii at linux dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/98738] New: task-detach-6.f90 hangs intermittently Date: Mon, 18 Jan 2021 21:42:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iii at linux dot ibm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 21:42:25 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98738 Bug ID: 98738 Summary: task-detach-6.f90 hangs intermittently Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: iii at linux dot ibm.com CC: jakub at gcc dot gnu.org Target Milestone: --- I'm currently on commit 2e43880dbd4c. Building task-detach-6.exe and runni= ng it in a loop eventually leads to a hang (might take a while, during the last run it happened after 7k runs): gcc/build/x86_64-pc-linux-gnu/libgomp/testsuite$ while true; do LD_LIBRARY_PATH=3D../../../../install/lib64 ./task-detach-6.exe; echo -n .;= done I first spotted this on s390 and then checked on x86_64; the issue is reproducible on both.=