You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/04 20:58:00 UTC

[jira] [Commented] (GEODE-7476) Memory leaks in C++ native client manifested when running integration tests

    [ https://issues.apache.org/jira/browse/GEODE-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16988214#comment-16988214 ] 

ASF subversion and git services commented on GEODE-7476:
--------------------------------------------------------

Commit 2a5657e3c29112fb3ffe7dec41ea61f1d4e2c2db in geode-native's branch refs/heads/develop from Alberto Gomez
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=2a5657e ]

GEODE-7509: Fix memory leaks in C++ client (#556)

This commit solves some more memory leaks
and uninitialized memory accesses found
in the C++ client when running the integration
tests that were not solved by GEODE-7476

* Fix memory leaks in Expiration
* Fix new leaks and unitialized memory errors
* Fix memory leak in ExpiryTaskManager
* Fix some uninitialized memory valgrind errors
* Fixed JMUTF-8 bug in TcrMessage.readStringPart
  * Updated CqTest to verify fix


> Memory leaks in C++ native client manifested when running integration tests
> ---------------------------------------------------------------------------
>
>                 Key: GEODE-7476
>                 URL: https://issues.apache.org/jira/browse/GEODE-7476
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Alberto Gomez
>            Assignee: Alberto Gomez
>            Priority: Major
>             Fix For: 1.12.0
>
>         Attachments: MemoryCheckerReports.tar.gz
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> When running the integration tests of the C++ native client under valgrind several memory leaks have been found.
> See attached file with valgrind reports.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)