Re: How to debug this?
Re: How to debug this?
- Subject: Re: How to debug this?
- From: "Luca C." <email@hidden>
- Date: Thu, 9 Sep 2010 21:51:17 +0200
Thanks for your reply - solved. The problem was because of a goto: placed
before any init happened.
2010/9/9 Bill Bumgarner <email@hidden>
>
> 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
>
>
--
Luca C.
_______________________________________________
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