Re: How to debug this?
Re: How to debug this?
- Subject: Re: How to debug this?
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 09 Sep 2010 12:34:34 -0700
On Sep 9, 2010, at 4:27 AM, Luca C. wrote:
> 0 libobjc.A.dylib 0x00007fff8766c11c objc_msgSend + 40
> 1 com.apple.CoreFoundation 0x00007fff882e9cc6
> _CFAutoreleasePoolPop + 230
> 2 com.apple.Foundation 0x00007fff87a4881a
Classic overrelease problem. Something, somewhere, is being over-released.
First, run "build and analyze" on your source and fix (or explain) every issue it identifies.
If still not fixed, run with zombie detection enabled (using Instruments, most easily).
b.bum
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden