Thanks for your reply - solved. The problem was because of a goto: placed
before any init happened.

2010/9/9 Bill Bumgarner <b...@mac.com>

>
> 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 (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 arch...@mail-archive.com

Reply via email to