Re: EXC_BAD_ACCESS on releasing pool

2008-04-16 Thread Corbin Dunn
I wrote an example for how to easily find these problems: http://www.corbinstreehouse.com/blog/index.php/2007/10/instruments-on-leopard-how-to-debug-those-random-crashes-in-your-cocoa-app/ corbin On Apr 15, 2008, at 11:20 PM, Nick Rogers wrote: hi, when i release the NSAutoReleasePool in a sec

Re: EXC_BAD_ACCESS on releasing pool

2008-04-15 Thread Michael Vannorsdel
You probably released an object that belonged to the pool. Set the environment variable NSZombieEnabled to YES to find out which object(s). On Apr 16, 2008, at 12:20 AM, Nick Rogers wrote: when i release the NSAutoReleasePool in a second thread, i get this error EXC_BAD_ACCESS on the conso