-
Notifications
You must be signed in to change notification settings - Fork 5
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 #5
Comments
Actually only
is enough to perform a leak |
Thanks for the test case. I've been swamped with the day job, but will try to take a look at this ASAP. If you've got a chance, you may want to see if you can create a memory leak with straight Handlebars.rb, not using tilt. That'll help isolate where the bug lies. |
I'm still trying to isolate the bug on my free time...
|
This is weird because in my interpreter if I run
Handlebars.rb seems to work without leaking but if i change in tilt-handlebars
and execute in my interpreter
This still leaks; So i'll give a try between the interaction of tilt and tilt-handlebars as for me Handlebars.rb gem is not leaking |
Possibly related: cowboyd/handlebars.rb#38 |
👍 |
The Handlebars engine referenced in this issue has been replaced with https://github.com/gi/handlebars-ruby. i'm going to close this issue because, after testing this with the new engine, there no longer seems to be an issue. |
Hello I experienced a memory leak which crashed my async jobs using this gem
This seriously leaks:
This does not Leak:
I will try to investigate it further today,
Thank you
The text was updated successfully, but these errors were encountered: