Skip to content

os.kill(pid, signal.SIGTERM) has no effect using paddlepaddle/paddle:latest-dev #11509

@typhoonzero

Description

@typhoonzero

Some unit tests like test_listen_and_serv_op.py, run the test with paddlepaddle/paddle:latest-dev docker image, the call os.kill(pid, signal.SIGTERM) have no effect, while run kill pid in the shell can successfully terminate the process. When using manylinux docker images, this issue is gone.

More info: #11470

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions