From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B23F385DC16; Mon, 26 Sep 2022 09:18:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B23F385DC16 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664183929; bh=N7eNzL+JN6XJdm8BkqiL6lGWDOOnQG7oqOCstjg1L5E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rThpAj224sngR9GVC9rj+qwWGaGy261P8mzYMwAeD48CvLWM5GfnCtnkgS6y0wRZP KaUGg/Pki00TScRHJUHoRqVTryQENvO8AEQELrUO/53RWp56deNxNy5mPHMCOzaM+h dQtHx+xpLkZRji6H2SWyRVT68Rjl8jglCKpx/M7M= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/29585] sched_getcpu returns invalid results Date: Mon, 26 Sep 2022 09:18:49 +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.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: resolution bug_status 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=3D29585 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|WAITING |RESOLVED --- Comment #7 from Florian Weimer --- You cannot call glibc function after creating a bare thread using clone, you need to use direct system calls. The bare thread does not have a proper thr= ead control block set up for glibc. --=20 You are receiving this mail because: You are on the CC list for the bug.=