Re: NSData Silently Failing to Write on Leopard
Re: NSData Silently Failing to Write on Leopard
- Subject: Re: NSData Silently Failing to Write on Leopard
- From: Dave Camp <email@hidden>
- Date: Fri, 14 Dec 2007 07:50:32 -0800
Il giorno 2007-12-09, alle ore 01:12, Jonathon Mah ha scritto:
Hi Simone,
On 2007-12-09, at 19:15, Simone Manganelli wrote:
The variable "fullWritePath" is a path to a directory I know
exists and one to which I can write: /Users/username/Desktop/
testdir/
Just to clarify, fullWritePath is the path to that directory, or a
path to a file in that directory?
I ran into something like this earlier in the week. Turns out I had a
file descriptor leak (wasn't closing temp files) and I had hit the
limit for open file descriptors (some number above 243). I figured
this out by running fs_usage on my pid and looking at the errno on the
open that failed which was 24 in my case.
Dave
_______________________________________________
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