[Pyobjc-dev] Memory Management Problem - Objects being deallocated
Brought to you by:
ronaldoussoren
From: Lukas P. | D. V. <lu...@dr...> - 2009-09-29 16:55:58
|
At the moment I'm re-implementing the GPGMail Plugin in PyObjC and I noticed that sometimes the Mail.app crashes because PyObjC is accessing memory that is no longer allocated. As the documentation mentions memory management should be left to PyObjC I wonder how this can happen. Should i use retain on the object? Any suggestions how to find the objects that are causing the problem or debug this situation further? Greets Lukas |