• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: how worried should I be about these console messages?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: how worried should I be about these console messages?
      • From: Joe Davison <email@hidden>
References: 
 >how worried should I be about these console messages? (From: Matt Neuburg <email@hidden>)
 >Re: how worried should I be about these console messages? (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Project indexer ignoring SYMROOT in xcconfig file
  • Next by Date: Re: Project indexer ignoring SYMROOT in xcconfig file
  • Previous by thread: Re: how worried should I be about these console messages?
  • Next by thread: Re: how worried should I be about these console messages?
  • Index(es):
    • Date
    • Thread