Re: malloc performance problem on Xcode 3.0
Re: malloc performance problem on Xcode 3.0
- Subject: Re: malloc performance problem on Xcode 3.0
- From: Chris Espinosa <email@hidden>
- Date: Sun, 28 Oct 2007 00:56:28 -0700
On Oct 27, 2007, at 3:22 PM, David Dunham wrote: Whereas my console has a lot of output like
07-10-27 15:11:30 [0x0-0x1f01f].com.apple.Xcode[327] Xcode(327,0xb0103000) malloc: free_garbage: garbage ptr = 0x30346a0, has non-zero refcount = 1
Utterly irrelevant to the OP. He was talking about malloc warnings in his running malloc-based application. This spew is from some system framework that Xcode uses that is forgetting to release an object that is later found by the garbage collector to have no active pointers to it. We haven't yet discovered what's doing this but it's harmless.
Chris |
_______________________________________________
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