-
Notifications
You must be signed in to change notification settings - Fork 36
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
potential memory leak #26
Comments
Please have a look at pytorch/pytorch#39522 |
Do you mind checking this issue: triton-inference-server/server#3777 (comment) ? There's an invalid pointer issue related to kaldifeat + pybind. |
Please see the comment at triton-inference-server/server#3777 (comment) I would suggest you to file an issue at https://github.com/pytorch/pytorch/issues You can replace |
@Slyne Hi, I was wondering if you figure it out or posting the issue in pytorch. |
Hi~
I use valgrind to test the below line:
The log is here: https://1drv.ms/t/s!AhtoTbISXXlSgSLtqDWjo8RP_ouA?e=Sn1cd0
Log summary:
Reproduce
test.py
Could you help check if these are potential issues? Thanks!
The text was updated successfully, but these errors were encountered: