I've read on here that NSZombies with ARC enabled can actually cause a crash and I've also read it can't be the cause of a crash. People have said it can cause a crash by a bug where dealloc is not called on the object. Is that true and is that still the case? I realize it could crash by running out of memory but is that the only time a crash could result from zombies being enabled?
The post I'm looking at is: NSZombie crashing app when enabled on the iPhone