Re: Over-release *inside* framework when setting NSTextView attributes
Re: Over-release *inside* framework when setting NSTextView attributes
- Subject: Re: Over-release *inside* framework when setting NSTextView attributes
- From: Douglas Davidson <email@hidden>
- Date: Tue, 14 Jun 2005 09:43:45 -0700
On Jun 14, 2005, at 9:31 AM, Robert Clair wrote:
I'm having a problem with an instance of an AppKit private class
turning into a zombie. I'm on 10.4.1 and this happens building for
both 10.4 and using the cross-development SDK to target 10.3
Very likely the problem is not with the attribute dictionary you are
setting at this point, but with some other attribute dictionary that
has been overreleased elsewhere. It looks like your attribute
dictionary is being compared with another one, probably for uniquing,
and that other dictionary appears to be a zombie. It could
potentially be any other attribute dictionary; you may be able to
find the problem if you track retains and releases of all attribute
dictionaries. I'm sorry I don't have more precise guidance to give you.
Douglas Davidson
_______________________________________________
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