BAD_EXC_ACESS

2008-11-20 Thread Richard S. French
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

Re: BAD_EXC_ACESS

2008-11-20 Thread Gary L. Wade
Maybe the problem is that your last name is French; try launching it in English rather than in Greek. ;-p Okay, seriously, maybe you should start by looking at the code in your NSTableDataSource protocol methods for an infinite loop. On 11/20/2008 2:28 PM, Richard S. French [EMAIL PROTECTED]

Re: BAD_EXC_ACESS

2008-11-20 Thread Nick Zitzmann
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

Re: BAD_EXC_ACESS

2008-11-20 Thread Graff
On Nov 20, 2008, at 4: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