On Jan 11, 2010, at 7:54 PM, Graham Cox wrote: > Anyone got any idea what NSExtraMIData is? > > I'm getting a "unrecognized selector" error logged on this class, but I've > never heard of it.
It's part of NSMenu's internal implementation. Most likely, you over-released some other object and then an NSExtraMIData was allocated at the same address. When you later try to use the dead over-released object, the message is sent to the NSExtraMIData object. -- Greg Parker gpar...@apple.com Runtime Wrangler _______________________________________________ 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