From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D479386F43B; Thu, 7 Jan 2021 20:43:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D479386F43B From: "triegel at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug nptl/25847] pthread_cond_signal failed to wake up pthread_cond_wait due to a bug in undoing stealing Date: Thu, 07 Jan 2021 20:43:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.27 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: triegel at redhat dot com 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: Message-ID: In-Reply-To: References: 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: Thu, 07 Jan 2021 20:43:32 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25847 --- Comment #22 from Torvald Riegel --- (In reply to Manoj Gupta from comment #19) > We are also hitting this bug in Chrome OS builders > (https://bugs.chromium.org/p/chromium/issues/detail?id=3D1101625) Have you confirmed that there is a thread that's stuck in a condvar wait, a= nd with a faulty state as described in this BZ? Looking through this issue, I only saw a futex waiter being mentioned (which could be any other synchronization primitive that uses futexes, and could be due to buggy use = of that primitive by the program). > @Malte, is your upstream patch accepted? AFAIA, no. (And I'm not an active member of the glibc community anymore, s= o I don't get to contribute to acceptance decisions.) --=20 You are receiving this mail because: You are on the CC list for the bug.=