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 David.Edelsohn
Recipients David.Edelsohn
Date 2013-04-24.19:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366830173.09.0.170493348126.issue17835@psf.upfronthosting.co.za>
In-reply-to
Content
Unoptimized debug build (configured using --with-pydebug).
gcc -pthread -c -Wno-unused-result -g -O0 -Wall -Wstrict-prototypes -m64

test_interrupted_write_retry_buffered (test.test_io.CSignalsTest) ... ERROR
test_interrupted_write_retry_text (test.test_io.CSignalsTest) ... ERROR
test_interrupted_write_retry_buffered (test.test_io.PySignalsTest) ... ERROR
test_interrupted_write_retry_text (test.test_io.PySignalsTest) ... ERROR

======================================================================
ERROR: test_interrupted_write_retry_buffered (test.test_io.CSignalsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3219, in test_interrupted_write_retry_buffered
    self.check_interrupted_write_retry(b"x", mode="wb")
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3203, in check_interrupted_write_retry
    t.join()
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/threading.py", line 738, in join
    raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started

======================================================================
ERROR: test_interrupted_write_retry_text (test.test_io.CSignalsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3222, in test_interrupted_write_retry_text
    self.check_interrupted_write_retry("x", mode="w", encoding="latin1")
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3203, in check_interrupted_write_retry
    t.join()
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/threading.py", line 738, in join
    raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started

======================================================================
ERROR: test_interrupted_write_retry_buffered (test.test_io.PySignalsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3219, in test_interrupted_write_retry_buffered
    self.check_interrupted_write_retry(b"x", mode="wb")
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3203, in check_interrupted_write_retry
    t.join()
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/threading.py", line 738, in join
    raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started

======================================================================
ERROR: test_interrupted_write_retry_text (test.test_io.PySignalsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3222, in test_interrupted_write_retry_text
    self.check_interrupted_write_retry("x", mode="w", encoding="latin1")
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_io.py", line 3203, in check_interrupted_write_retry
    t.join()
  File "/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/threading.py", line 738, in join
    raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started
History
Date User Action Args
2013-04-24 19:02:53David.Edelsohnsetrecipients: + David.Edelsohn
2013-04-24 19:02:53David.Edelsohnsetmessageid: <1366830173.09.0.170493348126.issue17835@psf.upfronthosting.co.za>
2013-04-24 19:02:53David.Edelsohnlinkissue17835 messages
2013-04-24 19:02:52David.Edelsohncreate