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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to