Re: Application quits Unexpectedly
Re: Application quits Unexpectedly
- Subject: Re: Application quits Unexpectedly
- From: j o a r <email@hidden>
- Date: Sun, 3 Jul 2005 13:45:21 +0200
On 3 jul 2005, at 13.30, Pratush Dayal wrote:
Application quits unexpectedly at this line what can be the possible
cause for it (Looks going out of memory whats the solution to it)
NSString* str = [[[NSString alloc] initWithData: data encoding:
NSUTF8StringEncoding] autorelease];
What is the backtrace of the crash?
How do you generate the NSData object passed to this method?
How large is the data object (aprox.)?
Are you sure that the data is well formed UTF8 data?
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden