Re: Odd EXEC_BAD_ACCESS after executing URLRequest
Re: Odd EXEC_BAD_ACCESS after executing URLRequest
- Subject: Re: Odd EXEC_BAD_ACCESS after executing URLRequest
- From: Jacob Rhoden <email@hidden>
- Date: Wed, 31 Dec 2008 14:39:29 +1100
On 31/12/08 3:10 AM, marc hoffman wrote:
i'm hoping someone has an idea here - i'm seeing odd crashes after
doing URL requests. the first request completes fine (up to it
triggering connectionDidFinishLoading:), but shortly after or while
doing a subsequent request...
Are you sure you are not accidentally triggering two 'send message'
calls concurrently. One of the most common causes of this problem is
that your second request is over-writing the variables of an already in
progress request. Check that done is not set to yes when you call your
'send message' function.
Regards,
Jacob
___________________________________
http://jacobrhoden.com/
_______________________________________________
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