in reply to Re^4: rmtree() is failing after some time
in thread rmtree() is failing after some time

Code is scattered in different files so I am not able to post more code

Sure you can, or is it secret code;)

Without code it's a bit hard/impossible to diagnose the problem correctly. My guess right now is that in some thread some piece of code tries to access a directory which has just been deleted by the rmtree in another thread?!

  • Comment on Re^5: rmtree() is failing after some time