Re: Unregistered weak referrer
Re: Unregistered weak referrer
- Subject: Re: Unregistered weak referrer
- From: Kiel Gillard <email@hidden>
- Date: Thu, 23 Oct 2008 11:11:46 +1100
I don't have much experience with GC, so I'd suggest you check out <http://developer.apple.com/documentation/Cocoa/Conceptual/GarbageCollection/Articles/gcUsing.html#//apple_ref/doc/uid/TP40008006-SW3
> or wait until someone with some experience in GC can help you out.
GC keeps tabs on all your instances of classes, smells like it's
object graph has been messed up somehow.
Sorry I can't be more help.
On 23/10/2008, at 10:48 AM, Ross Carter wrote:
Yes, GC is enabled. I get the message when I remove a subview from a
NSScrollView's documentView. The removed subview contains 3
NSTextViews, 2 of which have their own layoutManager and
textStorage. A lot of code fires at that time. Without knowing what
"unregistered weak referrer" means, or how to find what the
offending object is, it's hard to know where to start.
On Oct 22, 2008, at 7:35 PM, Kiel Gillard wrote:
Do you have garbage collection enabled? Can you give us any hints
as to why you'd be getting that message?
Kiel
On 23/10/2008, at 10:31 AM, Ross Carter wrote:
What does this console message mean?
malloc: auto malloc[542]: attempted to remove unregistered weak
referrer 0x128538c
_______________________________________________
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