[New-bugs-announce] [issue38842] test_multiprocessing_spawn altered the execution environment in AMD64 FreeBSD Non-Debug 3.x

Pablo Galindo Salgado report at bugs.python.org
Mon Nov 18 18:39:53 EST 2019


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

Ran 352 tests in 243.972s
OK (skipped=34)
/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/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 '
/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: '/psm_5b8ca94b': [Errno 2] No such file or directory: '/psm_5b8ca94b'
  warnings.warn('resource_tracker: %r: %s' % (name, e))


1 test altered the execution environment:
    test_multiprocessing_spawn

It seems that the shared memory leaked is causing the test to fail. 

----------
components: Tests
messages: 356929
nosy: pablogsal
priority: normal
severity: normal
status: open
title: test_multiprocessing_spawn altered the execution environment in AMD64 FreeBSD Non-Debug 3.x
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38842>
_______________________________________


More information about the New-bugs-announce mailing list