Re: Console littered by Xcode 3.1.1 garbage collection messages
Re: Console littered by Xcode 3.1.1 garbage collection messages
- Subject: Re: Console littered by Xcode 3.1.1 garbage collection messages
- From: Bill Bumgarner <email@hidden>
- Date: Tue, 28 Oct 2008 10:41:24 -0700
On Oct 28, 2008, at 12:53 AM, Cédric Luthi wrote: If you read the source code carefully, you will notice that the only feature of Application Enhancer I use is the function APEFindSymbol that will find the address of a non exported symbol (__Z21auto_collect_internalPN4Auto4ZoneEi). Sure I could have written this function myself (and nobody would have been frightened to read "Application Enhancer") but why would I bother when the smart people at Unsanity wrote it already. Please read the source code - it's commented enough - to fully understand how I disabled the annoying "malloc: free_garbage: garbage ptr..." messages.
Patching the call to malloc_printf is a temporary solution and the real solution must obviously be provided by Apple in a future system update. Note that they are aware of this bug, it's rdar://problem/5189609. In the meantime, I think the plugin/hack is a pretty good solution.
If APE or any other "application enhancer" type modifications to an application show up in crash reports submitted to Apple, the report will be pretty much rejected without analysis.
b.bum |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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