Re: NSExtraMIData?
Re: NSExtraMIData?
- Subject: Re: NSExtraMIData?
- From: Greg Parker <email@hidden>
- Date: Mon, 11 Jan 2010 20:10:54 -0800
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 email@hidden Runtime Wrangler
_______________________________________________
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