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 neologix, vstinner
Date 2015-03-24.21:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbpNxpNrj85ULFAEOw-Zz+=WEQ0qVmL7vFib4J+gH5jyg@mail.gmail.com>
In-reply-to <CAH_1eM2tS+ApXBuySMjeFDNF8G2OLg2qF=1ADdUJZYyAuZHkjA@mail.gmail.com>
Content
Charles-François Natali added the comment:
> You have to mount the share with the eintr option.

Oh, I didn't know this option. Unlikely, it looks like the option was
deprecated something like 7 years ago, in Linux kernel 2.6.25.

Related commits:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/fs/nfs?id=d33e4dfeab5eb0c3c1359cc1a399f2f8b49e18de
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/fs/nfs?id=c381ad2cf2d5dcd3991bcc8a18fddd9d5c66ccaa

The patch on the NFS mailing list:
http://comments.gmane.org/gmane.linux.nfs/20011

> Getting EINTR on a local FS is probably more challenging.

Another option would be to play with FUSE. But I'm not convinced that
it's useful if fstat() never fails EINTR on filesystems used in
production.
History
Date User Action Args
2015-03-24 21:38:18vstinnersetrecipients: + vstinner, neologix
2015-03-24 21:38:18vstinnerlinkissue23648 messages
2015-03-24 21:38:18vstinnercreate