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.

classification
Title: test_multiprocessing_fork emit user warning
Type: Stage: resolved
Components: Tests Versions: Python 3.9
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: corona10
Priority: normal Keywords:

Created on 2019-11-19 02:47 by corona10, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg356940 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2019-11-19 02:47
https://travis-ci.org/python/cpython/jobs/613795145#L2020

Log detail:
0:01:44 load avg: 3.38 [ 73/419] test_multiprocessing_fork passed (1 min 42 sec) -- running: test_capi (1 min 40 sec)
/home/travis/build/python/cpython/Lib/multiprocessing/resource_tracker.py:203: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/home/travis/build/python/cpython/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: '/psm_83d846d5': [Errno 2] No such file or directory: '/psm_83d846d5'
msg356941 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2019-11-19 02:54
Duplicated with issue38842
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83025
2019-11-19 02:54:29corona10setstatus: open -> closed

messages: + msg356941
stage: resolved
2019-11-19 02:47:28corona10create