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 Gerrit.Holl
Recipients Gerrit.Holl, martin.panter, neologix, pitrou, python-dev, vstinner
Date 2017-01-04.15:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483543969.22.0.10620668364.issue23680@psf.upfronthosting.co.za>
In-reply-to
Content
I experience this problem when trying to build/test Python 3.6 on the [JASMIN Analysis Platform](http://www.jasmin.ac.uk/services/jasmin-analysis-platform/) which runs Red Hat Enterprise Linux Server release 6.8 on a machine with 48 × Intel(R) Xeon(R) CPU E7-4860 v2 @ 2.60GHz, 2 TiB RAM, and a [PanFSⓇ](http://www.panasas.com/products/panfs) distributed file system.  I experience this problem regardless whether I build/test Python 3.6 from within a PanFS filesystem or otherwise.

./python -m test -v test_io
== CPython 3.6.0 (default, Jan 4 2017, 15:08:07) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
==   Linux-2.6.32-642.6.2.el6.x86_64-x86_64-with-redhat-6.8-Santiago little-endian
==   hash algorithm: siphash24 64bit
==  cwd: /dev/shm/gerrit/Python-3.6.0/build/test_python_34342
==  encodings: locale=UTF-8, FS=utf-8
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
Run tests sequentially
0:00:00 [1/1] test_io
[…snip many lines…]
test_interrupted_write_retry_text (test.test_io.CSignalsTest) ...

after which there is no more output.
History
Date User Action Args
2017-01-04 15:32:49Gerrit.Hollsetrecipients: + Gerrit.Holl, pitrou, vstinner, neologix, python-dev, martin.panter
2017-01-04 15:32:49Gerrit.Hollsetmessageid: <1483543969.22.0.10620668364.issue23680@psf.upfronthosting.co.za>
2017-01-04 15:32:49Gerrit.Holllinkissue23680 messages
2017-01-04 15:32:48Gerrit.Hollcreate