I am doing one NSThread method which basically phones home. However thats in my 
appDelegate, in the init method, and it only runs once. I cant really see my 
appDelegate being unallocated when the app starts?

On Mar 8, 2010, at 9:12 AM, Dave DeLong wrote:

> Like Steve Bird said, it's not your GUI thread that crashed, it's the thread 
> you've created via NSThread.  Perhaps it's trying to invoke a selector on a 
> deallocated object or something?
> 
> Dave
> 
> On Mar 8, 2010, at 10:05 AM, Brent Smith wrote:
> 
>> The datasource is being hooked up with bindings and core data.
>> maybe there is something that just doesnt work on 10.5 with bindings and CD?
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/liarepmi%40hack3r.com
> 
> This email sent to liare...@hack3r.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to