From: Spurtus Date: 2010-07-30T18:55:17+09:00 Subject: leak tracking x64 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. would it be worthwhile trying to walk the GC or is there some gem / tool or technique that I should be aware of? Cheers, Spurtus.