In my project I want to have a shared list that I can manipulate when calling a function using multiprocessing.Process
. My code runs deterministically and I am using a Unix-based OS and I don't change the context (I used fork
) but my code crashes at random times when trying to execute the line manager = multiprocessing.Manager()
and I get an EOFError. Has anyone experienced this? What could be causing this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):