Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
proton-c-0.29.0
-
None
Description
The Python client leaks transports and selectables. When using the BlockingConnection classes, Containers, Collectors and other runtime class objects can also leak as additional referents.
To reproduce, run the test case leak.py against the example broker. Kill and restart the broker repeatedly. The value of gc.get_objects() keeps increasing.
Breaking the circular references between transports and selectables prevents these leaks.
Attachments
Issue Links
- is a clone of
-
PROTON-2116 Memory leak in python client
- Closed