From: Julien Schmurfy Date: 2011-01-16T23:21:34+09:00 Subject: Re: Find memory leak in 1.9 app Hi, Thanks for you answer, I already tried memprof but while it looks great it has the same comment as all the other tools: "Ruby 1.9 support coming soon.". As for jruby one of the problems is that it is another virtual machine and I may experience the same differences that i do with 1.8.7 (and it was not 1.9 compatible last time I checked so no Fibers either) but the main problem is we use eventmachine and while it is nice that the gem itself implements three versions (native, ruby, jjruby) they are all differents so... useless. Last time i tried to run my code under jruby there was so many problems I just gave up. I may give valgrind a try, do you have any experience with it to find ruby memory leaks ? -- Posted via http://www.ruby-forum.com/.