Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leaks in YDK C++ gNMI Service component #902

Closed
ygorelik opened this issue Mar 26, 2019 · 0 comments
Closed

Memory leaks in YDK C++ gNMI Service component #902

ygorelik opened this issue Mar 26, 2019 · 0 comments
Assignees
Milestone

Comments

@ygorelik
Copy link
Collaborator

Expected Behavior

The YDK gNMI Service component
should not show signs of memory leak.

Current Behavior

Found some memory leak incidents during Memcheck on ydk_gnmi_test.

LEAK SUMMARY:
   definitely lost: 1,920 bytes in 23 blocks
   indirectly lost: 12,644 bytes in 245 blocks
     possibly lost: 384 bytes in 2 blocks

Detail report can be found here:
memcheck.txt

Steps to Reproduce

valgrind --leak-check=yes ./ydk_gnmi_test -d yes &> memcheck.txt

System Information

YDK-0.8.2 gNMI Service

@ghost ghost added this to the 0.8.3 milestone Apr 2, 2019
ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Apr 11, 2019
ghost pushed a commit that referenced this issue May 16, 2019
@ygorelik ygorelik self-assigned this Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant