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 (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