From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E6D63858C36; Sat, 28 Jan 2023 14:57:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E6D63858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674917841; bh=7MXPF+sksFPS9UayxjMirOxjjLows0lawUCD4iho8bo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e9Taj3Hf8RZV6k6HJDUxNY6ov3jip5tmllrSVXcEqN0iu7FDYWM8YYqbT9H7hn6rj 9wDn2ULHbcB0KM1MDKBMvB0Na4IaMTOu3g7yCfJ1tbWIO36DZ8SlnTHzKQlczC4DD2 okwhWTwfJKtntd6XMAC8kr2UMvXAQwRWz3ZU/F9U= From: "malteskarupke at fastmail dot fm" 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: Sat, 28 Jan 2023 14:57:18 +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: malteskarupke at fastmail dot fm X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: carlos at redhat dot com 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D25847 --- Comment #53 from Malte Skarupke --- I posted another patch, this time finishing Frank Barrus' patch. It already worked, and I verified it in TLA+, so "finishing" it just required updating some comments. I also did some follow cleanup work because the condvar implementation could be simpler after his patches. Those are optional. See here: https://sourceware.org/pipermail/libc-alpha/2023-January/145023.html --=20 You are receiving this mail because: You are on the CC list for the bug.=