Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.18, 0.20
-
None
-
RHEL5, RHEL6
Description
I've been having problems with long running code using the perl bindings leaking memory, specifically after calls to getProperties and decodeMap.
To reproduce - edit drain.pl to call $receiver->setCapacity(100) and then run drain.pl -f amq.match. You'll also need to hack map_sender.pl to send to amq.match and loop forever (both attached). The memory usage of drain.pl will now start growing...