FROM : John C. Randolph
DATE : Wed Aug 18 01:29:34 2004
On Aug 17, 2004, at 3:59 PM, Andrew Duncan wrote:
> On 17 Aug, 2004, at 15:39, John C. Randolph wrote:
>> On Aug 17, 2004, at 3:13 PM, Andrew Duncan wrote:
>>
>>> My Cocoa app regularly crashes with this bad access error,[...]
>>
>> Run your app with NSZombiesEnabled turned on. This kind of problem
>> is almost always the result of over-releasing an object.
>
> Thanks John, is this a preprocessor define?
No, it's an environment variable. Set it in the executable inspector
in XCode.
Actually, that should be "NSZombieEnabled".
For details, see "NSDebug.h".
-jcr
John C. Randolph <<email_removed>> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Wed Aug 18 01:29:34 2004
On Aug 17, 2004, at 3:59 PM, Andrew Duncan wrote:
> On 17 Aug, 2004, at 15:39, John C. Randolph wrote:
>> On Aug 17, 2004, at 3:13 PM, Andrew Duncan wrote:
>>
>>> My Cocoa app regularly crashes with this bad access error,[...]
>>
>> Run your app with NSZombiesEnabled turned on. This kind of problem
>> is almost always the result of over-releasing an object.
>
> Thanks John, is this a preprocessor define?
No, it's an environment variable. Set it in the executable inspector
in XCode.
Actually, that should be "NSZombieEnabled".
For details, see "NSDebug.h".
-jcr
John C. Randolph <<email_removed>> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.






Cocoa mail archive

