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 trapezoid677
Recipients trapezoid677
Date 2020-05-30.17:57:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590861441.57.0.917224278177.issue40828@roundup.psfhosted.org>
In-reply-to
Content
Under Linux, the resource_tracker throws warnings about not released memory blocks after the programs has finished and when used together with multiprocessing.Pool. This depends on the sequence of initialization of the shared memory block and the multiprocessing pool. In addition, .close() on the shared memory block generates a segmentation fault in the example code. 

Under MS Windows, the shared memory block holds arbitrary values when being read in the worker routines, but no warnings are thrown and no segmentation fault occurs when closing the memory block.
History
Date User Action Args
2020-05-30 17:57:21trapezoid677setrecipients: + trapezoid677
2020-05-30 17:57:21trapezoid677setmessageid: <1590861441.57.0.917224278177.issue40828@roundup.psfhosted.org>
2020-05-30 17:57:21trapezoid677linkissue40828 messages
2020-05-30 17:57:21trapezoid677create