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 pablogsal
Recipients davin, pablogsal, vinay0410
Date 2019-09-09.22:11:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568067068.27.0.451318804362.issue38018@roundup.psfhosted.org>
In-reply-to
Content
This is the failure for reference:

======================================================================
ERROR: test_shared_memory_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/_test_multiprocessing.py", line 3737, in test_shared_memory_basics
    shm1 = shared_memory.SharedMemory(create=True, size=1)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/multiprocessing/shared_memory.py", line 89, in __init__
    self._fd = _posixshmem.shm_open(
OSError: [Errno 22] Invalid argument: 'test01_fn'
----------------------------------------------------------------------
History
Date User Action Args
2019-09-09 22:11:08pablogsalsetrecipients: + pablogsal, davin, vinay0410
2019-09-09 22:11:08pablogsalsetmessageid: <1568067068.27.0.451318804362.issue38018@roundup.psfhosted.org>
2019-09-09 22:11:08pablogsallinkissue38018 messages
2019-09-09 22:11:08pablogsalcreate