Thank you, thank you, Thank you! You gave me the key without even realizing it. I had just wanted to give a running version to someone who was visiting and had quickly tried to compile a release version. I stupidly assumed the release version would keep the same project settings except for the debug stuff. Turns out that Garbage Collection was not even enabled in the release settings. As usual, I was looking in all the wrong places and missed the obvious. Now it runs. Thanks again.
On 8/24/08 12:05 PM, "Ken Thomases" <[EMAIL PROTECTED]> wrote: > That seems like a deallocated object is being messaged. In other > words, an object was added as a KVO observer but was not removed as an > observer before it was fully released. > > Enable NSZombie to find out the nature of the object. If that's not > enough, use the Object Allocations instrument (or > MallocStackLoggingNoCompact and malloc_history) to gather a full > history of allocations and then figure out what happened with the > memory address in question. > > Good luck, > Ken _______________________________________________ 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]