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 ned.deily, vstinner
Date 2018-05-29.11:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527592133.68.0.682650639539.issue33532@psf.upfronthosting.co.za>
In-reply-to
Content
> FWIW, Issue29589 seems to be an older example of this failure.

It was a failure on Mageia 5 (Linux) at 2017-02-17:

== CPython 3.6.0 (default, Feb 17 2017, 15:26:31) [GCC 4.9.2]
==   Linux-4.4.13-desktop-1.mga5-x86_64-with-mageia-5-Official little-endian
==   hash algorithm: siphash24 64bit
==  cwd: /home/dima/bin/Python-3.6.0/build/test_python_8244
==  encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
0:00:00 [1/1] test_multiprocessing_forkserver
...
======================================================================
ERROR: test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dima/bin/Python-3.6.0/Lib/test/_test_multiprocessing.py", line 3728, in test_ignore
    os.kill(p.pid, signal.SIGUSR1)
ProcessLookupError: [Errno 3] No such process
History
Date User Action Args
2018-05-29 11:08:53vstinnersetrecipients: + vstinner, ned.deily
2018-05-29 11:08:53vstinnersetmessageid: <1527592133.68.0.682650639539.issue33532@psf.upfronthosting.co.za>
2018-05-29 11:08:53vstinnerlinkissue33532 messages
2018-05-29 11:08:53vstinnercreate