Re: NSMutableArray becomes NSString?
Re: NSMutableArray becomes NSString?
- Subject: Re: NSMutableArray becomes NSString?
- From: Erik Buck <email@hidden>
- Date: Fri, 13 Apr 2007 08:07:02 -0700 (PDT)
My guess is that your mutable array was deallocated and the memory was reused for an NSString instance. Have you neglected to retain your array ? Have you released your array at an inappropriate time ? Have you read and understood Cocoa's memory management conventions ?
If you don't have a memory management problem, you probably have a memory stomping bug. See this recent (ridiculous) thread right here in this forum: http://www.cocoabuilder.com/archive/message/cocoa/2007/4/13/181851 Start at the beginning of the thread and follow all of the same trouble shooting advice.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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