Project

General

Profile

Actions

Bug #7441

closed

Segmentation Fault generated with 1.9.3 installed by library1.8.so.1.8.7

Added by agenerette (Anthony Generette) over 11 years ago. Updated about 11 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p327 (2012-11-10 revision 37606) [i686-linux]
Backport:
[ruby-core:50168]

Description

Hi,

I reported this under issue #7428 which was closed with the recommendation that I move to 1.9.3 and see if the problem persists.

Well, the problem, now, is that though I've installed 1.9.3, 1.8 is still in place and I don't know how to change the shebang header
in my scripts such that they point to the newer version. the current header causes 1.8 to be used, which ends in the segfault
that I mentioned in issue #7428:

which ruby

/usr/local/rvm/rubies/ruby-1.9.3-p327/bin/ruby

head /home/helib/change_pkg/buildQA.rb

#!/usr/bin/env ruby

Logging library

require 'logger'

Date/time library

require 'date'

Library for smtp

require 'net/smtp'

Updated by nobu (Nobuyoshi Nakada) about 11 years ago

  • Status changed from Open to Third Party's Issue

Ask RVM project about installation problem with RVM.

Actions

Also available in: Atom PDF

Like0
Like0