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 2019-06-04.00:29:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559608141.68.0.639362409181.issue37143@roundup.psfhosted.org>
In-reply-to
Content
New fresh crash on x86 Windows7 3.x, even after the revert:

https://buildbot.python.org/all/#/builders/58/builds/2566

======================================================================
ERROR: test_multiprocessing (test.test_venv.BasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 327, in test_multiprocessing
    out, err = check_output([envpy, '-c',
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_venv.py", line 42, in check_output
    raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command '['d:\\temp\\tmp1rikh6ck\\Scripts\\python_d.exe', '-c', 'from multiprocessing import Pool; print(Pool(1).apply_async("Python".lower).get(3))']' returned non-zero exit status 3221225477.


Same on FreeBSD:
https://bugs.python.org/issue37135#msg344495
History
Date User Action Args
2019-06-04 00:29:01vstinnersetrecipients: + vstinner
2019-06-04 00:29:01vstinnersetmessageid: <1559608141.68.0.639362409181.issue37143@roundup.psfhosted.org>
2019-06-04 00:29:01vstinnerlinkissue37143 messages
2019-06-04 00:29:01vstinnercreate