Re: Sandbox GC fails

2014-09-11 Thread Vinod Kone
os::rmdir() does recursive deletion. See it's implementation in stout. I would recommend patching that function to print more details (e.g., directory name and contents) to debug this. @vinodkone On Sep 11, 2014, at 8:32 AM, Tom Arnfeld t...@duedil.com wrote: Hey Vinod, So i've run

Re: Sandbox GC fails

2014-09-08 Thread Tom Arnfeld
That's useful to know, thanks Vinod. I'll try and dig deeper. On Mon, Sep 8, 2014 at 5:33 AM, Vinod Kone vinodk...@gmail.com wrote: On Sat, Sep 6, 2014 at 8:23 AM, Tom Arnfeld t...@duedil.com wrote: If I try and manually remove the directory mentioned, it works fine. Is this a known issue, or

Re: Sandbox GC fails

2014-09-07 Thread Vinod Kone
On Sat, Sep 6, 2014 at 8:23 AM, Tom Arnfeld t...@duedil.com wrote: If I try and manually remove the directory mentioned, it works fine. Is this a known issue, or should I do a little more debugging? I've not tried to reproduce it under specific conditions yet. This is surprising. GC does a