Re: Why would creating NSItemReplacementDirectory fail?
Re: Why would creating NSItemReplacementDirectory fail?
- Subject: Re: Why would creating NSItemReplacementDirectory fail?
- From: Jens Alfke <email@hidden>
- Date: Wed, 24 Jun 2015 13:56:18 -0700
Never mind, I figured it out by running fs_usage to watch what was going on. There were already 1000 of those “(A Document Being Saved By xctest %d)” directories in the TemporaryItems directory, so apparently it gave up. The underlying problem is that our code isn’t deleting those temporary directories when it’s done with them, and they don’t get cleaned up by the OS until the system reboots.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden