-
Notifications
You must be signed in to change notification settings - Fork 1
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
bug: memory leak on ApproxHashSset #4
Comments
The branch https://github.com/HiroIshida/voxbloxpy/tree/fix_memory_leak provides the minimal example to reproduce the bug. from _voxbloxpy import TsdfMap, hoge
hoge()
|
HiroIshida
changed the title
bug: address sanitizer found memory leak
bug: memory leak on ApproxHashSset
Nov 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note
As for leak realted enum, the problem is already reported in
pybind/pybind11#3865
So, probably
ApproxHashSset
is the only thing we have to fixreproduce
at v0.0.2 reproduce
output
log.txt
at v0.0.1, the shorted error message is outputted
The text was updated successfully, but these errors were encountered: