Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.10
-
None
Description
E.g. (whether or not a server is listening):
while True:
sleep(0.1)
try:
conn = BlockingConnection("amqp://localhost")
except ConnectionException, e:
print e
This keeps increasing memory until eventually it core dumps.