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 pitrou
Recipients neologix, pitrou, sbt
Date 2013-12-07.21:23:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386451400.97.0.885839707191.issue19923@psf.upfronthosting.co.za>
In-reply-to
Content
This rather weird error occurred on a buildbot:
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/9297

[346/387] test_multiprocessing_forkserver
Process Process-497:
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/threading.py", line 616, in wait
    self._wait(timeout)
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/threading.py", line 651, in _wait
    if not self._cond.wait_for(lambda : self._state != 0, timeout):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/synchronize.py", line 326, in wait_for
    self.wait(waittime)
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/synchronize.py", line 270, in wait
    self._lock.acquire()
OSError: [Errno 512] Unknown error 512
History
Date User Action Args
2013-12-07 21:23:20pitrousetrecipients: + pitrou, neologix, sbt
2013-12-07 21:23:20pitrousetmessageid: <1386451400.97.0.885839707191.issue19923@psf.upfronthosting.co.za>
2013-12-07 21:23:20pitroulinkissue19923 messages
2013-12-07 21:23:20pitroucreate