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: marc hoffman <email@hidden>
- Date: Wed, 31 Dec 2008 13:40:46 +0100
Jacob,
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.
i'm pretty sure that's not the case, but i'll add a check, just to be
sure, thanx.
marc
_______________________________________________
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