From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83EE53858414; Fri, 23 Jun 2023 18:34:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83EE53858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687545247; bh=nuA42GB/OxVTQTG63hOzK0djuRgJp3wGWmXpupRWgn4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m1Abc2E2bT+pVplJhJ+OqaFzHtiV7ikLCELlU8TYzfrl4x+F67bhsHg+vDJst7kqR N4i48lFXitc1WXvGWLDB6UokVCG7ld194RMfSS5cgTJ2Hq1JfiiPTWIn7EVP4PbZio UOXiXn5Z1qCyevy/Oq9y1/EuyaqZXPtWWZimJYW4= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/30558] SIGEV_THREAD is badly implemented Date: Fri, 23 Jun 2023 18:34:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro 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: 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=3D30558 --- Comment #30 from Adhemerval Zanella --- I have updated my branch [1] to handle pthread_exit (it now resets the thre= ad state to the initial one, include DTORs, TLS, and signal mask); and trying = to cancel the helper thread is UB (it works on deferred mode because it does n= ot set the signal, but async more does not work because SIGCANCEL is always blocked now). [1] https://sourceware.org/git/?p=3Dglibc.git;a=3Dshortlog;h=3Drefs/heads/azane= lla/bz30558-posix_timer --=20 You are receiving this mail because: You are on the CC list for the bug.=