From: Yusuke Endoh Date: 2011-08-25T04:33:30+09:00 Subject: [ruby-core:39091] [Ruby 1.9 - Bug #5225][Closed] Coverage blowing up Issue #5225 has been updated by Yusuke Endoh. Status changed from Open to Closed Assignee set to Yusuke Endoh Thank you for your report. I have just fixed this bug yesterday. (r33030) The patch is already backported into ruby_1_9_2. So, please wait for 1.9.3 or the next patch release of 1.9.2. Sorry for the inconvenience. -- Yusuke Endoh ---------------------------------------- Bug #5225: Coverage blowing up http://redmine.ruby-lang.org/issues/5225 Author: Andrew Selder Status: Closed Priority: Normal Assignee: Yusuke Endoh Category: Target version: ruby -v: 1.9.2-p290 I just ran into a situation where the coverage tool in Ruby 1.9 is blowing up It's a fairly easily reproducible test case: Start irb, require 'coverage', Coverage.start, require 'eBayAPI', boom The internal VM bug report can be seen in this Gist: https://gist.github.com/1168728 System Specs (OS X 10.7, Ruby 1.9.2-p290 via rvm, eBay gem v 1.1) -- http://redmine.ruby-lang.org