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

Reply via email to