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 vstinner
Date 2010-04-17.13:51:01
SpamBayes Score 0.037739255
Marked as misclassified No
Message-id <1271512264.44.0.220821397982.issue8431@psf.upfronthosting.co.za>
In-reply-to
Content
test_tokenize and test_io does sometimes hung on buildbot ARMv4 Debian 3.x. It looks to be related to #8429.

http://www.python.org/dev/buildbot/builders/ARMv4 Debian 3.x/builds/52/steps/test/logs/stdio
---------
...
test_tokenize

command timed out: 1800 seconds without output, killing pid 10998
process killed by signal 9
program finished with exit code -1
elapsedTime=12155.584910
---------

http://www.python.org/dev/buildbot/builders/ARMv4 Debian 3.x/builds/50/steps/test/logs/stdio
----------
...
test_io

command timed out: 1800 seconds without output, killing pid 18097
process killed by signal 9
program finished with exit code -1
elapsedTime=3859.149082
----------
History
Date User Action Args
2010-04-17 13:51:04vstinnersetrecipients: + vstinner
2010-04-17 13:51:04vstinnersetmessageid: <1271512264.44.0.220821397982.issue8431@psf.upfronthosting.co.za>
2010-04-17 13:51:02vstinnerlinkissue8431 messages
2010-04-17 13:51:01vstinnercreate