ELC Technologies  /  
To use this application you need the Adobe Flash Player

Rcov [BUG] Bus Error

By Shane Mingins / November 14, 2008

We all test our code. And coverage can be a helpful measurement. But are you sick of rcov failing with:

260 examples, 0 failures
/Library/Ruby/Gems/1.8/gems/rcov-0.8.1.2.0/lib/rcov.rb:699: [BUG] Bus Error ruby 1.8.6 (2008-03-03) [universal-darwin9.0]
rake aborted!

This gem alternative seems to be good so far!

sudo gem uninstall rcov
sudo gem install spicycode-rcov --source=http://gems.github.com/


Comments

Posted by Danny LaBare on about 1 month ago46f61a8a15c5e234ad416b590a2676c9?s=30

This is awesome, using it now for RightPact. No more Bus Errors !!!

Posted by Shane Mingins on about 1 month ago46f61a8a15c5e234ad416b590a2676c9?s=30

I have been using for over a week now with no issues :-)

Add a Comment