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 vstinner
Recipients koobs, lukasz.langa, pablogsal, pitrou, vstinner
Date 2019-06-03.23:46:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559605581.09.0.462001272741.issue37135@roundup.psfhosted.org>
In-reply-to
Content
> FTR Victor reverted GH-13714 that triggers this.

Sadly, this revert wasn't enough. New fresh coredump on "AMD64 FreeBSD CURRENT Shared 3.x":
https://buildbot.python.org/all/#builders/168/builds/1145

Warning -- Dangling processes: {<SpawnProcess
name='SharedMemoryManager-313' pid=12404 parent=11647 started>}
Warning -- Dangling processes: {<SpawnProcess
name='SharedMemoryManager-313' pid=12404 parent=11647 started>}
Warning -- multiprocessing.process._dangling was modified by
test_multiprocessing_spawn
  Before: set()
  After:  {<weakref at 0x80273a890; to 'SpawnProcess' at 0x8029f6b40>}
Warning -- files was modified by test_multiprocessing_spawn
  Before: []
  After:  ['python.core']
History
Date User Action Args
2019-06-03 23:46:21vstinnersetrecipients: + vstinner, pitrou, lukasz.langa, koobs, pablogsal
2019-06-03 23:46:21vstinnersetmessageid: <1559605581.09.0.462001272741.issue37135@roundup.psfhosted.org>
2019-06-03 23:46:21vstinnerlinkissue37135 messages
2019-06-03 23:46:21vstinnercreate