[rabbitmq-discuss] RabbitMQ Memory Leak
Rakesh
rmadhwan at gmail.com
Fri May 11 13:51:25 BST 2012
We are using RabbitMQ in our project and while running PurifyPlus on
the application, I found memory leaks in librabbitmq.
How do I submit the fixes for this?
MLK: 47579136 bytes leaked in 363 blocks
* This memory was allocated from:
calloc [rtlib.o]
amqp_pool_alloc [amqp_mem.c:140]
amqp_handle_input [amqp_connection.c:197]
wait_frame_inner [amqp_socket.c:168]
amqp_simple_rpc [amqp_socket.c:286]
amqp_simple_rpc_decoded [amqp_socket.c:353]
amqp_basic_qos [amqp_framing.c:2006]
CRabbitQueueReader::readMessage(int&) [RabbitQueueReader.cpp:204]
* Block of 131072 bytes (363 times); last block at 0x18269dc8
MLK: 262144 bytes leaked in 2 blocks
* This memory was allocated from:
calloc [rtlib.o]
amqp_pool_alloc [amqp_mem.c:140]
amqp_decode_method [amqp_framing.c:187]
amqp_handle_input [amqp_connection.c:272]
wait_frame_inner [amqp_socket.c:168]
amqp_simple_wait_method [amqp_socket.c:218]
amqp_login [amqp_socket.c:383]
CRabbitQueueWriter::openConnection() [RabbitQueueWriter.cpp:78]
* Block of 131072 bytes (2 times); last block at 0xa135df8
More information about the rabbitmq-discuss
mailing list