Re: Crash setting NSManagedObject attributes
Re: Crash setting NSManagedObject attributes
- Subject: Re: Crash setting NSManagedObject attributes
- From: Quincey Morris <email@hidden>
- Date: Fri, 30 Apr 2010 21:07:36 -0700
On Apr 30, 2010, at 20:51, Rick Mann wrote:
> I added a couple of Int 32 attributes to an otherwise-working NSManagedObject. The object has a custom NSManagedObject subclass. The properties are named "sequence" and "type." I can read them without problem, but setting them causes an EXEC_BAD_ACCESS. Doesn't matter which one I attempt to set.
Can you post a backtrace from the crash, plus the property-setting code that triggers the crash?
On Apr 30, 2010, at 21:02, Rick Mann wrote:
> I changed "sequence" to "sequence1", and now both can be set without crashing. What's up with that?
What happens if you change them back again?
_______________________________________________
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