Re: BAD_EXC_ACESS
Re: BAD_EXC_ACESS
- Subject: Re: BAD_EXC_ACESS
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 20 Nov 2008 14:42:19 -0700
On Nov 20, 2008, at 2:28 PM, Richard S. French wrote:
My program compiled and ran once. Appeared that possible run away
where
table view was just being populated over and over again. I did a
force quit.
Now I am getting a debug error of “BAD_EXC_ACCESS”. All that’s
displayed on
the debug screen is greek to me. How do I determine the error and
correct?
EXC_BAD_ACCESS is a segmentation fault caused by accessing a bad
memory address (uninitialized memory, deallocated memory, etc.). Try
using NSZombieEnabled and break on objc_exception_throw. Search the
archives for details.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >BAD_EXC_ACESS (From: "Richard S. French" <email@hidden>) |