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 2017-09-18.16:19:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505751572.13.0.570284930539.issue31510@psf.upfronthosting.co.za>
In-reply-to
Content
The process was killed (SIGKILL).

See also bpo-30356.

http://buildbot.python.org/all/builders/x86-64%20Sierra%203.x/builds/765/steps/test/logs/stdio

======================================================================
FAIL: test_many_processes (test.test_multiprocessing_spawn.WithProcessesTestProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/_test_multiprocessing.py", line 505, in test_many_processes
    self.assertEqual(p.exitcode, -signal.SIGTERM)
AssertionError: -9 != -15
History
Date User Action Args
2017-09-18 16:19:32vstinnersetrecipients: + vstinner
2017-09-18 16:19:32vstinnersetmessageid: <1505751572.13.0.570284930539.issue31510@psf.upfronthosting.co.za>
2017-09-18 16:19:32vstinnerlinkissue31510 messages
2017-09-18 16:19:32vstinnercreate