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_forkserver: ProcessLookupError: [Errno 3] No such process #118197

Open
furkanonder opened this issue Apr 23, 2024 · 0 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@furkanonder
Copy link
Contributor

furkanonder commented Apr 23, 2024

Bug report

Bug description:

The problem is seen in a buildbot.

Configuration:

./configure --prefix '$(PWD)/target'

Tests:

./target/bin/python3.12 -Wdefault -bb -E -m test -rwW -uall -j2 --timeout=2400 -j4

Output:

======================================================================
ERROR: test_ignore (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dietpi/buildarea/3.12.onder-riscv64.installed/build/target/lib/python3.12/test/_test_multiprocessing.py", line 5355, in test_ignore
    os.kill(p.pid, signal.SIGUSR1)
ProcessLookupError: [Errno 3] No such process
----------------------------------------------------------------------
Ran 63 tests in 45.014s
FAILED (errors=1, skipped=5)
test test.test_multiprocessing_forkserver.test_misc failed

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

@furkanonder furkanonder added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
1 participant