From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 588B8385B519; Fri, 10 Feb 2023 09:44:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 588B8385B519 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676022278; bh=lclA/7sKttehsDwePQJDN62/dWdnrCApmN0cLe7xl8A=; h=From:To:Subject:Date:From; b=oKJuIjjGcYBC8WujMDAuZ5QMwQBqnkl0TxX0RqqV/7hgjsSipJYbzi+z9HtsC74jY TrbU1IZUM9KXNr1XoZYaqk+4B9rw+9RbFR9N5N5KO8aPFqW13MZPqDb9Ct+J1drC9F 8Ea81EpkkmmjfpWbkfLW3lsn8tm2mGytQ3N3/+bc= From: "blemouzy at centralp dot fr" To: glibc-bugs@sourceware.org Subject: [Bug time/30111] New: lchmod test fails after 2038 on 32 bits systems Date: Fri, 10 Feb 2023 09:44:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 30111 Summary: lchmod test fails after 2038 on 32 bits systems Product: glibc Version: 2.35 Status: UNCONFIRMED Severity: normal Priority: P2 Component: time Assignee: unassigned at sourceware dot org Reporter: blemouzy at centralp dot fr Target Milestone: --- Environment =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - i.MX6 32 bits CPU - Yocto Kirkstone (kirkstone-4.0.6) - Linux 5.10.109 - glibc 2.35 (8d125a1f9145ad90c94e438858d6b5b7578686f2) - RFS built with "-D_TIME_BITS=3D64 -D_FILE_OFFSET_BITS=3D64" flags - System date set after 011903142038 (2038 Jan 19 03:14:00) Description =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D tst-lchmod-time64 returns after 2038: error: support_descriptors.c:103: readdir: fstat64 (0) failed: Value too large for defined data type error: 1 test failures tst-lchmod-time64 returns before 2038: 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 Please find associated strace attached. --=20 You are receiving this mail because: You are on the CC list for the bug.=