Issues reported by Valgrind when running unit tests
---------------------------------------------------

                 Key: AMQCPP-27
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-27
             Project: ActiveMQ C++ Client
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Albert Strasheim
         Assigned To: Nathan Mittler
         Attachments: activemq-cpp-deletes.diff, activemq-cpp-valgrind.log

Valgrind 3.2.1 reported a few issues when running the ActiveMQ C++ unit tests.

Some of them were simple cases of mismatched new[] and delete[] (patch 
attached).

Valgrind also reports a few memory leaks, some probably the same as found by 
Rational Purify.

Complete Valgrind log attached (after I fixed the deletes). I ran Valgrind as 
follows:

valgrind \
        --tool=memcheck \
        --leak-check=yes \
        --error-limit=no \
        --num-callers=20 \
        --freelist-vol=536870912 \
        -v \
        ./activemq-test



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to