From: Roger Pack Date: 2010-07-30T20:56:28+09:00 Subject: Re: leak tracking x64 Spurtus wrote: > Have easily reproducable memory leaks, need to find them. > > I'm running Ruby 1.8.6 on an windows7 x64 machine. > > I checked out memprof, bleak_house et al. I can't find anything > compatible with my architecture / ruby version and prefer not to patch > VM. The only one I'm actually aware of (except perhaps Ruby based implementations like Dike gem) is http://www.softwareverify.com/ruby/memory/index.html. You might also get some traction from using jruby-esque tools. http://blog.headius.com/2010/07/browsing-memory-with-ruby-and-jdi.html Post back with your results. -r -- Posted via http://www.ruby-forum.com/.