AFAIK, terminator is pure-Python. So I do not think that it's leaking
really memory. Instead, I think that it's creating some kind of
temporary object without deleting them (probably because of circular
references).

I'll try to do some debugging this week or the next one. If anyone is
interested, checking for circular references is simple: drop into pdb
and "import gc; gc.collect(); gc.garbage".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/785501

Title:
  Terminator has a (some?) memory leak

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to