Re: how worried should I be about these console messages?
Re: how worried should I be about these console messages?
- Subject: Re: how worried should I be about these console messages?
- From: email@hidden
- Date: Wed, 7 Nov 2007 19:47:25 +0100
On 7 Nov 2007, at 19:42, Chris Espinosa wrote:
The second one is an error deep in some system framework when
running under Garbage Collection that we have not been able to track
down yet. It simply means that somebody has neglected to do a final
release on a memory block that nobody has kept a pointer to (making
the final release technically impossible). The Garbage Collector
knows the block is inaccessible and is freeing it, but is warning us
that somebody forgot to formally release it before the pointer to it
went out of scope. Bad form, but no actual harm.
So if you guys are having trouble tracking down such issues with GC,
how hard is it going to be for the rest of us ;)
Matt Gough
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden