[Adium-devl] Interesting crash

Andreas Monitzer soc at monitzer.com
Thu May 10 12:27:01 UTC 2007


On May 10, 2007, at 11:22, Ofri Wolfus wrote:

> Double-dealloc usually means double-release of an object that's  
> still in memory. If an object gets deallocated and its memory  
> hasn't been overwritten yet, and you send it a release message  
> again, -dealloc will get invoked for a second time.


Zombies are used for debugging this, but for that you have to be able  
to reproduce it.

andy




More information about the devel mailing list