Since my last post, I've continued to see the crash But today I came across this bug report for the logging gem https://github.com/TwP/logging/issues/30 which may very well be the source I'll update my experiences herejshow (Jodi Showers)
I've been using p194 for about a day now - no crashes yet I'll notify you here over the next while if the crashing resumes, I'll try the patch Yusuke. much thanks to you both.jshow (Jodi Showers)
Yusuke Endoh, I have tried your example, but unfortunately couldn't cause a crash. I experimented with various values of as high as 3000. I would appreciate whatever effort can be applied - I am literally stuck as 125 crashes so o...jshow (Jodi Showers)
Dennis, looking at your ruby trace, it looks like you've run into something else It appears that you are on osx, and there are some documented (try google) about ssl and ruby - seems that the ssl libs shipped with osx are not compatib...jshow (Jodi Showers)
Aaron, I've updated this gist with a run that uses a more direct command line - which I think was hiding some of the valgrind output valgrind --num-callers=50 --error-limit=no --partial-loads-ok=yes --undef-value-errors=no rake RAILS_...jshow (Jodi Showers)
I'm in the north american eastern time zone I can meet today if you can 11am eastern is doable for me - just over an hour away In the meantime I'll start trying ruby-head much thanks Aaronjshow (Jodi Showers)
Aaron, attached is the full output from valgrind using your options - https://gist.github.com/2296847 I'm presently looking for the edge branch - not seeing it. Do you mean head? thanksjshow (Jodi Showers)
Aaron, I ran a valgrind as follows: valgrind /home/deploy/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -Iext:test /home/deploy/.rvm/gems/ruby-1.9.3-p125@boogala/bin/bundle exec rake RAILS_ENV=new_staging assets:precompile the results are ...jshow (Jodi Showers)