Re: Error with core data fetch requests: subentitiesByName misapplied, and segfaults
Re: Error with core data fetch requests: subentitiesByName misapplied, and segfaults
- Subject: Re: Error with core data fetch requests: subentitiesByName misapplied, and segfaults
- From: Andrew Farmer <email@hidden>
- Date: Thu, 20 Jul 2006 17:22:45 -0700
On 20 Jul 06, at 07:58, Niko Matsakis wrote:
When I build the fetch request by hand, it seems to work. When I
execute a saved fetch request, I get the following error:
2006-07-20 15:15:20.087 drachma[849] *** -[NSKeyBindingManager
subentitiesByName]: selector not recognized [self = 0x33f6b0]
or one like it. Sometimes the class which does not recognize the
selector is a dictionary, other times a string. Sometimes I simply
get a SEGFAULT or BUS error.
This sort of error is highly characteristic of incorrect memory
handling. Try running your application under MallocDebug, and check
your code carefully for overreleased objects.
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden