On Mar 28, 2008, at 11:20, Dominik Pich wrote:

exactly my point :) there shouldn't be 'any' memory related errors.
GC seems to be OFF like my 2. 'check' showed:

>I also added this 'check' to my awakeFromNib
>    if([[NSGarbageCollector defaultCollector] isEnabled])
>            NSLog(@"GC on");
>    else
>            NSLog(@"GC off");
>and according to that GC is off..

But you're still not saying what the errors actually are. They may not be an indication that there is a problem with GC, but that a different issue has been exposed by turning on GC.

For example, you will get nuisance errors like this:

malloc: free_garbage: garbage ptr = 0x126b5f0, has non-zero refcount = 1


in the log when you open a window that uses the system template images that IB provides you. AFAIK this is a (harmless) bug in Leopard that will get fixed one of these days, and there is nothing to do in the meantime except ignore the messages.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to