From: Yui NARUSE Date: 2011-07-21T20:14:35+09:00 Subject: [ruby-core:38325] [Ruby 1.9 - Feature #4967] dmalloc reported memory leaks in ruby Issue #4967 has been updated by Yui NARUSE. Target version changed from 1.9.3 to 1.9.x Interesting, but briefly I inspect the list includes many false positive. You may think they are leaked, but they are correctly GCed. Anyway we sometimes uses valgrind. ---------------------------------------- Feature #4967: dmalloc reported memory leaks in ruby http://redmine.ruby-lang.org/issues/4967 Author: jojelino _ Status: Open Priority: Low Assignee: Category: core Target version: 1.9.x hi i've modified dmalloc,pthreads-win32 to make it work win32. and dmalloc_t passed so far. and then, ruby is chosen to check memory leaks. for dmalloc to work with ruby, some part of ruby has been patched. after successful build of ruby trunk, i ran 'make test'. here's dmalloc reported. -- http://redmine.ruby-lang.org