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 nadeem.vawda
Recipients nadeem.vawda, pitrou, python-dev, skrah, vstinner
Date 2011-10-19.18:29:11
SpamBayes Score 0.0020038753
Marked as misclassified No
Message-id <1319048952.34.0.71990014196.issue12367@psf.upfronthosting.co.za>
In-reply-to
Content
The AMD64 FreeBSD 8.2 3.x buildbot has been experiencing sporadic
lockups since changeset 8bbfb24d4824 was committed:

    http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/1174/steps/test/logs/stdio
    http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/1180/steps/test/logs/stdio
    http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/1185/steps/test/logs/stdio
    http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/1190/steps/test/logs/stdio

The tracebacks say that the lockups are happening in test_errno,
which is weird because the test is supposed to be skipped on
FreeBSD. Is it possible that sys.platform is returning something
that doesn't start with "freebsd" on this buildbot?
History
Date User Action Args
2011-10-19 18:29:12nadeem.vawdasetrecipients: + nadeem.vawda, pitrou, vstinner, skrah, python-dev
2011-10-19 18:29:12nadeem.vawdasetmessageid: <1319048952.34.0.71990014196.issue12367@psf.upfronthosting.co.za>
2011-10-19 18:29:11nadeem.vawdalinkissue12367 messages
2011-10-19 18:29:11nadeem.vawdacreate