• 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: incorrect checksum for freed object
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: incorrect checksum for freed object


  • Subject: Re: incorrect checksum for freed object
  • From: Nick Zitzmann <email@hidden>
  • Date: Fri, 31 Jul 2009 17:01:08 -0600


On Jul 31, 2009, at 4:39 PM, email@hidden wrote:

these errors don't happen every time and i've yet to be able to determine a pattern that causes them. i realize that this is some sort of memory corruption problem, but i'm at a loss as to how to find it. i do have NSZombieEnabled set to YES and CFZombieLevel set to 3.

can anyone one offer suggestions as to how to find this problem.

Turn on Guard Malloc, which will force your app to crash if something writes into freed memory. Be ready to do something else while it's running, though, because Guard Malloc makes your app run super slow, especially if it uses a lot of RAM.


Nick Zitzmann
<http://www.chronosnet.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: incorrect checksum for freed object
      • From: "email@hidden" <email@hidden>
References: 
 >incorrect checksum for freed object (From: "email@hidden" <email@hidden>)

  • Prev by Date: Re: Fun (or not) with NSArrayControllers and CoreData.
  • Next by Date: Re: incorrect checksum for freed object
  • Previous by thread: incorrect checksum for freed object
  • Next by thread: Re: incorrect checksum for freed object
  • Index(es):
    • Date
    • Thread