Re: “EXC_BAD_ACCESS” object is not nil but not accessible
Re: “EXC_BAD_ACCESS” object is not nil but not accessible
- Subject: Re: “EXC_BAD_ACCESS” object is not nil but not accessible
- From: Kyle Sluder <email@hidden>
- Date: Sun, 16 Jan 2011 10:06:25 -0800
On Jan 15, 2011, at 3:55 AM, Marco Frisan <email@hidden> wrote:
> I don't understand why _record.attributes causes a “EXC_BAD_ACCESS” signal.
This is the defining characteristic of a memory management bug: you have a pointer to an object that has since been freed. Trying to use that pointer is an error.
--Kyle Sluder_______________________________________________
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