• 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: garbage collection is ON NSCFDictionary crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: garbage collection is ON NSCFDictionary crash


  • Subject: Re: garbage collection is ON NSCFDictionary crash
  • From: Greg Parker <email@hidden>
  • Date: Tue, 3 Feb 2009 12:31:17 -0800


On Feb 3, 2009, at 9:30 AM, Sean McBride wrote:

On 2/3/09 7:48 AM, Bill Bumgarner said:

	Exception Codes: KERN_INVALID_ADDRESS at 0x00000000a1b1c1d8

That seems like a rather suspicious address. a1b1c1d8? Fishy.

I saw an a1b1c1d1+<small number> crash the other day (also a GC app),
and thought I remembered that number from the Debugging Magic technote,
but I can't find any reference, maybe I imagined it.

0xa1b1c1d3 is used by some CF containers. Deleted or empty slots in the container are overwritten with that value. Usually this means that a CF container and some other object overlap in memory, because of a memory management error of either the container or the other object.


[objc explain]: So you crashed in objc_msgSend()
http://sealiesoftware.com/blog/archive/2008/09/22/objc_explain_So_you_crashed_in_objc_msgSend.html


-- Greg Parker email@hidden Runtime Wrangler


_______________________________________________

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: garbage collection is ON NSCFDictionary crash
      • From: Jesse Grosjean <email@hidden>
    • Re: garbage collection is ON NSCFDictionary crash
      • From: "Sean McBride" <email@hidden>
References: 
 >garbage collection is ON NSCFDictionary crash (From: Jesse Grosjean <email@hidden>)
 >Re: garbage collection is ON NSCFDictionary crash (From: Bill Bumgarner <email@hidden>)
 >Re: garbage collection is ON NSCFDictionary crash (From: "Sean McBride" <email@hidden>)

  • Prev by Date: Re: applicationShouldOpenUntitledFile in Core Data App?
  • Next by Date: NSTreeController vs. NSMenu
  • Previous by thread: Re: garbage collection is ON NSCFDictionary crash
  • Next by thread: Re: garbage collection is ON NSCFDictionary crash
  • Index(es):
    • Date
    • Thread