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: Tue, 6 Jan 2009 09:42:26 +0100
Jason,
+[NSURLConnection sendSynchronousRequest:returningResponse:error:] ?
Recursively pumping the run loop like that in the default mode is
discouraged. I don't know the specifics of why, but crashes such as
you're seeing could be part of it.
same happens when i frun the code "proper" asynchronously, without my
own message loop processing and just relying on the delegate events to
trigger further processing of the received data.
any other ideas?
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