3

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?

Community
  • 1
  • 1
Dalek
  • 4,168
  • 11
  • 48
  • 100
  • Looks like you're using `pathos.multiprocessing`, not `multiprocessing`. You should make that clear in the questions/tags. – dano Aug 19 '14 at 17:53
  • http://stackoverflow.com/questions/1238349/python-multiprocessing-exit-error ? – Mike McKerns Aug 19 '14 at 18:48

0 Answers0