Project

General

Profile

Actions

Bug #9497

closed

segv with installing gems

Added by tenderlovemaking (Aaron Patterson) about 10 years ago. Updated about 10 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0dev (2014-01-29 trunk 44732) [x86_64-darwin13.0]
[ruby-core:60547]

Description

I'm getting a segv with trunk Ruby. To reproduce it do ruby -d -I lib -S gem install minitst -V. It seems to only happen when I give the -d flag.

I pasted the error I see here:

https://gist.github.com/tenderlove/8855116/raw/c7075108d583cd656d346f55a5e348aad9dd8aef/crash.txt

Updated by tenderlovemaking (Aaron Patterson) about 10 years ago

I forgot to mention that this is in a checkout of the rubygems code. Here is the full reproduction steps:

$ git clone https://github.com/rubygems/rubygems.git
$ cd rubygems
$ ruby -d -I lib -S gem install minitst -V

I'm still trying to reduce the complexity of the example. :(

Updated by normalperson (Eric Wong) about 10 years ago

I cannot reproduce the problem on r44870 (x86_64-linux)

It seems to only happen when I give the -d flag.

Can you reproduce the segv with GC disabled?

Actions #3

Updated by tenderlovemaking (Aaron Patterson) about 10 years ago

Yes, it seems to still break with GC disabled. I'll rebuild with -g and see if I can get a backtrace.

Updated by tenderlovemaking (Aaron Patterson) about 10 years ago

  • Status changed from Open to Rejected

I think this is my fault. Removing my installation and re-installing seemed to fix the problem.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0