I\'m programming an application in Objective-C and I\'m getting this error:
MyApp(2121,0xb0185000) malloc: *** error for object 0x1068310: double
If malloc_error_break is not helping...
malloc_error_break
The best way to solve this error is to run instruments with the NSZombies turned on. Instruments will flag you when the Zombie is messaged and you can trace directly back to the line of code.
NSZombies
Snow Leopard required, what a lifesaver though!