Actions
Bug #11459
closedRuby leaks several MB of memory every setup/eval/cleanup cycle.
Bug #11459:
Ruby leaks several MB of memory every setup/eval/cleanup cycle.
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
latest master
Description
Even with a trivial eval "1" Ruby leaks about 2 MB or so after ruby_cleanup.
I've attached the raw list of leaks as reported by the CRT (I took a snapshot before ruby_setup and again after ruby_cleanup).
I've also attacked a few sample callstacks of the leaks (I picked 5 or so randomly).
Isn't ruby_cleanup supposed to clean something up?
Files
Actions