Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_multiprocessing_spawn hangs randomly #75363

Closed
vstinner opened this issue Aug 10, 2017 · 6 comments
Closed

test_multiprocessing_spawn hangs randomly #75363

vstinner opened this issue Aug 10, 2017 · 6 comments
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

BPO 31180
Nosy @vstinner

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2018-05-29.22:01:34.805>
created_at = <Date 2017-08-10.21:36:15.058>
labels = ['3.7', 'tests']
title = 'test_multiprocessing_spawn hangs randomly'
updated_at = <Date 2018-05-29.22:01:34.804>
user = 'https://github.com/vstinner'

bugs.python.org fields:

activity = <Date 2018-05-29.22:01:34.804>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2018-05-29.22:01:34.805>
closer = 'vstinner'
components = ['Tests']
creation = <Date 2017-08-10.21:36:15.058>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 31180
keywords = []
message_count = 6.0
messages = ['300119', '302276', '302277', '302683', '303775', '318117']
nosy_count = 1.0
nosy_names = ['vstinner']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue31180'
versions = ['Python 3.6', 'Python 3.7']

@vstinner
Copy link
Member Author

http://buildbot.python.org/all/builders/x86%20Windows7%203.6/builds/570/steps/test/logs/stdio

1:21:25 [402/405] test_frame passed -- running: test_multiprocessing_spawn (2805 sec)
1:21:32 [403/405] test_hash passed -- running: test_multiprocessing_spawn (2811 sec)
1:21:33 [404/405] test_raise passed -- running: test_multiprocessing_spawn (2812 sec)

command timed out: 1200 seconds without output running ['Tools\\buildbot\\test.bat', '-j2', '--timeout', '900'], attempting to kill
program finished with exit code 1
elapsedTime=6104.779000

@vstinner vstinner added the tests Tests in the Lib/test dir label Aug 10, 2017
@vstinner
Copy link
Member Author

bpo-31376 has been marked as duplicate of this issue:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/818/steps/test/logs/stdio

0:08:27 load avg: 2.79 [403/407] test_strtod passed -- running: test_multiprocessing_spawn (244 sec)
0:08:27 load avg: 2.79 [404/407] test_syslog passed -- running: test_multiprocessing_spawn (244 sec)
0:08:28 load avg: 2.79 [405/407] test_pickle passed -- running: test_multiprocessing_spawn (246 sec)
0:08:52 load avg: 1.99 [406/407] test_io passed (49 sec) -- running: test_multiprocessing_spawn (269 sec)

command timed out: 1200 seconds without output running ['make', 'buildbottest', 'TESTOPTS=-j2 -j4', 'TESTPYTHONOPTS=', 'TESTTIMEOUT=900'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1733.500843

@vstinner vstinner added the 3.7 (EOL) end of life label Sep 15, 2017
@vstinner vstinner changed the title test_multiprocessing_spawn hangs randomly on x86 Windows7 3.6 test_multiprocessing_spawn hangs randomly on x86 Windows7 3.6 and AMD64 FreeBSD 10.x Shared 3.x Sep 15, 2017
@vstinner
Copy link
Member Author

Maybe my work on fixing all "dangling threads and processes" will help to prevent such random hang? See bpo-31234.

@vstinner
Copy link
Member Author

@vstinner vstinner changed the title test_multiprocessing_spawn hangs randomly on x86 Windows7 3.6 and AMD64 FreeBSD 10.x Shared 3.x test_multiprocessing_spawn hangs randomly Sep 21, 2017
@vstinner
Copy link
Member Author

vstinner commented Oct 5, 2017

@vstinner
Copy link
Member Author

I didn't see the failure recently.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

1 participant