From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 750493858CD1; Tue, 12 Mar 2024 07:34:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 750493858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710228849; bh=3o++sNICnkvxi65QPwNxmUsRqksv1FZY1ExTm0HQ9OM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jGnMw4p8DGavogreLMbAk2UlmleLA5ynV5b1gMZPtPMfaTGTGkWzjNrYai9dcZO7O 0HlnvRT5bkeLRkfEwvIsjWV1SSjNOm6eVCRgYAxaHDJoCdpSduGuZUugRhBzKSY8mD 381LPj8WyJU3HLA3GIVtwiVepXurrVOROvhyg/I8= From: "blemouzy at centralp dot fr" To: glibc-bugs@sourceware.org Subject: [Bug time/30111] support_descriptors_list fails after 2038 on 32 bits systems Date: Tue, 12 Mar 2024 07:34:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: blemouzy at centralp dot fr X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.38 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=3D30111 --- Comment #5 from LEMOUZY Benjamin --- Hello, As https://sourceware.org/git/?p=3Dglibc.git;a=3Dcommit;h=3D3bfdc4e2bceb601b90= c81a9baa73c1904db58b2f has not been backported to release/2.35/master, I did it myself. But I still have the issue: # date Tue Mar 12 06:53:05 UTC 2024 # /usr/lib/glibc-tests/ptest/tests/glibc-ptest/tst-lchmod-time64 info: testing lchmod info: testing fchmodat with AT_FDCWD info: testing fchmodat with relative path info: re-running tests (after trying to empty /proc) info: testing lchmod info: testing fchmodat with AT_FDCWD info: testing fchmodat with relative path # date Thu Jan 19 03:14:02 UTC 2040 # /usr/lib/glibc-tests/ptest/tests/glibc-ptest/tst-lchmod-time64 error: support_descriptors.c:103: readdir: fstat64 (0) failed: Value too large for defined data type error: 1 test failures Do I also need to backport another commits to fix it in 2.35? (new strace outputs attached) --=20 You are receiving this mail because: You are on the CC list for the bug.=