Segfault while attempting to push a gem

Hi,

In running the command "gem push pkg/whitestone-1.0.0.gem", it is
consistently aborting with a segmentation fault. Has this happened to
anybody else? I successfully pushed a different gem yesterday.

Thanks,
Gavin

RubyGems Environment:
  - RUBYGEMS VERSION: 1.8.13
  - RUBY VERSION: 1.9.3 (2011-10-30 patchlevel 0) [x86_64-darwin10.8.0]
  - INSTALLATION DIRECTORY: /Users/gavin/.rvm/gems/ruby-1.9.3-p0@gavin
  - RUBY EXECUTABLE: /Users/gavin/.rvm/rubies/ruby-1.9.3-p0/bin/ruby
  - EXECUTABLE DIRECTORY: /Users/gavin/.rvm/gems/ruby-1.9.3-p0@gavin/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-darwin-10
  - GEM PATHS:
     - /Users/gavin/.rvm/gems/ruby-1.9.3-p0@gavin
     - /Users/gavin/.rvm/gems/ruby-1.9.3-p0@global
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
     - :sources => ["http://gems.rubyforge.org/"]
     - "gem" => "--no-ri --no-rdoc"
  - REMOTE SOURCES:
     - http://gems.rubyforge.org/

I worked around the problem by using system ruby instead of RVM.

···

On Mon, Jan 2, 2012 at 9:27 AM, Gavin Sinclair <gsinclair@gmail.com> wrote:

In running the command "gem push pkg/whitestone-1.0.0.gem", it is
consistently aborting with a segmentation fault. Has this happened to
anybody else? I successfully pushed a different gem yesterday.