Re: Cocoa-dev Digest, Vol 2, Issue 422

  • I tried this but it did not work. In fact, nothing happened.

    But I think your theory is right, because when I ran the debugger, I
    got an
    EXC BAD ACCESS error when trying to release pool.

    How do you use this ZombieEnabled thing? I didn't see any change in
    behavior after adding in NSZombiesEnabled = YES.

    On Monday, March 28, 2005, at 01:05  AM,
    <cocoa-dev-request...> wrote:

    > An object is over-released.  Try running with NSZombieEnabled set to
    > YES; this will log an exception when you attempt to release an object
    > too many times.
    >
    > -- Chris