pathos.multiprocessing raised 'Interrupted system call' message

倖福魔咒の 提交于 2019-12-23 20:14:41

问题


I have written a code that uses multiprocessing. I posted the code here. Now the code is working perfectly and I got the final results even the last part of plotting is done but with an error message at the end:

Exception OSError: (4, 'Interrupted system call') in <Finalize object, dead> ignored

I have no idea why this error message occurred. Could anybody explain it?

来源:https://stackoverflow.com/questions/25389854/pathos-multiprocessing-raised-interrupted-system-call-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!