Re: garbage collection is ON NSCFDictionary crash
Re: garbage collection is ON NSCFDictionary crash
- Subject: Re: garbage collection is ON NSCFDictionary crash
- From: Bill Bumgarner <email@hidden>
- Date: Tue, 03 Feb 2009 07:48:15 -0800
On Feb 3, 2009, at 7:16 AM, Jesse Grosjean wrote:
The crash is always in Thread1 and NSCFDictionary is always printed
near the top of the crash report. Does anyone have any idea of what
could be causing this. Or can you suggest some steps that I could take
to track it down?
If you can reproduce the crash at all, run your app with
MallocStackLoggingNoCompact set and then use malloc_history to find
out who allocated the object.
However....
Does the crash always include:
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000a1b1c1d8
That seems like a rather suspicious address. a1b1c1d8? Fishy.
Are you creating any CFDictionaries that have any of the atypical
storage patterns?
b.bum
_______________________________________________
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