This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, Dormouse759, hroncok, vstinner
Date 2020-01-29.10:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580294476.11.0.547222709323.issue39460@roundup.psfhosted.org>
In-reply-to
Content
> I failed to reproduce the issue on s390x Fedora Rawhide, Linux kernel 5.5.0-0.rc4.git2.1.fc32.s390x, glibc-2.30.9000-31.fc32.s390x.

I still cannot reproduce after a "dnf upgrade -y":

* Linux 5.5.0-0.rc6.git3.1.fc32.s390x
* glibc-2.30.9000-31.fc32.s390x

I tested attached mtime.c and Python test_add_file_after_2107() on nfs and tmpfs filesystems.

The s390x Fedora Rawhide 3.x buildbot worker where the bug occurs uses the same Linux kernel (5.5.0-0.rc6.git3.1.fc32.s390x) and it looks like the same glibc version (glibc 2.30.9000). Checking "rpm -q glibc" would say if it's exactly the same Fedora package.

David: what is the GCC version? (rpm -q gcc)
History
Date User Action Args
2020-01-29 10:41:16vstinnersetrecipients: + vstinner, David.Edelsohn, hroncok, Dormouse759
2020-01-29 10:41:16vstinnersetmessageid: <1580294476.11.0.547222709323.issue39460@roundup.psfhosted.org>
2020-01-29 10:41:16vstinnerlinkissue39460 messages
2020-01-29 10:41:16vstinnercreate