Comment 8 for bug 591119

Revision history for this message
Yoav Weiss (yeeeev) wrote :

@Vancouverite - I'm glad to see I'm not the only one suffering from this...
I tried to run telepathy-butterfly with the usual memory leak detection tools and it did not work (i.e. empathy did not connect to MSN).
Now I'm trying to debug it from within the python code. I added a thread that prints out all objects including their sizes.
The leak seems to be related to a list of dictionaries, but I can't figure out their names/containing variables/etc.
Any advice on how to further debug this would be appreciated...