• 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: NSMutableArray becomes NSString?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Sorting Array Alphabetically
  • Next by Date: Re: NSMutableArray becomes NSString?
  • Previous by thread: Re: NSMutableArray becomes NSString? [SOLVED]
  • Next by thread: Re: NSMutableArray becomes NSString?
  • Index(es):
    • Date
    • Thread