• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Odd EXEC_BAD_ACCESS after executing URLRequest
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Odd EXEC_BAD_ACCESS after executing URLRequest
      • From: marc hoffman <email@hidden>
References: 
 >Odd EXEC_BAD_ACCESS after executing URLRequest (From: marc hoffman <email@hidden>)

  • Prev by Date: Making an object release itself?
  • Next by Date: Re: AW: NSColorWell shows no color
  • Previous by thread: Re: Odd EXEC_BAD_ACCESS after executing URLRequest
  • Next by thread: Re: Odd EXEC_BAD_ACCESS after executing URLRequest
  • Index(es):
    • Date
    • Thread