-
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
Memory leak in _speedups.c ? #46
Comments
Thank you for a very nice bug report. Could I ask you to try reducing the test case one step more to a smaller one that uses just |
Thank you for your feedback.
|
Thanks! Fix created in #47. |
Fix merged. |
Hi.
We are using Genshi template engine in one of our projects.
After we upgraded to the latest stable Genshi release (we were using version 0.7.0 before) we have noticed what seems to be a memory leak.
Here is a minimal application which shows that behavior.
memleak.tar.gz
I was able to isolate the exact commit where this issue started to show up:
99ad51d
I am not sure what exactly causes the issue but the memory leak is gone if we either:
A)remove _speedupds.so
B)revert to a Genshi version before the commit mentioned above.
Here are the lisf of steps to reproduce the issue:
0. install the project dependencies and run the app
Note: the memory usage is constantly growing with each subsequent run of the test
Environment details:
Sincerely,
Eugene
The text was updated successfully, but these errors were encountered: